()
| 124 | } |
| 125 | |
| 126 | function assertNull() { |
| 127 | _validateArguments(1, arguments); |
| 128 | var aVar=nonCommentArg(1, 1, arguments); |
| 129 | _assert(commentArg(1, arguments), aVar === null, 'Expected null but was ' + _displayStringForValue(aVar)); |
| 130 | } |
| 131 | |
| 132 | function assertNotNull() { |
| 133 | _validateArguments(1, arguments); |
nothing calls this directly
no test coverage detected