|
| | TestShim (CppUnit::Test &shimmed_test) |
| |
| virtual void | run (CppUnit::TestResult *result) override |
| |
| virtual int | countTestCases () const override |
| |
| virtual int | getChildTestCount () const override |
| |
| virtual std::string | getName () const override |
| |
| virtual bool | findTestPath (const std::string &testName, CppUnit::TestPath &testPath) const override |
| |
| virtual bool | findTestPath (const CppUnit::Test *test, CppUnit::TestPath &testPath) const override |
| |
| virtual CppUnit::Test * | findTest (const std::string &testName) const override |
| |
| virtual CppUnit::TestPath | resolveTestPath (const std::string &testPath) const override |
| |
Definition at line 31 of file driver.C.
◆ TestShim()
| TestShim::TestShim |
( |
CppUnit::Test & |
shimmed_test | ) |
|
|
inline |
Definition at line 34 of file driver.C.
CppUnit::Test & _shimmed_test
◆ countTestCases()
| virtual int TestShim::countTestCases |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ doGetChildTestAt()
| virtual CppUnit::Test* TestShim::doGetChildTestAt |
( |
int |
index | ) |
const |
|
inlineoverrideprotectedvirtual |
◆ findTest()
| virtual CppUnit::Test* TestShim::findTest |
( |
const std::string & |
testName | ) |
const |
|
inlineoverridevirtual |
◆ findTestPath() [1/2]
| virtual bool TestShim::findTestPath |
( |
const std::string & |
testName, |
|
|
CppUnit::TestPath & |
testPath |
|
) |
| const |
|
inlineoverridevirtual |
◆ findTestPath() [2/2]
| virtual bool TestShim::findTestPath |
( |
const CppUnit::Test * |
test, |
|
|
CppUnit::TestPath & |
testPath |
|
) |
| const |
|
inlineoverridevirtual |
◆ getChildTestCount()
| virtual int TestShim::getChildTestCount |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ getName()
| virtual std::string TestShim::getName |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ resolveTestPath()
| virtual CppUnit::TestPath TestShim::resolveTestPath |
( |
const std::string & |
testPath | ) |
const |
|
inlineoverridevirtual |
◆ run()
| virtual void TestShim::run |
( |
CppUnit::TestResult * |
result | ) |
|
|
inlineoverridevirtual |
◆ _shimmed_test
| CppUnit::Test& TestShim::_shimmed_test |
|
private |
The documentation for this class was generated from the following file: