Helios++
Helios software for LiDAR simulations
|
Test for randomness generation. More...
#include <RandomTest.h>
Public Member Functions | |
RandomTest () | |
Random test constructor. | |
bool | run () override |
![]() | |
BaseTest (std::string const &name) | |
Base test constructor. More... | |
std::string | getName () |
void | operator() (std::ostream &out=std::cout, bool color=true) |
Another way to call test function. More... | |
void | 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 for randomness generation.
|
overridevirtual |
Implements HeliosTests::BaseTest.