rad  3.0.0
Classes | Functions
TestHelper.cpp File Reference

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

Detailed Description

Unit tests for the Helper class.

Author
landolfa

Function Documentation

◆ TEST_F() [1/24]

TEST_F ( TestHelper  ,
countParents   
)

◆ TEST_F() [2/24]

TEST_F ( TestHelper  ,
eventMatch   
)

◆ TEST_F() [3/24]

TEST_F ( TestHelper  ,
findLeastCommonAncestor   
)

◆ TEST_F() [4/24]

TEST_F ( TestHelper  ,
formatStatus   
)

◆ TEST_F() [5/24]

TEST_F ( TestHelper  ,
getAncestors1   
)

◆ TEST_F() [6/24]

TEST_F ( TestHelper  ,
getAncestors2   
)

◆ TEST_F() [7/24]

TEST_F ( TestHelper  ,
getAncestorsList   
)

◆ TEST_F() [8/24]

TEST_F ( TestHelper  ,
getAtomicStates1   
)

◆ TEST_F() [9/24]

TEST_F ( TestHelper  ,
getAtomicStates2   
)

◆ TEST_F() [10/24]

TEST_F ( TestHelper  ,
getProperAncestors   
)

◆ TEST_F() [11/24]

TEST_F ( TestHelper  ,
isDescendant   
)

◆ TEST_F() [12/24]

TEST_F ( TestHelper  ,
isInState   
)

◆ TEST_F() [13/24]

TEST_F ( TestHelper  ,
isPreempted   
)

◆ TEST_F() [14/24]

TEST_F ( TestHelper  ,
printActions   
)

◆ TEST_F() [15/24]

TEST_F ( TestHelper  ,
printActivities   
)

◆ TEST_F() [16/24]

TEST_F ( TestHelper  ,
printStateMachine1   
)

◆ TEST_F() [17/24]

TEST_F ( TestHelper  ,
printStateMachine2   
)

◆ TEST_F() [18/24]

TEST_F ( TestHelper  ,
printStates   
)

◆ TEST_F() [19/24]

TEST_F ( TestHelper  ,
printStateType   
)

◆ TEST_F() [20/24]

TEST_F ( TestHelper  ,
printTargetState   
)

◆ TEST_F() [21/24]

TEST_F ( TestHelper  ,
printTargetStates   
)

◆ TEST_F() [22/24]

TEST_F ( TestHelper  ,
printTransition   
)

◆ TEST_F() [23/24]

TEST_F ( TestHelper  ,
printTransitions   
)

◆ TEST_F() [24/24]

TEST_F ( TestHelper  ,
sortAtomicStates   
)