()
| 148 | alwaysThrew(exception?: any): ShouldAssertion; |
| 149 | callCount(count: number): ShouldAssertion; |
| 150 | called(): ShouldAssertion; |
| 151 | calledOn(thisTarget: any): ShouldAssertion; |
| 152 | calledOnce(): ShouldAssertion; |
| 153 | calledTwice(): ShouldAssertion; |
no outgoing calls
no test coverage detected