(propereties?: {})
| 122 | startWith(expected: string, message?: any): ShouldAssertion; |
| 123 | endWith(expected: string, message?: any): ShouldAssertion; |
| 124 | throw(propereties?: {}): ShouldAssertion; |
| 125 | throw(message: Function | string | RegExp, properties?: {}): ShouldAssertion; |
| 126 | |
| 127 | //promises |
no outgoing calls