Public Member Functions | Private Member Functions | Private Attributes
testing::AssertionResult Class Reference

#include <gtest.h>

List of all members.

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 (const AssertionResult &other)
 AssertionResult (bool success)
 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 * failure_message () const
const char * 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
 operator bool () const
AssertionResult operator! () 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)
template<typename T >
AssertionResultoperator<< (const T &value)
AssertionResultoperator<< (::std::ostream &(*basic_manipulator)(::std::ostream &stream))
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)
void AppendMessage (const Message &a_message)
 GTEST_DISALLOW_ASSIGN_ (AssertionResult)
 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 17669 of file gmock/fused-src/gtest/gtest.h.


Constructor & Destructor Documentation

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

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

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

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

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

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

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

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

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

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

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


Member Function Documentation

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


Member Data Documentation

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

Definition at line 17717 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 Sat Jun 8 2019 18:25:00