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

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.