#include <TestRunner.h>
|
typedef std::pair< std::string, std::string > | FailedTest |
|
typedef std::map< std::string, std::vector< std::string > > | Suites |
|
Definition at line 25 of file TestRunner.h.
◆ FailedTest
◆ Suites
◆ TestRunner()
◆ ~TestRunner()
odc::tool::test::TestRunner::~TestRunner |
( |
| ) |
|
|
virtual |
◆ numberOfFailed()
size_t odc::tool::test::TestRunner::numberOfFailed |
( |
| ) |
|
|
inline |
◆ readConfig()
void odc::tool::test::TestRunner::readConfig |
( |
const eckit::PathName |
fileName | ) |
|
|
private |
◆ run()
void odc::tool::test::TestRunner::run |
( |
| ) |
|
◆ runTests()
void odc::tool::test::TestRunner::runTests |
( |
const TestCases & |
tests | ) |
|
|
private |
◆ smslabel()
void odc::tool::test::TestRunner::smslabel |
( |
const std::string & |
| ) |
|
|
private |
◆ clp_
◆ failed_
std::vector<FailedTest> odc::tool::test::TestRunner::failed_ |
|
private |
◆ label_
std::string odc::tool::test::TestRunner::label_ |
|
private |
◆ mars_sms_label_
bool odc::tool::test::TestRunner::mars_sms_label_ |
|
private |
◆ runningTimes_
std::stringstream odc::tool::test::TestRunner::runningTimes_ |
|
private |
◆ suites_
Suites odc::tool::test::TestRunner::suites_ |
|
private |
◆ xml_
std::stringstream odc::tool::test::TestRunner::xml_ |
|
private |
The documentation for this class was generated from the following files: