Unit tests for SymbolicConditional class. More...
#include <CppUnitLite/TestHarness.h>#include <gtsam/base/TestableAssertions.h>#include <gtsam/symbolic/SymbolicConditional.h>
Go to the source code of this file.
| Functions | |
| int | main () | 
| TEST (SymbolicConditional, Constructors) | |
| TEST (SymbolicConditional, empty) | |
| TEST (SymbolicConditional, equals) | |
| TEST (SymbolicConditional, fourParents) | |
| TEST (SymbolicConditional, FromRange) | |
| TEST (SymbolicConditional, noParents) | |
| TEST (SymbolicConditional, oneParents) | |
| TEST (SymbolicConditional, threeParents) | |
| TEST (SymbolicConditional, twoParents) | |
Unit tests for SymbolicConditional class.
Definition in file testSymbolicConditional.cpp.
| int main | ( | ) | 
Definition at line 112 of file testSymbolicConditional.cpp.
| TEST | ( | SymbolicConditional | , | 
| Constructors | |||
| ) | 
Definition at line 84 of file testSymbolicConditional.cpp.
| TEST | ( | SymbolicConditional | , | 
| empty | |||
| ) | 
Definition at line 27 of file testSymbolicConditional.cpp.
| TEST | ( | SymbolicConditional | , | 
| equals | |||
| ) | 
Definition at line 100 of file testSymbolicConditional.cpp.
| TEST | ( | SymbolicConditional | , | 
| fourParents | |||
| ) | 
Definition at line 67 of file testSymbolicConditional.cpp.
| TEST | ( | SymbolicConditional | , | 
| FromRange | |||
| ) | 
Definition at line 75 of file testSymbolicConditional.cpp.
| TEST | ( | SymbolicConditional | , | 
| noParents | |||
| ) | 
Definition at line 35 of file testSymbolicConditional.cpp.
| TEST | ( | SymbolicConditional | , | 
| oneParents | |||
| ) | 
Definition at line 43 of file testSymbolicConditional.cpp.
| TEST | ( | SymbolicConditional | , | 
| threeParents | |||
| ) | 
Definition at line 59 of file testSymbolicConditional.cpp.
| TEST | ( | SymbolicConditional | , | 
| twoParents | |||
| ) | 
Definition at line 51 of file testSymbolicConditional.cpp.