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

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)
 

Detailed Description

Unit tests for the State class.

Author
landolfa

Function Documentation

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   
)