(expected: any, description?: string)
| 70 | iterable(): ShouldAssertion; |
| 71 | iterator(): ShouldAssertion; |
| 72 | eql(expected: any, description?: string): ShouldAssertion; |
| 73 | equal(expected: any, description?: string): ShouldAssertion; |
| 74 | equalOneOf(...values: any[]): ShouldAssertion; |
| 75 | within(start: number, finish: number, description?: string): ShouldAssertion; |
no outgoing calls