MADNESS  version 0.9
Public Member Functions | List of all members
testing::AssertionResult Class Reference

#include <gtest.h>

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 ( const AssertionResult other)
testing::AssertionResult::AssertionResult ( bool  success)
inlineexplicit

Member Function Documentation

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

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