Skip to content

Graphorin API reference v0.8.0


Graphorin API reference / @graphorin/channels / testkit / describeChannelAdapterConformance

Function: describeChannelAdapterConformance()

ts
function describeChannelAdapterConformance(api, harness): void;

Defined in: packages/channels/src/testkit/conformance.ts:72

Register the conformance suite against a harness.

Parameters

ParameterType
apiConformanceTestApi
harnessConformanceHarness

Returns

void

Stable