core.testerror | Medplum
TestError class
Signature:
export declare class TestError extends Error
Extends: Error
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(actual, expected) | Constructs a new instance of the TestError class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| actual | any | ||
| expected | any |