rad 6.2.0
Loading...
Searching...
No Matches
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/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)
 

Detailed Description

Unit tests for the Helper class.

Function Documentation

◆ TEST_F() [1/22]

TEST_F ( TestHelper ,
countParents  )

◆ TEST_F() [2/22]

TEST_F ( TestHelper ,
eventMatch  )

◆ TEST_F() [3/22]

TEST_F ( TestHelper ,
findLeastCommonAncestor  )

◆ TEST_F() [4/22]

TEST_F ( TestHelper ,
formatStatus  )

◆ TEST_F() [5/22]

TEST_F ( TestHelper ,
getAncestors1  )

◆ TEST_F() [6/22]

TEST_F ( TestHelper ,
getAncestors2  )

◆ TEST_F() [7/22]

TEST_F ( TestHelper ,
getAncestorsList  )

◆ TEST_F() [8/22]

TEST_F ( TestHelper ,
getAtomicStates2  )

◆ TEST_F() [9/22]

TEST_F ( TestHelper ,
getProperAncestors  )

◆ TEST_F() [10/22]

TEST_F ( TestHelper ,
isDescendant  )

◆ TEST_F() [11/22]

TEST_F ( TestHelper ,
isInState  )

◆ TEST_F() [12/22]

TEST_F ( TestHelper ,
isPreempted  )

◆ TEST_F() [13/22]

TEST_F ( TestHelper ,
printActions  )

◆ TEST_F() [14/22]

TEST_F ( TestHelper ,
printActivities  )

◆ TEST_F() [15/22]

TEST_F ( TestHelper ,
printStateMachine1  )

◆ TEST_F() [16/22]

TEST_F ( TestHelper ,
printStateMachine2  )

◆ TEST_F() [17/22]

TEST_F ( TestHelper ,
printStates  )

◆ TEST_F() [18/22]

TEST_F ( TestHelper ,
printStateType  )

◆ TEST_F() [19/22]

TEST_F ( TestHelper ,
printTargetState  )

◆ TEST_F() [20/22]

TEST_F ( TestHelper ,
printTargetStates  )

◆ TEST_F() [21/22]

TEST_F ( TestHelper ,
printTransition  )

◆ TEST_F() [22/22]

TEST_F ( TestHelper ,
printTransitions  )