#include <Failure.h>
|
| Failure (const std::string &theTestName, const std::string &theFileName, const std::string &theCondition) |
|
| Failure (const std::string &theTestName, const std::string &theFileName, long theLineNumber, const std::string &expected, const std::string &actual) |
|
| Failure (const std::string &theTestName, const std::string &theFileName, long theLineNumber, const std::string &theCondition) |
|
Definition at line 28 of file Failure.h.
◆ Failure() [1/3]
Failure::Failure |
( |
const std::string & |
theTestName, |
|
|
const std::string & |
theFileName, |
|
|
long |
theLineNumber, |
|
|
const std::string & |
theCondition |
|
) |
| |
|
inline |
◆ Failure() [2/3]
Failure::Failure |
( |
const std::string & |
theTestName, |
|
|
const std::string & |
theFileName, |
|
|
const std::string & |
theCondition |
|
) |
| |
|
inline |
◆ Failure() [3/3]
Failure::Failure |
( |
const std::string & |
theTestName, |
|
|
const std::string & |
theFileName, |
|
|
long |
theLineNumber, |
|
|
const std::string & |
expected, |
|
|
const std::string & |
actual |
|
) |
| |
|
inline |
◆ fileName
std::string Failure::fileName |
◆ lineNumber
◆ message
std::string Failure::message |
◆ testName
std::string Failure::testName |
The documentation for this class was generated from the following file: