Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
21
class
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
reset
Method · 0.95
start
Method · 0.95
Tested by
no test coverage detected