MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / startLog

Function startLog

apps/automated/src/test-runner.ts:436–440  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

434}
435
436function startLog(): void {
437 let testsName: string = this.name;
438 TKUnit.write('START ' + testsName + ' TESTS.', Trace.messageType.info);
439 this.start = TKUnit.time();
440}
441
442function log(): void {
443 let testsName: string = this.name;

Callers

nothing calls this directly

Calls 2

timeMethod · 0.80
writeMethod · 0.65

Tested by

no test coverage detected