()
| 154 | } |
| 155 | |
| 156 | function assertNotNaN() { |
| 157 | _validateArguments(1, arguments); |
| 158 | var aVar=nonCommentArg(1, 1, arguments); |
| 159 | _assert(commentArg(1, arguments), !isNaN(aVar), 'Expected not NaN'); |
| 160 | } |
| 161 | |
| 162 | // GJS: assertRaises(function) |
| 163 | function assertRaises() { |
nothing calls this directly
no test coverage detected