Skip to content

Graphorin API reference v0.15.1


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

Function: describeChannelAdapterConformance()

ts
function describeChannelAdapterConformance(api, harness): void;

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

Stable

Register the conformance suite against a harness.

Parameters

ParameterType
apiConformanceTestApi
harnessConformanceHarness

Returns

void