CPUnit 0.7 (beta)
The REAL C++ port of JUnit.
|
This class is specially designed for use with the UNITTEST_STR macro, and is not intended for anything else. More...
#include <unittest_impl_StrCat.hpp>
Public Member Functions | |
StrCat () | |
virtual | ~StrCat () |
template<class X > | |
StrCat & | operator<< (const X &x) |
std::string | str () const |
Private Attributes | |
std::ostringstream | oss |
This class is specially designed for use with the UNITTEST_STR macro, and is not intended for anything else.
Definition at line 45 of file unittest_impl_StrCat.hpp.
unittest::impl::StrCat::StrCat | ( | ) |
Definition at line 34 of file unittest_impl_StrCat.cpp.
unittest::impl::StrCat::~StrCat | ( | ) | [virtual] |
Definition at line 38 of file unittest_impl_StrCat.cpp.
unittest::impl::StrCat & unittest::impl::StrCat::operator<< | ( | const X & | x | ) |
Definition at line 34 of file unittest_impl_StrCat.tcc.
std::string unittest::impl::StrCat::str | ( | ) | const |
Definition at line 42 of file unittest_impl_StrCat.cpp.
std::ostringstream unittest::impl::StrCat::oss [private] |
Definition at line 46 of file unittest_impl_StrCat.hpp.