Interface: TransportCall
Defined in: packages/testing/src/transport.ts:43
One recorded call, in order, for assertions after the fact.
Properties
at
at: number;
Defined in: packages/testing/src/transport.ts:47
fault?
optional fault?: string;
Defined in: packages/testing/src/transport.ts:52
The fault that fired, when one did.
n
n: number;
Defined in: packages/testing/src/transport.ts:46
1-based index among calls to this op.
op
op: TransportOp;
Defined in: packages/testing/src/transport.ts:44
outcome
outcome: "ok" | "fault" | "dropped";
Defined in: packages/testing/src/transport.ts:50
subject
subject: string[];
Defined in: packages/testing/src/transport.ts:49
Submission ids for a push, attachment id for an upload, dataset name for a pull.