C++ YASMIN (Yet Another State MachINe)
Loading...
Searching...
No Matches
test_state.cpp File Reference
#include <gtest/gtest.h>
#include <memory>
#include <set>
#include <string>
#include "yasmin/blackboard/blackboard.hpp"
#include "yasmin/state.hpp"
Include dependency graph for test_state.cpp:

Classes

class  FooState
 Represents the "Foo" state in the state machine. More...
 
class  BarState
 Represents the "Bar" state in the state machine. More...
 
class  TestState
 

Functions

 TEST_F (TestState, TestCall)
 
 TEST_F (TestState, TestCancel)
 
 TEST_F (TestState, TestGetOutcomes)
 
 TEST_F (TestState, TestStr)
 
 TEST_F (TestState, TestInitException)
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

◆ TEST_F() [1/5]

TEST_F ( TestState ,
TestCall  )

◆ TEST_F() [2/5]

TEST_F ( TestState ,
TestCancel  )

◆ TEST_F() [3/5]

TEST_F ( TestState ,
TestGetOutcomes  )

◆ TEST_F() [4/5]

TEST_F ( TestState ,
TestInitException  )

◆ TEST_F() [5/5]

TEST_F ( TestState ,
TestStr  )