#include <gtest-message.h>
Definition at line 85 of file gtest-message.h.
typedef std::ostream&(* testing::Message::BasicNarrowIoManip) (std::ostream &) |
|
private |
typedef std::ostream&(* testing::Message::BasicNarrowIoManip) (std::ostream &) |
|
private |
typedef std::ostream&(* testing::Message::BasicNarrowIoManip) (std::ostream &) |
|
private |
testing::Message::Message |
( |
| ) |
|
testing::Message::Message |
( |
const Message & |
msg | ) |
|
|
inline |
Definition at line 96 of file gtest-message.h.
References GetString().
96 :
ss_(new ::std::stringstream) {
97 *
ss_ << msg.GetString();
const internal::scoped_ptr< ::std::stringstream > ss_
testing::Message::Message |
( |
const char * |
str | ) |
|
|
inlineexplicit |
testing::Message::Message |
( |
| ) |
|
testing::Message::Message |
( |
const Message & |
msg | ) |
|
|
inline |
Definition at line 96 of file gtest-message.h.
References GetString().
96 :
ss_(new ::std::stringstream) {
97 *
ss_ << msg.GetString();
const internal::scoped_ptr< ::std::stringstream > ss_
testing::Message::Message |
( |
const char * |
str | ) |
|
|
inlineexplicit |
testing::Message::Message |
( |
| ) |
|
testing::Message::Message |
( |
const Message & |
msg | ) |
|
|
inline |
Definition at line 96 of file gtest-message.h.
References GetString().
96 :
ss_(new ::std::stringstream) {
97 *
ss_ << msg.GetString();
const internal::scoped_ptr< ::std::stringstream > ss_
testing::Message::Message |
( |
const char * |
str | ) |
|
|
inlineexplicit |
Definition at line 981 of file gtest.cc.
References testing::internal::scoped_ptr< T >::get(), ss_, and testing::internal::StringStreamToString().
Referenced by testing::UnitTest::AddTestPartResult(), testing::AssertionResult::AppendMessage(), testing::internal::AppendUserMessage(), testing::internal::XmlUnitTestResultPrinter::EscapeXml(), testing::internal::XmlUnitTestResultPrinter::EscapeXmlText(), testing::internal::FlagToEnvVar(), testing::FormatWordList(), testing::internal::GetBoolAssertionFailureMessage(), SequenceTestingListener::GetEventDescription(), testing::Test::HasSameFixtureClass(), testing::internal::MakeAndRegisterTestInfo(), Message(), testing::internal::EventRecordingListener::OnTestIterationEnd(), testing::internal::EventRecordingListener::OnTestIterationStart(), operator<<(), testing::operator<<(), testing::internal::ParseInt32(), testing::internal::PortableLocaltime(), testing::Test::RecordProperty(), testing::internal::ShouldRunTestCase(), testing::internal::ShouldShard(), testing::internal::TearDownEnvironment(), TEST(), testing::TestPartNonfatallyFailed(), testing::internal::XmlUnitTestResultPrinter::TestPropertiesAsXmlAttributes(), and testing::internal::ScopedPrematureExitFile::~ScopedPrematureExitFile().
const internal::scoped_ptr< ::std::stringstream > ss_
GTEST_API_ std::string StringStreamToString(::std::stringstream *stream)
template<typename T >
Message& testing::Message::operator<< |
( |
const T & |
val | ) |
|
|
inline |
Definition at line 115 of file gtest-message.h.
References val.
const internal::scoped_ptr< ::std::stringstream > ss_
template<typename T >
Message& testing::Message::operator<< |
( |
const T & |
val | ) |
|
|
inline |
Definition at line 115 of file gtest-message.h.
References val.
const internal::scoped_ptr< ::std::stringstream > ss_
template<typename T >
Message& testing::Message::operator<< |
( |
const T & |
val | ) |
|
|
inline |
template<typename T >
Message& testing::Message::operator<< |
( |
T *const & |
pointer | ) |
|
|
inline |
Definition at line 149 of file gtest-message.h.
150 if (pointer == NULL) {
const internal::scoped_ptr< ::std::stringstream > ss_
template<typename T >
Message& testing::Message::operator<< |
( |
T *const & |
pointer | ) |
|
|
inline |
Definition at line 149 of file gtest-message.h.
150 if (pointer == NULL) {
const internal::scoped_ptr< ::std::stringstream > ss_
template<typename T >
Message& testing::Message::operator<< |
( |
T *const & |
pointer | ) |
|
|
inline |
Definition at line 149 of file gtest-message.h.
150 if (pointer == NULL) {
const internal::scoped_ptr< ::std::stringstream > ss_
Definition at line 165 of file gtest-message.h.
References val.
const internal::scoped_ptr< ::std::stringstream > ss_
Definition at line 165 of file gtest-message.h.
References val.
const internal::scoped_ptr< ::std::stringstream > ss_
Definition at line 165 of file gtest-message.h.
References val.
const internal::scoped_ptr< ::std::stringstream > ss_
Message& testing::Message::operator<< |
( |
bool |
b | ) |
|
|
inline |
Message& testing::Message::operator<< |
( |
bool |
b | ) |
|
|
inline |
Message& testing::Message::operator<< |
( |
bool |
b | ) |
|
|
inline |
Message& testing::Message::operator<< |
( |
const wchar_t * |
wide_c_str | ) |
|
Message& testing::Message::operator<< |
( |
const wchar_t * |
wide_c_str | ) |
|
Message & testing::Message::operator<< |
( |
const wchar_t * |
wide_c_str | ) |
|
Message& testing::Message::operator<< |
( |
wchar_t * |
wide_c_str | ) |
|
Message & testing::Message::operator<< |
( |
wchar_t * |
wide_c_str | ) |
|
Message& testing::Message::operator<< |
( |
wchar_t * |
wide_c_str | ) |
|
void testing::Message::operator= |
( |
const Message & |
| ) |
|
|
private |
void testing::Message::operator= |
( |
const Message & |
| ) |
|
|
private |
void testing::Message::operator= |
( |
const Message & |
| ) |
|
|
private |
The documentation for this class was generated from the following files:
- proxygen/fizz/build_/gtest/src/gtest/googletest/include/gtest/gtest-message.h
- proxygen/fizz/build_/gtest/src/gtest/googletest/src/gtest.cc