()
| 79 | public endCalled = false; |
| 80 | |
| 81 | public override initialize(): void { |
| 82 | this.initializeCalled = true; |
| 83 | super.initialize(); |
| 84 | } |
| 85 | |
| 86 | public override begin(): void { |
| 87 | this.beginCalled = true; |
nothing calls this directly
no test coverage detected