MCPcopy Create free account
hub / github.com/Yaffle/EventSource / Test

Function Test

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

Source from the content-addressed store, hash-verified

1185}
1186
1187function Test( settings ) {
1188 extend( this, settings );
1189 this.assertions = [];
1190 this.testNumber = ++Test.count;
1191}
1192
1193Test.count = 0;
1194

Callers

nothing calls this directly

Calls 1

extendFunction · 0.85

Tested by

no test coverage detected