* Assert string value matches regexp. * * @param regexp
(regexp: RegExp)
| 104 | * @param regexp |
| 105 | */ |
| 106 | match(regexp: RegExp): Assertion; |
| 107 | |
| 108 | /** |
| 109 | * Assert property "length" exists and has value of n. |
no outgoing calls
no test coverage detected