* Assert property name exists, with optional val. * * @param name * @param val
(name: string, val?: any)
| 119 | * @param val |
| 120 | */ |
| 121 | property(name: string, val?: any): Assertion; |
| 122 | |
| 123 | /** |
| 124 | * Assert that string contains str. |
no outgoing calls
no test coverage detected