MCPcopy Index your code
hub / github.com/unconed/TermKit / assert

Function assert

Node/test.js:25–27  ·  view source on GitHub ↗
(condition, message)

Source from the content-addressed store, hash-verified

23
24var asserts = [];
25function assert(condition, message) {
26 asserts.push([ !!condition, message, ]);
27}
28var track = whenDone(function () {
29 var total = 0, failed = 0;
30 for (i in asserts) (function (assert) {

Callers 12

testHandshakeFunction · 0.85
testSessionFunction · 0.85
testCommandsFunction · 0.85
testMetaFunction · 0.85
testAutocompleteFunction · 0.85
testMiscFunction · 0.85
testParseArgsFunction · 0.85
testGrepFunction · 0.85
testPipeFunction · 0.85
testBinaryFunction · 0.85
testFilereaderFunction · 0.85
test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected