Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>
Public Member Functions | |
template<typename Iter > | |
ElementsAreArrayMatcher (Iter first, Iter last) | |
template<typename Container > | |
operator Matcher< Container > () const | |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (ElementsAreArrayMatcher) | |
Private Attributes | |
const ::std::vector< T > | matchers_ |
Definition at line 3525 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3525 of file gmock-matchers.h
|
inline |
Definition at line 3528 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3528 of file gmock-matchers.h
|
private |
|
inline |
Definition at line 3531 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3531 of file gmock-matchers.h
References testing::MakeMatcher(), and testing::internal::ElementsAreArrayMatcher< T >::matchers_.
|
private |
Definition at line 3537 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 3537 of file gmock-matchers.h
Referenced by testing::internal::ElementsAreArrayMatcher< T >::operator Matcher< Container >().