(object, msg)
| 4668 | } |
| 4669 | |
| 4670 | function failAssertion(object, msg) { |
| 4671 | object = object || global; |
| 4672 | var failMethod = object.fail || assert.fail; |
| 4673 | failMethod.call(object, msg); |
| 4674 | } |
| 4675 | |
| 4676 | function mirrorPropAsAssertion(name, method, message) { |
| 4677 | if (arguments.length == 2) { |
no outgoing calls
no test coverage detected
searching dependent graphs…