Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MockContext<T, Y>

Type parameters

  • T

  • Y: any[]

Hierarchy

  • MockContext

Index

Properties

calls

calls: Y[]

instances

instances: T[]

invocationCallOrder

invocationCallOrder: number[]

results

results: Array<MockResult<T>>

List of results of calls to the mock function.