MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / TestState

Method TestState

test/test_StateMachine/TestStateMachine.cpp:62–67  ·  view source on GitHub ↗

* Constructs the test state. */

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected