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