core.testerror._constructor_
Home > @medplum/core > TestError > (constructor)
TestError.(constructor)
Constructs a new instance of the TestError class
Signature:
constructor(actual: any, expected: any);
Parameters
Parameter | Type | Description |
|---|---|---|
actual | any | |
expected | any |