#include <Failure.h>
|
| Failure (const std::string &theTestName, const std::string &theFileName, long theLineNumber, const std::string &theCondition) |
|
| 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) |
|
Definition at line 28 of file Failure.h.
Failure::Failure |
( |
const std::string & |
theTestName, |
|
|
const std::string & |
theFileName, |
|
|
long |
theLineNumber, |
|
|
const std::string & |
theCondition |
|
) |
| |
|
inline |
Failure::Failure |
( |
const std::string & |
theTestName, |
|
|
const std::string & |
theFileName, |
|
|
const std::string & |
theCondition |
|
) |
| |
|
inline |
Failure::Failure |
( |
const std::string & |
theTestName, |
|
|
const std::string & |
theFileName, |
|
|
long |
theLineNumber, |
|
|
const std::string & |
expected, |
|
|
const std::string & |
actual |
|
) |
| |
|
inline |
std::string Failure::fileName |
std::string Failure::message |
std::string Failure::testName |
The documentation for this class was generated from the following file: