MCPcopy Index your code
hub / github.com/mailru/FileAPI / Test

Function Test

tests/qunit/qunit.js:86–90  ·  view source on GitHub ↗
( settings )

Source from the content-addressed store, hash-verified

84 };
85
86function Test( settings ) {
87 extend( this, settings );
88 this.assertions = [];
89 this.testNumber = ++Test.count;
90}
91
92Test.count = 0;
93

Callers

nothing calls this directly

Calls 1

extendFunction · 0.85

Tested by

no test coverage detected