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 >::Result | Result |
typedef Function< F > ::ArgumentTuple | ArgumentTuple |
typedef Function< F > ::ArgumentMatcherTuple | ArgumentMatcherTuple |
Protected Types | |
typedef ActionResultHolder < Result > | ResultHolder |
Protected Types inherited from testing::internal::UntypedFunctionMockerBase | |
typedef std::vector< const void * > | UntypedOnCallSpecs |
typedef std::vector < internal::linked_ptr < ExpectationBase > > | UntypedExpectations |
Protected Member Functions | |
Result | InvokeWith (const ArgumentTuple &args) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
OnCallSpec< F > & | AddNewOnCallSpec (const char *file, int line, const ArgumentMatcherTuple &m) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
TypedExpectation< F > & | AddNewExpectation (const char *file, int line, const string &source_text, const ArgumentMatcherTuple &m) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
MockSpec< F > & | current_spec () |
Protected Member Functions inherited from testing::internal::UntypedFunctionMockerBase | |
Expectation | GetHandleOf (ExpectationBase *exp) |
Private Member Functions | |
void | DescribeDefaultActionTo (const ArgumentTuple &args,::std::ostream *os) const |
virtual void | UntypedDescribeUninterestingCall (const void *untyped_args,::std::ostream *os) const GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
virtual const ExpectationBase * | UntypedFindMatchingExpectation (const void *untyped_args, const void **untyped_action, bool *is_excessive,::std::ostream *what,::std::ostream *why) GTEST_LOCK_EXCLUDED_(g_gmock_mutex) |
virtual void | UntypedPrintArgs (const void *untyped_args,::std::ostream *os) const |
TypedExpectation< F > * | FindMatchingExpectationLocked (const ArgumentTuple &args) const GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) |
void | FormatUnexpectedCallMessageLocked (const ArgumentTuple &args,::std::ostream *os,::std::ostream *why) const GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) |
void | PrintTriedExpectationsLocked (const ArgumentTuple &args,::std::ostream *why) const GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (FunctionMockerBase) | |
Private Attributes | |
MockSpec< F > | current_spec_ |
Friends | |
template<typename Function > | |
class | MockSpec |
template<typename Func > | |
class | TypedExpectation |
Additional Inherited Members | |
Protected Attributes inherited from testing::internal::UntypedFunctionMockerBase | |
const void * | mock_obj_ |
const char * | name_ |
UntypedOnCallSpecs | untyped_on_call_specs_ |
UntypedExpectations | untyped_expectations_ |
Definition at line 1456 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1456 of file gmock-spec-builders.h
typedef Function<F>::ArgumentMatcherTuple testing::internal::FunctionMockerBase< F >::ArgumentMatcherTuple |
Definition at line 1460 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1460 of file gmock-spec-builders.h
typedef Function<F>::ArgumentTuple testing::internal::FunctionMockerBase< F >::ArgumentTuple |
Definition at line 1459 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1459 of file gmock-spec-builders.h
Definition at line 1458 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1458 of file gmock-spec-builders.h
|
protected |
Definition at line 1577 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1577 of file gmock-spec-builders.h
|
inline |
Definition at line 1462 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1462 of file gmock-spec-builders.h
|
inlinevirtual |
Definition at line 1467 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1467 of file gmock-spec-builders.h
|
inlineprotected |
Definition at line 1601 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1601 of file gmock-spec-builders.h
|
inlineprotected |
Definition at line 1590 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1590 of file gmock-spec-builders.h
|
inlinevirtual |
Implements testing::internal::UntypedFunctionMockerBase.
Definition at line 1547 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1547 of file gmock-spec-builders.h
|
inlineprotected |
Definition at line 1624 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1624 of file gmock-spec-builders.h
|
inlineprivate |
Definition at line 1634 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1634 of file gmock-spec-builders.h
|
inlineprivate |
Definition at line 1714 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1714 of file gmock-spec-builders.h
|
inline |
Definition at line 1478 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1478 of file gmock-spec-builders.h
|
inlineprivate |
Definition at line 1731 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1731 of file gmock-spec-builders.h
|
private |
|
inlineprotected |
Definition at line 1582 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1582 of file gmock-spec-builders.h
|
inline |
Definition at line 1498 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1498 of file gmock-spec-builders.h
Referenced by testing::internal::ActionResultHolder< T >::PerformDefaultAction(), and testing::internal::ActionResultHolder< void >::PerformDefaultAction().
|
inlineprivate |
Definition at line 1744 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1744 of file gmock-spec-builders.h
|
inlineprivatevirtual |
Implements testing::internal::UntypedFunctionMockerBase.
Definition at line 1651 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1651 of file gmock-spec-builders.h
|
inlineprivatevirtual |
Implements testing::internal::UntypedFunctionMockerBase.
Definition at line 1679 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1679 of file gmock-spec-builders.h
|
inlinevirtual |
Implements testing::internal::UntypedFunctionMockerBase.
Definition at line 1535 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1535 of file gmock-spec-builders.h
|
inlinevirtual |
Implements testing::internal::UntypedFunctionMockerBase.
Definition at line 1523 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1523 of file gmock-spec-builders.h
|
inlineprivatevirtual |
Implements testing::internal::UntypedFunctionMockerBase.
Definition at line 1705 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1705 of file gmock-spec-builders.h
Definition at line 1575 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1575 of file gmock-spec-builders.h
Definition at line 1627 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1627 of file gmock-spec-builders.h
|
private |
Definition at line 1770 of file gmock-spec-builders.h.
View newest version in sPHENIX GitHub at line 1770 of file gmock-spec-builders.h