MCPcopy Create free account
hub / github.com/OpenWebCAD/node-occ / Reporter

Function Reporter

JasmineAdapter-1.1.2.js:37–41  ·  view source on GitHub ↗
(onTestDone, onComplete)

Source from the content-addressed store, hash-verified

35
36
37 var Reporter = function(onTestDone, onComplete) {
38 this.onTestDone = onTestDone;
39 this.onComplete = onComplete;
40 this.reset();
41 };
42 jasmine.util.inherit(Reporter, jasmine.Reporter);
43
44

Callers

nothing calls this directly

Calls 1

resetMethod · 0.80

Tested by

no test coverage detected