#include <gtest.h>
Definition at line 256 of file gtest.h.
◆ AssertionResult() [1/4]
| testing::AssertionResult::AssertionResult |
( |
const AssertionResult & | other | ) |
|
◆ AssertionResult() [2/4]
Definition at line 272 of file gtest.h.
277 : success_(success) {}
◆ AssertionResult() [3/4]
| testing::AssertionResult::AssertionResult |
( |
const AssertionResult & | other | ) |
|
◆ AssertionResult() [4/4]
Definition at line 272 of file gtest.h.
277 : success_(success) {}
◆ failure_message() [1/2]
| const char * testing::AssertionResult::failure_message |
( |
| ) |
const |
|
inline |
Definition at line 302 of file gtest.h.
const char * message() const
◆ failure_message() [2/2]
| const char * testing::AssertionResult::failure_message |
( |
| ) |
const |
|
inline |
◆ message() [1/2]
| const char * testing::AssertionResult::message |
( |
| ) |
const |
|
inline |
Definition at line 297 of file gtest.h.
297 {
298 return message_.get() != NULL ? message_->c_str() : "";
299 }
◆ message() [2/2]
| const char * testing::AssertionResult::message |
( |
| ) |
const |
|
inline |
Definition at line 297 of file gtest.h.
297 {
298 return message_.get() != NULL ? message_->c_str() : "";
299 }
◆ operator bool() [1/2]
| testing::AssertionResult::operator bool |
( |
| ) |
const |
|
inline |
◆ operator bool() [2/2]
| testing::AssertionResult::operator bool |
( |
| ) |
const |
|
inline |
◆ operator!() [1/2]
◆ operator!() [2/2]
◆ operator<<() [1/4]
| AssertionResult & testing::AssertionResult::operator<< |
( |
::std::ostream &(* | basic_manipulator )(::std::ostream &stream) | ) |
|
|
inline |
Definition at line 312 of file gtest.h.
313 {
314 AppendMessage(Message() << basic_manipulator);
315 return *this;
316 }
◆ operator<<() [2/4]
| AssertionResult & testing::AssertionResult::operator<< |
( |
::std::ostream &(* | basic_manipulator )(::std::ostream &stream) | ) |
|
|
inline |
Definition at line 312 of file gtest.h.
313 {
314 AppendMessage(Message() << basic_manipulator);
315 return *this;
316 }
◆ operator<<() [3/4]
Definition at line 305 of file gtest.h.
305 {
306 AppendMessage(Message() <<
value);
307 return *this;
308 }
const GenericPointer< typename T::ValueType > T2 value
◆ operator<<() [4/4]
Definition at line 305 of file gtest.h.
305 {
306 AppendMessage(Message() <<
value);
307 return *this;
308 }
◆ operator=() [1/2]
Definition at line 282 of file gtest.h.
282 {
283 swap(other);
284 return *this;
285 }
◆ operator=() [2/2]
Definition at line 282 of file gtest.h.
282 {
283 swap(other);
284 return *this;
285 }
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/thirdparty/gtest/googletest/include/gtest/gtest.h
- /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/tests/gtest/include/gtest/gtest.h