(expected: any, description?: string)
| 167 | class(): ShouldAssertion; |
| 168 | deepEqual(expected: any, description?: string): ShouldAssertion; |
| 169 | exactly(expected: any, description?: string): ShouldAssertion; |
| 170 | instanceOf(constructor: Function, description?: string): ShouldAssertion; |
| 171 | throwError(message?: any): ShouldAssertion; |
| 172 | lengthOf(n: number, description?: string): ShouldAssertion; |
no outgoing calls
no test coverage detected