|
C++ YASMIN (Yet Another State MachINe)
|
#include <gtest/gtest.h>#include <memory>#include <string>#include "yasmin/blackboard/blackboard.hpp"#include "yasmin/state.hpp"#include "yasmin/state_machine.hpp"
Classes | |
| class | FooState |
| Represents the "Foo" state in the state machine. More... | |
| class | BarState |
| Represents the "Bar" state in the state machine. More... | |
| class | TestStateMachine |
Functions | |
| TEST_F (TestStateMachine, TestStr) | |
| TEST_F (TestStateMachine, TestGetNameEmpty) | |
| TEST_F (TestStateMachine, TestSetName) | |
| TEST_F (TestStateMachine, TestGetStates) | |
| TEST_F (TestStateMachine, TestGetStartState) | |
| TEST_F (TestStateMachine, TestGetCurrentState) | |
| TEST_F (TestStateMachine, TestStateCall) | |
| TEST_F (TestStateMachine, TestSetStartStateEmpty) | |
| TEST_F (TestStateMachine, TestSetStartStateWrongState) | |
| TEST_F (TestStateMachine, TestAddRepeatedState) | |
| TEST_F (TestStateMachine, TestAddOutcomeState) | |
| TEST_F (TestStateMachine, TestAddStateWithWrongOutcome) | |
| TEST_F (TestStateMachine, TestAddWrongSourceTransition) | |
| TEST_F (TestStateMachine, TestAddWrongTargetTransition) | |
| TEST_F (TestStateMachine, TestValidateOutcomeFromFsmNotUsed) | |
| TEST_F (TestStateMachine, TestValidateOutcomeFromStateNotUsed) | |
| TEST_F (TestStateMachine, TestValidateFsmOutcomeNotUsed) | |
| TEST_F (TestStateMachine, TestValidateWrongState) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv ) |
| TEST_F | ( | TestStateMachine | , |
| TestAddOutcomeState | ) |
| TEST_F | ( | TestStateMachine | , |
| TestAddRepeatedState | ) |
| TEST_F | ( | TestStateMachine | , |
| TestAddStateWithWrongOutcome | ) |
| TEST_F | ( | TestStateMachine | , |
| TestAddWrongSourceTransition | ) |
| TEST_F | ( | TestStateMachine | , |
| TestAddWrongTargetTransition | ) |
| TEST_F | ( | TestStateMachine | , |
| TestGetCurrentState | ) |
| TEST_F | ( | TestStateMachine | , |
| TestGetNameEmpty | ) |
| TEST_F | ( | TestStateMachine | , |
| TestGetStartState | ) |
| TEST_F | ( | TestStateMachine | , |
| TestGetStates | ) |
| TEST_F | ( | TestStateMachine | , |
| TestSetName | ) |
| TEST_F | ( | TestStateMachine | , |
| TestSetStartStateEmpty | ) |
| TEST_F | ( | TestStateMachine | , |
| TestSetStartStateWrongState | ) |
| TEST_F | ( | TestStateMachine | , |
| TestStateCall | ) |
| TEST_F | ( | TestStateMachine | , |
| TestStr | ) |
| TEST_F | ( | TestStateMachine | , |
| TestValidateFsmOutcomeNotUsed | ) |
| TEST_F | ( | TestStateMachine | , |
| TestValidateOutcomeFromFsmNotUsed | ) |
| TEST_F | ( | TestStateMachine | , |
| TestValidateOutcomeFromStateNotUsed | ) |
| TEST_F | ( | TestStateMachine | , |
| TestValidateWrongState | ) |