Test for grove of trees.
More...
#include <GroveTest.h>
|
bool | run () override |
|
| BaseTest (std::string const &name) |
| Base test constructor. More...
|
|
std::string | getName () |
| Obtain the test name. More...
|
|
void | operator() (std::ostream &out=std::cout, bool color=true) |
| Another way to call test function. More...
|
|
bool | test (std::ostream &out=std::cout, bool color=true) |
| Perform the test and output its final status. More...
|
|
Test for grove of trees.
- Author
- Alberto M. Esmoris Pena
- Version
- 1.0
◆ buildGrove()
void HeliosTests::GroveTest::buildGrove |
( |
| ) |
|
|
protected |
◆ buildPrimitives()
void HeliosTests::GroveTest::buildPrimitives |
( |
| ) |
|
|
protected |
◆ buildTrees()
void HeliosTests::GroveTest::buildTrees |
( |
| ) |
|
|
protected |
◆ run()
bool HeliosTests::GroveTest::run |
( |
| ) |
|
|
overridevirtual |
◆ testLoops()
bool HeliosTests::GroveTest::testLoops |
( |
| ) |
|
|
protected |
Test the for, while and for-each loops of the grove.
- Returns
- True if passed, false otherwise
◆ testObserving()
bool HeliosTests::GroveTest::testObserving |
( |
| ) |
|
|
protected |
Test observer pattern mechanics are working as expected.
- Returns
- True if passed, false otherwise
The documentation for this class was generated from the following file: