rad 6.2.0
Loading...
Searching...
No Matches
Classes | Functions
TestMerger.cpp File Reference

Unit tests for the Merger class. More...

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

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.

Function Documentation

◆ TEST_F() [1/4]

TEST_F ( TestMerger ,
appendActions  )

◆ TEST_F() [2/4]

TEST_F ( TestMerger ,
appendInternalTransitions  )

◆ TEST_F() [3/4]

TEST_F ( TestMerger ,
appendStates  )

◆ TEST_F() [4/4]

TEST_F ( TestMerger ,
findStates  )