#include <Test.h>
|
bool | check (const std::string &expected, const std::string &actual, TestResult &result, const std::string &fileName, long lineNumber) |
|
bool | check (long expected, long actual, TestResult &result, const std::string &fileName, long lineNumber) |
|
Definition at line 30 of file Test.h.
◆ Test() [1/2]
Test::Test |
( |
const std::string & |
testName | ) |
|
◆ Test() [2/2]
Test::Test |
( |
const std::string & |
testName, |
|
|
const std::string & |
filename, |
|
|
long |
lineNumber, |
|
|
bool |
safeCheck |
|
) |
| |
◆ ~Test()
◆ check() [1/2]
bool Test::check |
( |
const std::string & |
expected, |
|
|
const std::string & |
actual, |
|
|
TestResult & |
result, |
|
|
const std::string & |
fileName, |
|
|
long |
lineNumber |
|
) |
| |
|
protected |
◆ check() [2/2]
bool Test::check |
( |
long |
expected, |
|
|
long |
actual, |
|
|
TestResult & |
result, |
|
|
const std::string & |
fileName, |
|
|
long |
lineNumber |
|
) |
| |
|
protected |
◆ getFilename()
std::string Test::getFilename |
( |
| ) |
const |
|
inline |
◆ getLineNumber()
long Test::getLineNumber |
( |
| ) |
const |
|
inline |
◆ getName()
std::string Test::getName |
( |
| ) |
const |
|
inline |
◆ getNext()
Test * Test::getNext |
( |
| ) |
const |
◆ run()
◆ safe()
bool Test::safe |
( |
| ) |
const |
|
inline |
◆ setNext()
void Test::setNext |
( |
Test * |
test | ) |
|
◆ filename_
std::string Test::filename_ |
|
protected |
◆ lineNumber_
◆ name_
◆ next_
◆ safeCheck_
This is the line line number of the test, rather than the a single check.
Definition at line 56 of file Test.h.
The documentation for this class was generated from the following files: