()
| 440 | } |
| 441 | |
| 442 | function 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 | |
| 448 | function getAllProperties(obj: any) { |
| 449 | let properties = new Set<string>(); |