()
| 148 | } |
| 149 | |
| 150 | function assertNaN() { |
| 151 | _validateArguments(1, arguments); |
| 152 | var aVar=nonCommentArg(1, 1, arguments); |
| 153 | _assert(commentArg(1, arguments), isNaN(aVar), 'Expected NaN'); |
| 154 | } |
| 155 | |
| 156 | function assertNotNaN() { |
| 157 | _validateArguments(1, arguments); |
nothing calls this directly
no test coverage detected