rad 6.2.0
|
Unit tests for the Helper class. More...
#include <scxml4cpp/Action.h>
#include <scxml4cpp/Activity.h>
#include <scxml4cpp/Event.h>
#include <scxml4cpp/Helper.h>
#include <scxml4cpp/State.h>
#include <scxml4cpp/StateHistory.h>
#include <scxml4cpp/StateMachine.h>
#include <scxml4cpp/Transition.h>
#include <gtest/gtest.h>
#include <list>
#include <set>
Classes | |
class | TestHelperAction |
class | TestHelperActivity |
class | TestHelper |
Functions | |
TEST_F (TestHelper, printStateType) | |
TEST_F (TestHelper, printTransition) | |
TEST_F (TestHelper, printTransitions) | |
TEST_F (TestHelper, printTargetState) | |
TEST_F (TestHelper, printTargetStates) | |
TEST_F (TestHelper, printActions) | |
TEST_F (TestHelper, printActivities) | |
TEST_F (TestHelper, printStates) | |
TEST_F (TestHelper, printStateMachine1) | |
TEST_F (TestHelper, printStateMachine2) | |
TEST_F (TestHelper, formatStatus) | |
TEST_F (TestHelper, isInState) | |
TEST_F (TestHelper, isDescendant) | |
TEST_F (TestHelper, countParents) | |
TEST_F (TestHelper, getProperAncestors) | |
TEST_F (TestHelper, getAncestors1) | |
TEST_F (TestHelper, getAncestors2) | |
TEST_F (TestHelper, getAncestorsList) | |
TEST_F (TestHelper, findLeastCommonAncestor) | |
TEST_F (TestHelper, eventMatch) | |
TEST_F (TestHelper, getAtomicStates2) | |
TEST_F (TestHelper, isPreempted) | |
Unit tests for the Helper class.
TEST_F | ( | TestHelper | , |
countParents | ) |
TEST_F | ( | TestHelper | , |
eventMatch | ) |
TEST_F | ( | TestHelper | , |
findLeastCommonAncestor | ) |
TEST_F | ( | TestHelper | , |
formatStatus | ) |
TEST_F | ( | TestHelper | , |
getAncestors1 | ) |
TEST_F | ( | TestHelper | , |
getAncestors2 | ) |
TEST_F | ( | TestHelper | , |
getAncestorsList | ) |
TEST_F | ( | TestHelper | , |
getAtomicStates2 | ) |
TEST_F | ( | TestHelper | , |
getProperAncestors | ) |
TEST_F | ( | TestHelper | , |
isDescendant | ) |
TEST_F | ( | TestHelper | , |
isInState | ) |
TEST_F | ( | TestHelper | , |
isPreempted | ) |
TEST_F | ( | TestHelper | , |
printActions | ) |
TEST_F | ( | TestHelper | , |
printActivities | ) |
TEST_F | ( | TestHelper | , |
printStateMachine1 | ) |
TEST_F | ( | TestHelper | , |
printStateMachine2 | ) |
TEST_F | ( | TestHelper | , |
printStates | ) |
TEST_F | ( | TestHelper | , |
printStateType | ) |
TEST_F | ( | TestHelper | , |
printTargetState | ) |
TEST_F | ( | TestHelper | , |
printTargetStates | ) |
TEST_F | ( | TestHelper | , |
printTransition | ) |
TEST_F | ( | TestHelper | , |
printTransitions | ) |