Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>
Public Member Functions | |
PredicateFormatterFromMatcher (M m) | |
template<typename T > | |
AssertionResult | operator() (const char *value_text, const T &x) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (PredicateFormatterFromMatcher) | |
Private Attributes | |
const M | matcher_ |
Definition at line 1834 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1834 of file gmock-matchers.h
|
inlineexplicit |
Definition at line 1836 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1836 of file gmock-matchers.h
|
private |
|
inline |
Definition at line 1842 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1842 of file gmock-matchers.h
References testing::AssertionFailure(), testing::AssertionSuccess(), testing::internal::MatcherBase< T >::DescribeTo(), testing::internal::PredicateFormatterFromMatcher< M >::matcher_, and testing::internal::MatchPrintAndExplain().
|
private |
Definition at line 1868 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1868 of file gmock-matchers.h
Referenced by testing::internal::PredicateFormatterFromMatcher< M >::operator()().