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
| Parameter | Type |
|---|---|
api | ConformanceTestApi |
harness | ConformanceHarness |
Returns
void