Skip to main content

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

PropertyTypeDefined in
namestringcontract-cases.ts:24

Methods

run()

run(provider: InputProvider, driver?: InputProviderContractDriver): void;

Defined in: contract-cases.ts:25

Parameters

ParameterType
providerInputProvider
driver?InputProviderContractDriver

Returns

void