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

Function log

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

Source from the content-addressed store, hash-verified

440}
441
442function log(): void {
443 let testsName: string = this.name;
444 let duration = TKUnit.time() - this.start;
445 TKUnit.write(testsName + ' COMPLETED for ' + duration.toFixed(2) + ' BACKSTACK DEPTH: ' + Frame.topmost().backStack.length, Trace.messageType.info);
446}
447
448function getAllProperties(obj: any) {
449 let properties = new Set<string>();

Callers

nothing calls this directly

Calls 3

timeMethod · 0.80
writeMethod · 0.65
topmostMethod · 0.45

Tested by

no test coverage detected