Helios++
Helios software for LiDAR simulations
|
Test discrete time handling. More...
#include <DiscreteTimeTest.h>
Public Member Functions | |
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... | |
Additional Inherited Members | |
![]() | |
std::string const | name |
The name for the test. | |
Test discrete time handling.
|
overridevirtual |
Implements HeliosTests::BaseTest.