(...allKeys: string[])
| 116 | containDeep(obj: any): ShouldAssertion; |
| 117 | containDeepOrdered(obj: any): ShouldAssertion; |
| 118 | keys(...allKeys: string[]): ShouldAssertion; |
| 119 | keys(allKeys: string[]): ShouldAssertion; |
| 120 | enumerable(property: string, value?: any): ShouldAssertion; |
| 121 | enumerables(...properties: string[]): ShouldAssertion; |
no outgoing calls