Interface: InputProviderContractCase
Defined in: contract-cases.ts:23
One check an InputProvider implementation must pass. run
returns silently on success and throws an Error describing the
failure otherwise, so any test runner can host it.
Properties
| Property | Type | Defined in |
|---|---|---|
name | string | contract-cases.ts:24 |
Methods
run()
run(provider: InputProvider, driver?: InputProviderContractDriver): void;
Defined in: contract-cases.ts:25
Parameters
| Parameter | Type |
|---|---|
provider | InputProvider |
driver? | InputProviderContractDriver |
Returns
void