(actual, expected, message, operator, stackStartFunction)
| 9726 | } |
| 9727 | |
| 9728 | function fail(actual, expected, message, operator, stackStartFunction) { |
| 9729 | throw new assert.AssertionError({ |
| 9730 | message: message, |
| 9731 | actual: actual, |
| 9732 | expected: expected, |
| 9733 | operator: operator, |
| 9734 | stackStartFunction: stackStartFunction |
| 9735 | }); |
| 9736 | } |
| 9737 | assert.fail = fail; |
| 9738 | |
| 9739 | function ok(value, message) { |
no outgoing calls
no test coverage detected