TestSource
TestSource - Function
Signature - index.ts#L232
function TestSource<T>(
events: TestSourceEvent<T>[],
testSchedule: TestSchedule,
): TestSource<T>
TestSource - Interface
Signature - index.ts#L225
interface TestSource<T> extends Source<T> {
readonly subscriptions: TestSourceSubscriptions
}