|
rad
2.0.0
|
Unit tests for the State class. More...
#include <scxml4cpp/State.h>#include <scxml4cpp/StateHistory.h>#include <scxml4cpp/Activity.h>#include <scxml4cpp/Action.h>#include <scxml4cpp/Event.h>#include <scxml4cpp/Transition.h>#include <gtest/gtest.h>Classes | |
| class | TestCondition |
| class | TestStateActivity |
| class | TestState |
Functions | |
| TEST_F (TestState, ctor) | |
| TEST_F (TestState, getset) | |
| TEST_F (TestState, properties) | |
| TEST_F (TestState, activities) | |
| TEST_F (TestState, duplicatedActivities) | |
| TEST_F (TestState, transitions) | |
| TEST_F (TestState, duplicatedTransitions) | |
| TEST_F (TestState, substates) | |
| TEST_F (TestState, duplicatedSubstates) | |
| TEST_F (TestState, initial) | |
| TEST_F (TestState, final) | |
| TEST_F (TestState, history) | |
Unit tests for the State class.
| TEST_F | ( | TestState | , |
| ctor | |||
| ) |
| TEST_F | ( | TestState | , |
| getset | |||
| ) |
| TEST_F | ( | TestState | , |
| properties | |||
| ) |
| TEST_F | ( | TestState | , |
| activities | |||
| ) |
| TEST_F | ( | TestState | , |
| duplicatedActivities | |||
| ) |
| TEST_F | ( | TestState | , |
| transitions | |||
| ) |
| TEST_F | ( | TestState | , |
| duplicatedTransitions | |||
| ) |
| TEST_F | ( | TestState | , |
| substates | |||
| ) |
| TEST_F | ( | TestState | , |
| duplicatedSubstates | |||
| ) |
| TEST_F | ( | TestState | , |
| initial | |||
| ) |
| TEST_F | ( | TestState | , |
| final | |||
| ) |
| TEST_F | ( | TestState | , |
| history | |||
| ) |
1.8.5