function Test.Stack Stack(context?: Partial<Log & Categories & Stack>) Define test stack. Parameters optional context: Partial<Log & Categories & Stack> Return Type
type alias Test.Stack Keeps track of nested steps. Properties stack: Frame[] Methods begin(index: number,step: Name,): number end(index: number,step: Name,t0: number,t1: number,state: State,returned: unknown,threw: unknown,): void