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