|
Scheduler
|
#include "stateSpaceTest.h"Go to the source code of this file.
Classes | |
| class | StateSpaceBuilderTest |
Functions | |
| void | setDomainModel (Mdp::StateSpaceBuilder *builder) |
| TEST_F (StateSpaceBuilderTest, throwsIfNoStateAndNoDimension) | |
| void | addOneDimensionAndBuild (Mdp::StateSpaceDimension *dim, Mdp::StateSpaceBuilder *builder) |
| TEST_F (StateSpaceBuilderTest, throwsIfDimensionHasZeroPositions) | |
| TEST_F (StateSpaceBuilderTest, throwsIfDomainModelNotSet) | |
| TEST_F (StateSpaceBuilderTest, stateSpaceHasRightNumberOfStates) | |
| void addOneDimensionAndBuild | ( | Mdp::StateSpaceDimension * | dim, |
| Mdp::StateSpaceBuilder * | builder | ||
| ) |
Definition at line 46 of file stateSpaceBuilderTest.cpp.
| void setDomainModel | ( | Mdp::StateSpaceBuilder * | builder | ) |
Definition at line 35 of file stateSpaceBuilderTest.cpp.
| TEST_F | ( | StateSpaceBuilderTest | , |
| throwsIfNoStateAndNoDimension | |||
| ) |
Definition at line 40 of file stateSpaceBuilderTest.cpp.
| TEST_F | ( | StateSpaceBuilderTest | , |
| throwsIfDimensionHasZeroPositions | |||
| ) |
Definition at line 52 of file stateSpaceBuilderTest.cpp.
| TEST_F | ( | StateSpaceBuilderTest | , |
| throwsIfDomainModelNotSet | |||
| ) |
Definition at line 59 of file stateSpaceBuilderTest.cpp.
| TEST_F | ( | StateSpaceBuilderTest | , |
| stateSpaceHasRightNumberOfStates | |||
| ) |
Definition at line 65 of file stateSpaceBuilderTest.cpp.
1.8.11