Public Member Functions | Private Member Functions | Private Attributes | List of all members
testing::AssertionResult Class Reference

#include <gtest.h>

Public Member Functions

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

Private Member Functions

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

Private Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

testing::AssertionResult::AssertionResult ( const AssertionResult other)

Definition at line 2436 of file gmock-gtest-all.cc.

testing::AssertionResult::AssertionResult ( bool  success)
inlineexplicit

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

testing::AssertionResult::AssertionResult ( const AssertionResult other)
testing::AssertionResult::AssertionResult ( bool  success)
inlineexplicit

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

testing::AssertionResult::AssertionResult ( const AssertionResult other)
testing::AssertionResult::AssertionResult ( bool  success)
inlineexplicit

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

testing::AssertionResult::AssertionResult ( const AssertionResult other)
testing::AssertionResult::AssertionResult ( bool  success)
inlineexplicit

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

Member Function Documentation

void testing::AssertionResult::AppendMessage ( const Message a_message)
inlineprivate

Definition at line 303 of file gmock/gtest/include/gtest/gtest.h.

void testing::AssertionResult::AppendMessage ( const Message a_message)
inlineprivate

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

void testing::AssertionResult::AppendMessage ( const Message a_message)
inlineprivate

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

void testing::AssertionResult::AppendMessage ( const Message a_message)
inlineprivate

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

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

Definition at line 283 of file gmock/gtest/include/gtest/gtest.h.

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

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

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

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

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

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

testing::AssertionResult::GTEST_DISALLOW_ASSIGN_ ( AssertionResult  )
private
testing::AssertionResult::GTEST_DISALLOW_ASSIGN_ ( AssertionResult  )
private
testing::AssertionResult::GTEST_DISALLOW_ASSIGN_ ( AssertionResult  )
private
testing::AssertionResult::GTEST_DISALLOW_ASSIGN_ ( AssertionResult  )
private
const char* testing::AssertionResult::message ( ) const
inline

Definition at line 277 of file gmock/gtest/include/gtest/gtest.h.

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

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

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

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

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

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

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

Definition at line 268 of file gmock/gtest/include/gtest/gtest.h.

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

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

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

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

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

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

AssertionResult testing::AssertionResult::operator! ( ) const
AssertionResult testing::AssertionResult::operator! ( ) const
AssertionResult testing::AssertionResult::operator! ( ) const
AssertionResult testing::AssertionResult::operator! ( ) const

Definition at line 2444 of file gmock-gtest-all.cc.

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

Definition at line 286 of file gmock/gtest/include/gtest/gtest.h.

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

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

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

Definition at line 294 of file gmock/gtest/include/gtest/gtest.h.

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

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

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

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

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

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

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

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

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

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

Member Data Documentation

internal::scoped_ptr<::std::string > testing::AssertionResult::message_
private

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

bool testing::AssertionResult::success_
private

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


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


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:10