#include "pvUnitTest.h"
Definition at line 32 of file pvUnitTest.h.
detail::testPassx::testPassx |
( |
| ) |
|
|
inline |
Definition at line 38 of file pvUnitTest.h.
38 :dotest(
false), pass(
false), alive(
true) {}
detail::testPassx::testPassx |
( |
bool |
r | ) |
|
|
inlineexplicit |
Definition at line 39 of file pvUnitTest.h.
39 :dotest(
true), pass(r), alive(
true) {}
detail::testPassx::~testPassx |
( |
| ) |
|
Definition at line 16 of file pvUnitTest.cpp.
18 std::string msg(strm.str());
19 size_t nl = msg.find_first_of(
'\n');
23 testOk(pass,
"%s", msg.c_str());
29 std::istringstream lines(msg);
32 while(std::getline(lines ,line)) {
35 testOk(pass,
"%s", line.c_str());
int testDiag(const char *fmt,...)
int testOk(int pass, const char *fmt,...)
detail::testPassx::testPassx |
( |
testPassx & |
o | ) |
|
Definition at line 43 of file pvUnitTest.cpp.
49 strm.seekp(0, std::ios_base::end);
template<typename T >
testPassx& detail::testPassx::operator<< |
( |
const T & |
v | ) |
|
|
inline |
The documentation for this class was generated from the following files: