rad  2.0.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
TestHelper.cpp File Reference

Unit tests for the Helper class. More...

#include <scxml4cpp/Helper.h>
#include <scxml4cpp/StateHistory.h>
#include <scxml4cpp/StateAtomic.h>
#include <scxml4cpp/StateCompound.h>
#include <scxml4cpp/StateParallel.h>
#include <scxml4cpp/Transition.h>
#include <scxml4cpp/Event.h>
#include <scxml4cpp/Action.h>
#include <scxml4cpp/Activity.h>
#include <scxml4cpp/StateMachine.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, 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, getAtomicStates1)
 
 TEST_F (TestHelper, getAtomicStates2)
 
 TEST_F (TestHelper, isPreempted)
 

Detailed Description

Unit tests for the Helper class.

Author
landolfa

Function Documentation

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  ,
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  ,
getAtomicStates1   
)
TEST_F ( TestHelper  ,
getAtomicStates2   
)
TEST_F ( TestHelper  ,
isPreempted   
)