()
| 142 | } |
| 143 | |
| 144 | function assertNotUndefined() { |
| 145 | _validateArguments(1, arguments); |
| 146 | var aVar=nonCommentArg(1, 1, arguments); |
| 147 | _assert(commentArg(1, arguments), aVar !== top.JSUNIT_UNDEFINED_VALUE, 'Expected not to be undefined'); |
| 148 | } |
| 149 | |
| 150 | function assertNaN() { |
| 151 | _validateArguments(1, arguments); |
nothing calls this directly
no test coverage detected