(n: number, description?: string)
| 170 | instanceOf(constructor: Function, description?: string): ShouldAssertion; |
| 171 | throwError(message?: any): ShouldAssertion; |
| 172 | lengthOf(n: number, description?: string): ShouldAssertion; |
| 173 | key(key: string): ShouldAssertion; |
| 174 | hasOwnProperty(name: string, description?: string): ShouldAssertion; |
| 175 | greaterThan(n: number, description?: string): ShouldAssertion; |
no outgoing calls
no test coverage detected