rad  3.0.0
Classes | Functions
TestTransitions.cpp File Reference

Unit tests for the DOMSCXMLReader class. More...

#include <scxml4cpp/DOMSCXMLReader.h>
#include <scxml4cpp/State.h>
#include <scxml4cpp/StateMachine.h>
#include <gtest/gtest.h>
#include <fstream>

Classes

class  TestTransitions
 

Functions

 TEST_F (TestTransitions, IllTransition1)
 
 TEST_F (TestTransitions, IllTransition2)
 

Detailed Description

Unit tests for the DOMSCXMLReader class.

Author
landolfa

Function Documentation

◆ TEST_F() [1/2]

TEST_F ( TestTransitions  ,
IllTransition1   
)

EICSSW-793 Internal transition without event/guard should be skipped.

◆ TEST_F() [2/2]

TEST_F ( TestTransitions  ,
IllTransition2   
)

EICSSW-793 Self transition without event/guard should be skipped.