()
| 101 | public updateCallCount = 0; |
| 102 | |
| 103 | public override initialize(): void { |
| 104 | this.initializeCalled = true; |
| 105 | super.initialize(); |
| 106 | } |
| 107 | |
| 108 | public override begin(): void { |
| 109 | this.beginCalled = true; |
nothing calls this directly
no test coverage detected