Qucs-core  0.0.19
Public Member Functions | Private Member Functions | Private Attributes
testing::AssertionResult Class Reference

#include <gtest.h>

Collaboration diagram for testing::AssertionResult:
Collaboration graph
[legend]

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))
 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))

Private Member Functions

void AppendMessage (const Message &a_message)
 GTEST_DISALLOW_ASSIGN_ (AssertionResult)
void AppendMessage (const Message &a_message)
 GTEST_DISALLOW_ASSIGN_ (AssertionResult)

Private Attributes

bool success_
internal::scoped_ptr
< ::std::string > 
message_

Detailed Description

Definition at line 17669 of file fused-src/gtest/gtest.h.


Constructor & Destructor Documentation

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

Definition at line 17675 of file fused-src/gtest/gtest.h.

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

Definition at line 262 of file include/gtest/gtest.h.


Member Function Documentation

void testing::AssertionResult::AppendMessage ( const Message a_message) [inline, private]

Definition at line 297 of file include/gtest/gtest.h.

void testing::AssertionResult::AppendMessage ( const Message a_message) [inline, private]

Definition at line 17710 of file fused-src/gtest/gtest.h.

const char* testing::AssertionResult::failure_message ( ) const [inline]

Definition at line 279 of file include/gtest/gtest.h.

const char* testing::AssertionResult::failure_message ( ) const [inline]

Definition at line 17692 of file fused-src/gtest/gtest.h.

const char* testing::AssertionResult::message ( ) const [inline]

Definition at line 274 of file include/gtest/gtest.h.

const char* testing::AssertionResult::message ( ) const [inline]

Definition at line 17687 of file fused-src/gtest/gtest.h.

testing::AssertionResult::operator bool ( ) const [inline]

Definition at line 265 of file include/gtest/gtest.h.

testing::AssertionResult::operator bool ( ) const [inline]

Definition at line 17678 of file fused-src/gtest/gtest.h.

template<typename T >
AssertionResult& testing::AssertionResult::operator<< ( const T &  value) [inline]

Definition at line 282 of file include/gtest/gtest.h.

AssertionResult& testing::AssertionResult::operator<< ( ::std::ostream &(*)(::std::ostream &stream)  basic_manipulator) [inline]

Definition at line 289 of file include/gtest/gtest.h.

template<typename T >
AssertionResult& testing::AssertionResult::operator<< ( const T &  value) [inline]

Definition at line 17695 of file fused-src/gtest/gtest.h.

AssertionResult& testing::AssertionResult::operator<< ( ::std::ostream &(*)(::std::ostream &stream)  basic_manipulator) [inline]

Definition at line 17702 of file fused-src/gtest/gtest.h.


Field Documentation

Definition at line 17722 of file fused-src/gtest/gtest.h.

Definition at line 17717 of file fused-src/gtest/gtest.h.


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