()
| 136 | } |
| 137 | |
| 138 | function assertUndefined() { |
| 139 | _validateArguments(1, arguments); |
| 140 | var aVar=nonCommentArg(1, 1, arguments); |
| 141 | _assert(commentArg(1, arguments), aVar === top.JSUNIT_UNDEFINED_VALUE, 'Expected undefined but was ' + _displayStringForValue(aVar)); |
| 142 | } |
| 143 | |
| 144 | function assertNotUndefined() { |
| 145 | _validateArguments(1, arguments); |
nothing calls this directly
no test coverage detected