* Constructs the test state. */
| 60 | * Constructs the test state. |
| 61 | */ |
| 62 | TestState() : |
| 63 | m_callCntEntry(0U), |
| 64 | m_callCntExit(0U), |
| 65 | m_nextState(nullptr) |
| 66 | { |
| 67 | } |
| 68 | |
| 69 | /** |
| 70 | * Destroys the test state. |
nothing calls this directly
no outgoing calls
no test coverage detected