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

Unit tests for the Merger class. More...

#include <scxml4cpp/Merger.h>
#include <scxml4cpp/Helper.h>
#include <scxml4cpp/ExecutableContent.h>
#include <scxml4cpp/StateMachine.h>
#include <scxml4cpp/StateAtomic.h>
#include <scxml4cpp/StateCompound.h>
#include <scxml4cpp/Action.h>
#include <scxml4cpp/Activity.h>
#include <scxml4cpp/Event.h>
#include <scxml4cpp/Transition.h>
#include <scxml4cpp/Log.h>
#include <iostream>
#include <gtest/gtest.h>

Classes

class  TestMergerAction
 
class  TestMergerActivity
 
class  TestMerger
 

Functions

 TEST_F (TestMerger, findStates)
 
 TEST_F (TestMerger, appendInternalTransitions)
 
 TEST_F (TestMerger, appendStates)
 
 TEST_F (TestMerger, appendActions)
 

Detailed Description

Unit tests for the Merger class.

Author
landolfa

Function Documentation

TEST_F ( TestMerger  ,
findStates   
)
TEST_F ( TestMerger  ,
appendInternalTransitions   
)
TEST_F ( TestMerger  ,
appendStates   
)
TEST_F ( TestMerger  ,
appendActions   
)