Methods
alwaysThrew
- alwaysThrew(value?: any): Result
-
Parameters
Returns Result
notToHaveCallsExhaustivelySatisfying
- notToHaveCallsExhaustivelySatisfying(value: any[] | object): Result
-
Parameters
Returns Result
notToHaveCallsSatisfying
- notToHaveCallsSatisfying(value: any[] | Constructable | object): Result
-
Parameters
-
value: any[] | Constructable | object
Returns Result
threw
- threw(value?: any): Result
-
Parameters
Returns Result
toHaveACallExhaustivelySatisfying
- toHaveACallExhaustivelySatisfying(value: any[] | object): Result
-
Parameters
Returns Result
toHaveACallSatisfying
- toHaveACallSatisfying(value: any[] | Constructable | object): Result
-
Parameters
-
value: any[] | Constructable | object
Returns Result
toHaveAllCallsExhaustivelySatisfying
- toHaveAllCallsExhaustivelySatisfying(value: any[] | object): Result
-
Parameters
Returns Result
toHaveAllCallsSatisfying
- toHaveAllCallsSatisfying(value: any[] | Constructable | object): Result
-
Parameters
-
value: any[] | Constructable | object
Returns Result
toHaveCallsExhaustivelySatisfying
- toHaveCallsExhaustivelySatisfying(value: any[] | object | Constructable): Result
-
Parameters
-
value: any[] | object | Constructable
Returns Result
toHaveCallsSatisfying
- toHaveCallsSatisfying(value: any[] | object | Constructable): Result
-
Parameters
-
value: any[] | object | Constructable
Returns Result
toHaveNoCallsExhaustivelySatisfying
- toHaveNoCallsExhaustivelySatisfying(value: any[] | object): Result
-
Parameters
Returns Result
toHaveNoCallsSatisfying
- toHaveNoCallsSatisfying(value: any[] | Constructable | object): Result
-
Parameters
-
value: any[] | Constructable | object
Returns Result
wasAlwaysCalledOn
- wasAlwaysCalledOn(value: any): Result
-
Parameters
Returns Result
wasAlwaysCalledWith
- wasAlwaysCalledWith(): Result
wasAlwaysCalledWithExactly
- wasAlwaysCalledWithExactly(): Result
wasCalledOn
- wasCalledOn(value: any): Result
-
Parameters
Returns Result
wasCalledThrice
- wasCalledThrice(): Result
wasCalledTimes
- wasCalledTimes(value: number): Result
-
Parameters
Returns Result
wasCalledWithExactly
- wasCalledWithExactly(): Result
wasCalledWithNew
- wasCalledWithNew(): Result
wasNeverCalledWith
- wasNeverCalledWith(): Result