Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-spec-builders.h>
Public Types | |
typedef Function< F > ::ArgumentTuple | ArgumentTuple |
typedef Function< F > ::ArgumentMatcherTuple | ArgumentMatcherTuple |
Public Member Functions | |
OnCallSpec (const char *a_file, int a_line, const ArgumentMatcherTuple &matchers) | |
OnCallSpec & | With (const Matcher< const ArgumentTuple & > &m) |
OnCallSpec & | WillByDefault (const Action< F > &action) |
bool | Matches (const ArgumentTuple &args) const |
const Action< F > & | GetAction () const |
Public Member Functions inherited from testing::internal::UntypedOnCallSpecBase | |
UntypedOnCallSpecBase (const char *a_file, int a_line) | |
const char * | file () const |
int | line () const |
Private Attributes | |
ArgumentMatcherTuple | matchers_ |
Matcher< const ArgumentTuple & > | extra_matcher_ |
Action< F > | action_ |
Additional Inherited Members | |
Protected Types inherited from testing::internal::UntypedOnCallSpecBase | |
enum | Clause { kNone, kWith, kWillByDefault } |
Protected Member Functions inherited from testing::internal::UntypedOnCallSpecBase | |
void | AssertSpecProperty (bool property, const string &failure_message) const |
void | ExpectSpecProperty (bool property, const string &failure_message) const |
Protected Attributes inherited from testing::internal::UntypedOnCallSpecBase | |
const char * | file_ |
int | line_ |
Clause | last_clause_ |
Definition at line 285 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 285 of file gmock-spec-builders.h
typedef Function<F>::ArgumentMatcherTuple testing::internal::OnCallSpec< F >::ArgumentMatcherTuple |
Definition at line 288 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 288 of file gmock-spec-builders.h
typedef Function<F>::ArgumentTuple testing::internal::OnCallSpec< F >::ArgumentTuple |
Definition at line 287 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 287 of file gmock-spec-builders.h
|
inline |
Definition at line 292 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 292 of file gmock-spec-builders.h
|
inline |
Definition at line 334 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 334 of file gmock-spec-builders.h
References testing::internal::OnCallSpec< F >::action_, testing::internal::UntypedOnCallSpecBase::AssertSpecProperty(), testing::internal::UntypedOnCallSpecBase::kWillByDefault, and testing::internal::UntypedOnCallSpecBase::last_clause_.
Referenced by testing::internal::FunctionMockerBase< R(A1, A2)>::PerformDefaultAction().
|
inline |
Definition at line 329 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 329 of file gmock-spec-builders.h
References testing::internal::OnCallSpec< F >::extra_matcher_, testing::internal::OnCallSpec< F >::matchers_, testing::internal::MatcherBase< T >::Matches(), and testing::internal::TupleMatches().
Referenced by testing::internal::FunctionMockerBase< R(A1, A2)>::FindOnCallSpec().
|
inline |
Definition at line 316 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 316 of file gmock-spec-builders.h
References parse_cmake_options::action, testing::internal::OnCallSpec< F >::action_, testing::internal::UntypedOnCallSpecBase::ExpectSpecProperty(), testing::Action< F >::IsDoDefault(), testing::internal::UntypedOnCallSpecBase::kWillByDefault, and testing::internal::UntypedOnCallSpecBase::last_clause_.
|
inline |
Definition at line 304 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 304 of file gmock-spec-builders.h
References testing::internal::UntypedOnCallSpecBase::ExpectSpecProperty(), testing::internal::OnCallSpec< F >::extra_matcher_, testing::internal::UntypedOnCallSpecBase::kWith, testing::internal::UntypedOnCallSpecBase::last_clause_, and Acts::UnitConstants::m.
|
private |
Definition at line 357 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 357 of file gmock-spec-builders.h
Referenced by testing::internal::OnCallSpec< F >::GetAction(), and testing::internal::OnCallSpec< F >::WillByDefault().
|
private |
Definition at line 356 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 356 of file gmock-spec-builders.h
Referenced by testing::internal::OnCallSpec< F >::Matches(), and testing::internal::OnCallSpec< F >::With().
|
private |
Definition at line 355 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 355 of file gmock-spec-builders.h
Referenced by testing::internal::OnCallSpec< F >::Matches().