MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / constructor

Method constructor

lib/result.js:22–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 */
21class Result {
22 constructor() {
23 this._startTime = new Date()
24 this._endTime = null
25
26 this.reset()
27 this.start()
28 }
29
30 /**
31 * Resets all collected stats, tests, and failure reports.

Callers

nothing calls this directly

Calls 2

resetMethod · 0.95
startMethod · 0.95

Tested by

no test coverage detected