Public Member Functions
testing::AssertionResult Class Reference

#include <ts_gtest.h>

List of all members.

Public Member Functions

 AssertionResult (const AssertionResult &other)
 AssertionResult (bool success)
 operator bool () const
AssertionResult operator! () const
const char * message () const
const char * failure_message () const
template<typename T >
AssertionResultoperator<< (const T &value)
AssertionResultoperator<< (::std::ostream &(*basic_manipulator)(::std::ostream &stream))

Constructor & Destructor Documentation

testing::AssertionResult::AssertionResult ( bool  success) [explicit]

Member Function Documentation

testing::AssertionResult::operator bool ( ) const
const char* testing::AssertionResult::message ( ) const
template<typename T >
AssertionResult& testing::AssertionResult::operator<< ( const T value)
AssertionResult& testing::AssertionResult::operator<< ( ::std::ostream &(*)(::std::ostream &stream)  basic_manipulator)

The documentation for this class was generated from the following file: