Class telling whether a test needs to be run.
More...
#include <GeometryTestAlg.h>
Class telling whether a test needs to be run.
Definition at line 105 of file GeometryTestAlg.h.
virtual gar::geo::details::TestTrackerClassBase::~TestTrackerClassBase |
( |
| ) |
|
|
virtualdefault |
virtual bool gar::geo::details::TestTrackerClassBase::CheckQueriesRegistry |
( |
| ) |
const |
|
virtual |
Checks that the validity of the configuration (after the fact)
Adds a vector of tests into a test set.
bool gar::geo::details::TestTrackerClassBase::operator() |
( |
std::string |
test_name | ) |
|
Checks the test and records the request.
virtual void gar::geo::details::TestTrackerClassBase::PleaseRunAlso |
( |
std::string |
test_name | ) |
|
|
pure virtual |
Allow the specified test to run.
virtual void gar::geo::details::TestTrackerClassBase::PrintConfiguration |
( |
std::ostream & |
| ) |
const |
|
virtual |
Prints information about the configuration of the filter.
TestList_t gar::geo::details::TestTrackerClassBase::QueriedTests |
( |
| ) |
const |
Returns the tests that have been queried.
virtual bool gar::geo::details::TestTrackerClassBase::Query |
( |
std::string |
test_name | ) |
|
|
protectedvirtual |
Checks the test and records the request.
virtual void gar::geo::details::TestTrackerClassBase::RecordRequest |
( |
std::string |
test_name, |
|
|
bool |
bRun |
|
) |
| |
|
protectedvirtual |
TestList_t const& gar::geo::details::TestTrackerClassBase::RunTests |
( |
| ) |
const |
|
inline |
Returns the tests that have been run.
Definition at line 121 of file GeometryTestAlg.h.
TestList_t run
requested tests that should be run
virtual bool gar::geo::details::TestTrackerClassBase::ShouldRun |
( |
std::string |
test_name | ) |
const |
|
pure virtual |
Returns whether the specified test should run.
TestList_t const& gar::geo::details::TestTrackerClassBase::SkippedTests |
( |
| ) |
const |
|
inline |
Returns the tests that have been skipped.
Definition at line 124 of file GeometryTestAlg.h.
TestList_t skipped
requested tests that should be skipped
TestList_t gar::geo::details::TestTrackerClassBase::run |
|
protected |
TestList_t gar::geo::details::TestTrackerClassBase::skipped |
|
protected |
The documentation for this class was generated from the following file: