Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::gmock_generated_actions_test Namespace Reference

Namespaces

namespace  action_test
 

Classes

class  NullaryFunctor
 
struct  UnaryFunctor
 
struct  SumOf5Functor
 
struct  SumOf6Functor
 
class  SubstractAction
 
class  NullaryConstructorClass
 
class  UnaryConstructorClass
 
class  TenArgConstructorClass
 
class  BoolResetter
 
struct  GiantTemplate
 

Functions

short Short (short n)
 
char Char (char ch)
 
int Nullary ()
 
bool Unary (int x)
 
const char * Plus1 (const char *s)
 
bool ByConstRef (const string &s)
 
bool ReferencesGlobalDouble (const double &x)
 
string ByNonConstRef (string &s)
 
const char * Binary (const char *input, short n)
 
void VoidBinary (int, char)
 
int Ternary (int x, char y, short z)
 
void VoidTernary (int, char, bool)
 
int SumOf4 (int a, int b, int c, int d)
 
string Concat4 (const char *s1, const char *s2, const char *s3, const char *s4)
 
int SumOf5 (int a, int b, int c, int d, int e)
 
string Concat5 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5)
 
int SumOf6 (int a, int b, int c, int d, int e, int f)
 
string Concat6 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6)
 
string Concat7 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7)
 
string Concat8 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7, const char *s8)
 
string Concat9 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7, const char *s8, const char *s9)
 
string Concat10 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7, const char *s8, const char *s9, const char *s10)
 
const char * CharPtr (const char *s)
 
 TEST (InvokeArgumentTest, Function0)
 
 TEST (InvokeArgumentTest, Functor1)
 
 TEST (InvokeArgumentTest, Function5)
 
 TEST (InvokeArgumentTest, Functor5)
 
 TEST (InvokeArgumentTest, Function6)
 
 TEST (InvokeArgumentTest, Functor6)
 
 TEST (InvokeArgumentTest, Function7)
 
 TEST (InvokeArgumentTest, Function8)
 
 TEST (InvokeArgumentTest, Function9)
 
 TEST (InvokeArgumentTest, Function10)
 
 TEST (InvokeArgumentTest, ByPointerFunction)
 
 TEST (InvokeArgumentTest, FunctionWithCStringLiteral)
 
 TEST (InvokeArgumentTest, ByConstReferenceFunction)
 
 TEST (InvokeArgumentTest, ByExplicitConstReferenceFunction)
 
 TEST (WithArgsTest, OneArg)
 
 TEST (WithArgsTest, TwoArgs)
 
 TEST (WithArgsTest, ThreeArgs)
 
 TEST (WithArgsTest, FourArgs)
 
 TEST (WithArgsTest, FiveArgs)
 
 TEST (WithArgsTest, SixArgs)
 
 TEST (WithArgsTest, SevenArgs)
 
 TEST (WithArgsTest, EightArgs)
 
 TEST (WithArgsTest, NineArgs)
 
 TEST (WithArgsTest, TenArgs)
 
 TEST (WithArgsTest, NonInvokeAction)
 
 TEST (WithArgsTest, Identity)
 
 TEST (WithArgsTest, RepeatedArguments)
 
 TEST (WithArgsTest, ReversedArgumentOrder)
 
 TEST (WithArgsTest, ArgsOfCompatibleTypes)
 
 TEST (WithArgsTest, VoidAction)
 
 TEST (DoAllTest, TwoActions)
 
 TEST (DoAllTest, ThreeActions)
 
 TEST (DoAllTest, FourActions)
 
 TEST (DoAllTest, FiveActions)
 
 TEST (DoAllTest, SixActions)
 
 TEST (DoAllTest, SevenActions)
 
 TEST (DoAllTest, EightActions)
 
 TEST (DoAllTest, NineActions)
 
 TEST (DoAllTest, TenActions)
 
 ACTION (Return5)
 
 TEST (ActionMacroTest, WorksWhenNotReferencingArguments)
 
 ACTION (IncrementArg1)
 
 TEST (ActionMacroTest, WorksWhenReturningVoid)
 
 ACTION (IncrementArg2)
 
 TEST (ActionMacroTest, CanReferenceArgumentType)
 
 ACTION (Sum2)
 
 TEST (ActionMacroTest, CanReferenceArgumentTuple)
 
int Dummy (bool flag)
 
 ACTION (InvokeDummy)
 
 TEST (ActionMacroTest, CanReferenceMockFunctionType)
 
 ACTION (InvokeDummy2)
 
 TEST (ActionMacroTest, CanReferenceMockFunctionReturnType)
 
 ACTION (ReturnAddrOfConstBoolReferenceArg)
 
 TEST (ActionMacroTest, WorksForConstReferenceArg)
 
 ACTION (ReturnAddrOfIntReferenceArg)
 
 TEST (ActionMacroTest, WorksForNonConstReferenceArg)
 
 TEST (ActionMacroTest, WorksInNamespace)
 
 ACTION (PlusTwo)
 
 TEST (ActionMacroTest, WorksForDifferentArgumentNumbers)
 
 ACTION_P (Plus, n)
 
 TEST (ActionPMacroTest, DefinesParameterizedAction)
 
 ACTION_P (TypedPlus, n)
 
 TEST (ActionPMacroTest, CanReferenceArgumentAndParameterTypes)
 
 TEST (ActionPMacroTest, WorksInCompatibleMockFunction)
 
 ACTION (OverloadedAction)
 
 ACTION_P (OverloadedAction, default_value)
 
 ACTION_P2 (OverloadedAction, true_value, false_value)
 
 TEST (ActionMacroTest, CanDefineOverloadedActions)
 
 ACTION_P3 (Plus, m, n, k)
 
 TEST (ActionPnMacroTest, WorksFor3Parameters)
 
 ACTION_P4 (Plus, p0, p1, p2, p3)
 
 TEST (ActionPnMacroTest, WorksFor4Parameters)
 
 ACTION_P5 (Plus, p0, p1, p2, p3, p4)
 
 TEST (ActionPnMacroTest, WorksFor5Parameters)
 
 ACTION_P6 (Plus, p0, p1, p2, p3, p4, p5)
 
 TEST (ActionPnMacroTest, WorksFor6Parameters)
 
 ACTION_P7 (Plus, p0, p1, p2, p3, p4, p5, p6)
 
 TEST (ActionPnMacroTest, WorksFor7Parameters)
 
 ACTION_P8 (Plus, p0, p1, p2, p3, p4, p5, p6, p7)
 
 TEST (ActionPnMacroTest, WorksFor8Parameters)
 
 ACTION_P9 (Plus, p0, p1, p2, p3, p4, p5, p6, p7, p8)
 
 TEST (ActionPnMacroTest, WorksFor9Parameters)
 
 ACTION_P10 (Plus, p0, p1, p2, p3, p4, p5, p6, p7, p8, last_param)
 
 TEST (ActionPnMacroTest, WorksFor10Parameters)
 
 ACTION_P2 (PadArgument, prefix, suffix)
 
 TEST (ActionPnMacroTest, SimpleTypePromotion)
 
 ACTION_P3 (ConcatImpl, a, b, c)
 
template<typename T1 , typename T2 >
ConcatImplActionP3
< std::string, T1, T2
Concat (const std::string &a, T1 b, T2 c)
 
template<typename T1 , typename T2 >
ConcatImplActionP3< T1, int, T2Concat (T1 a, int b, T2 c)
 
 TEST (ActionPnMacroTest, CanPartiallyRestrictParameterTypes)
 
 ACTION (DoFoo)
 
 ACTION_P (DoFoo, p)
 
 ACTION_P2 (DoFoo, p0, p1)
 
 TEST (ActionPnMacroTest, TypesAreCorrect)
 
 ACTION_P (Plus1, x)
 
 ACTION_P2 (Plus2, x, y)
 
 ACTION_P3 (Plus3, x, y, z)
 
 ACTION_P10 (Plus10, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9)
 
 TEST (ActionPnMacroTest, CanExplicitlyInstantiateWithReferenceTypes)
 
 TEST (ReturnNewTest, NoArgs)
 
 TEST (ReturnNewTest, Unary)
 
 TEST (ReturnNewTest, UnaryWorksWhenMockMethodHasArgs)
 
 TEST (ReturnNewTest, UnaryWorksWhenMockMethodReturnsPointerToConst)
 
 TEST (ReturnNewTest, ConstructorThatTakes10Arguments)
 
 ACTION_TEMPLATE (CreateNew, HAS_1_TEMPLATE_PARAMS(typename, T), AND_0_VALUE_PARAMS())
 
 TEST (ActionTemplateTest, WorksWithoutValueParam)
 
 ACTION_TEMPLATE (CreateNew, HAS_1_TEMPLATE_PARAMS(typename, T), AND_1_VALUE_PARAMS(a0))
 
 TEST (ActionTemplateTest, WorksWithValueParams)
 
 ACTION_TEMPLATE (MyDeleteArg, HAS_1_TEMPLATE_PARAMS(int, k), AND_0_VALUE_PARAMS())
 
 TEST (ActionTemplateTest, WorksForIntegralTemplateParams)
 
 ACTION_TEMPLATE (ReturnSmartPointer, HAS_1_TEMPLATE_PARAMS(template< typename Pointee > class, Pointer), AND_1_VALUE_PARAMS(pointee))
 
 TEST (ActionTemplateTest, WorksForTemplateTemplateParameters)
 
 ACTION_TEMPLATE (ReturnGiant, HAS_10_TEMPLATE_PARAMS(typename, T1, typename, T2, typename, T3, int, k4, bool, k5, unsigned int, k6, class, T7, class, T8, class, T9, template< typename T > class, T10), AND_1_VALUE_PARAMS(value))
 
 TEST (ActionTemplateTest, WorksFor10TemplateParameters)
 
 ACTION_TEMPLATE (ReturnSum, HAS_1_TEMPLATE_PARAMS(typename, Number), AND_10_VALUE_PARAMS(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10))
 
 TEST (ActionTemplateTest, WorksFor10ValueParameters)
 
 ACTION (ReturnSum)
 
 ACTION_P (ReturnSum, x)
 
 ACTION_TEMPLATE (ReturnSum, HAS_1_TEMPLATE_PARAMS(typename, Number), AND_2_VALUE_PARAMS(v1, v2))
 
 ACTION_TEMPLATE (ReturnSum, HAS_1_TEMPLATE_PARAMS(typename, Number), AND_3_VALUE_PARAMS(v1, v2, v3))
 
 ACTION_TEMPLATE (ReturnSum, HAS_2_TEMPLATE_PARAMS(typename, Number, int, k), AND_4_VALUE_PARAMS(v1, v2, v3, v4))
 
 TEST (ActionTemplateTest, CanBeOverloadedOnNumberOfValueParameters)
 

Variables

bool g_done = false
 
const double g_double = 0
 

Function Documentation

testing::gmock_generated_actions_test::ACTION ( Return5  )

Definition at line 605 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 605 of file gmock-generated-actions_test.cc

testing::gmock_generated_actions_test::ACTION ( IncrementArg1  )

Definition at line 616 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 616 of file gmock-generated-actions_test.cc

testing::gmock_generated_actions_test::ACTION ( IncrementArg2  )

Definition at line 627 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 627 of file gmock-generated-actions_test.cc

testing::gmock_generated_actions_test::ACTION ( Sum2  )

Definition at line 642 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 642 of file gmock-generated-actions_test.cc

References check_smearing_config::args.

testing::gmock_generated_actions_test::ACTION ( InvokeDummy  )

Definition at line 658 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 658 of file gmock-generated-actions_test.cc

References Dummy().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::ACTION ( InvokeDummy2  )

Definition at line 672 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 672 of file gmock-generated-actions_test.cc

References Dummy().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::ACTION ( ReturnAddrOfConstBoolReferenceArg  )

Definition at line 685 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 685 of file gmock-generated-actions_test.cc

testing::gmock_generated_actions_test::ACTION ( ReturnAddrOfIntReferenceArg  )

Definition at line 697 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 697 of file gmock-generated-actions_test.cc

testing::gmock_generated_actions_test::ACTION ( PlusTwo  )

Definition at line 720 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 720 of file gmock-generated-actions_test.cc

testing::gmock_generated_actions_test::ACTION ( OverloadedAction  )

Definition at line 763 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 763 of file gmock-generated-actions_test.cc

testing::gmock_generated_actions_test::ACTION ( DoFoo  )

Definition at line 936 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 936 of file gmock-generated-actions_test.cc

testing::gmock_generated_actions_test::ACTION ( ReturnSum  )

Definition at line 1188 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 1188 of file gmock-generated-actions_test.cc

testing::gmock_generated_actions_test::ACTION_P ( Plus  ,
n   
)

Definition at line 732 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 732 of file gmock-generated-actions_test.cc

References n.

testing::gmock_generated_actions_test::ACTION_P ( TypedPlus  ,
n   
)

Definition at line 741 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 741 of file gmock-generated-actions_test.cc

References n, ambiguity_solver_full_chain::t1, and ambiguity_solver_full_chain::t2.

testing::gmock_generated_actions_test::ACTION_P ( OverloadedAction  ,
default_value   
)

Definition at line 765 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 765 of file gmock-generated-actions_test.cc

testing::gmock_generated_actions_test::ACTION_P ( DoFoo  ,
p   
)

Definition at line 937 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 937 of file gmock-generated-actions_test.cc

testing::gmock_generated_actions_test::ACTION_P ( Plus1  ,
x   
)

Definition at line 980 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 980 of file gmock-generated-actions_test.cc

References ambiguity_solver_full_chain::x.

testing::gmock_generated_actions_test::ACTION_P ( ReturnSum  ,
x   
)

Definition at line 1190 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 1190 of file gmock-generated-actions_test.cc

References ambiguity_solver_full_chain::x.

testing::gmock_generated_actions_test::ACTION_P10 ( Plus  ,
p0  ,
p1  ,
p2  ,
p3  ,
p4  ,
p5  ,
p6  ,
p7  ,
p8  ,
last_param   
)

Definition at line 852 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 852 of file gmock-generated-actions_test.cc

testing::gmock_generated_actions_test::ACTION_P10 ( Plus10  ,
a0  ,
a1  ,
a2  ,
a3  ,
a4  ,
a5  ,
a6  ,
a7  ,
a8  ,
a9   
)

Definition at line 983 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 983 of file gmock-generated-actions_test.cc

References KFPMath::a2.

testing::gmock_generated_actions_test::ACTION_P2 ( OverloadedAction  ,
true_value  ,
false_value   
)

Definition at line 769 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 769 of file gmock-generated-actions_test.cc

testing::gmock_generated_actions_test::ACTION_P2 ( PadArgument  ,
prefix  ,
suffix   
)

Definition at line 866 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 866 of file gmock-generated-actions_test.cc

References prefix.

testing::gmock_generated_actions_test::ACTION_P2 ( DoFoo  ,
p0  ,
p1   
)

Definition at line 938 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 938 of file gmock-generated-actions_test.cc

testing::gmock_generated_actions_test::ACTION_P2 ( Plus2  ,
x  ,
y   
)

Definition at line 981 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 981 of file gmock-generated-actions_test.cc

References ambiguity_solver_full_chain::x, and y.

testing::gmock_generated_actions_test::ACTION_P3 ( Plus  ,
,
n  ,
k   
)

Definition at line 791 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 791 of file gmock-generated-actions_test.cc

References k, Acts::UnitConstants::m, and n.

testing::gmock_generated_actions_test::ACTION_P3 ( ConcatImpl  ,
,
,
c   
)

Definition at line 887 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 887 of file gmock-generated-actions_test.cc

References KFPMath::a, KFPMath::b, and Acts::PhysicalConstants::c.

testing::gmock_generated_actions_test::ACTION_P3 ( Plus3  ,
x  ,
y  ,
z   
)

Definition at line 982 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 982 of file gmock-generated-actions_test.cc

References ambiguity_solver_full_chain::x, y, and physmon_track_finding_ttbar::z.

testing::gmock_generated_actions_test::ACTION_P4 ( Plus  ,
p0  ,
p1  ,
p2  ,
p3   
)

Definition at line 802 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 802 of file gmock-generated-actions_test.cc

testing::gmock_generated_actions_test::ACTION_P5 ( Plus  ,
p0  ,
p1  ,
p2  ,
p3  ,
p4   
)

Definition at line 809 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 809 of file gmock-generated-actions_test.cc

testing::gmock_generated_actions_test::ACTION_P6 ( Plus  ,
p0  ,
p1  ,
p2  ,
p3  ,
p4  ,
p5   
)

Definition at line 816 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 816 of file gmock-generated-actions_test.cc

testing::gmock_generated_actions_test::ACTION_P7 ( Plus  ,
p0  ,
p1  ,
p2  ,
p3  ,
p4  ,
p5  ,
p6   
)

Definition at line 825 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 825 of file gmock-generated-actions_test.cc

testing::gmock_generated_actions_test::ACTION_P8 ( Plus  ,
p0  ,
p1  ,
p2  ,
p3  ,
p4  ,
p5  ,
p6  ,
p7   
)

Definition at line 834 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 834 of file gmock-generated-actions_test.cc

testing::gmock_generated_actions_test::ACTION_P9 ( Plus  ,
p0  ,
p1  ,
p2  ,
p3  ,
p4  ,
p5  ,
p6  ,
p7  ,
p8   
)

Definition at line 843 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 843 of file gmock-generated-actions_test.cc

testing::gmock_generated_actions_test::ACTION_TEMPLATE ( CreateNew  ,
HAS_1_TEMPLATE_PARAMS(typename, T ,
AND_0_VALUE_PARAMS()   
)

Definition at line 1072 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 1072 of file gmock-generated-actions_test.cc

References Acts::UnitConstants::T.

testing::gmock_generated_actions_test::ACTION_TEMPLATE ( CreateNew  ,
HAS_1_TEMPLATE_PARAMS(typename, T ,
AND_1_VALUE_PARAMS(a0)   
)

Definition at line 1085 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 1085 of file gmock-generated-actions_test.cc

References Acts::UnitConstants::T.

testing::gmock_generated_actions_test::ACTION_TEMPLATE ( MyDeleteArg  ,
HAS_1_TEMPLATE_PARAMS(int, k ,
AND_0_VALUE_PARAMS()   
)

Definition at line 1099 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 1099 of file gmock-generated-actions_test.cc

References check_smearing_config::args.

testing::gmock_generated_actions_test::ACTION_TEMPLATE ( ReturnSmartPointer  ,
HAS_1_TEMPLATE_PARAMS(template< typename Pointee > class,Pointer)  ,
AND_1_VALUE_PARAMS(pointee)   
)

Definition at line 1124 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 1124 of file gmock-generated-actions_test.cc

testing::gmock_generated_actions_test::ACTION_TEMPLATE ( ReturnGiant  ,
HAS_10_TEMPLATE_PARAMS(typename, T1,typename, T2,typename, T3,int, k4,bool, k5,unsigned int, k6,class, T7,class, T8,class, T9,template< typename T > class, T10 ,
AND_1_VALUE_PARAMS(value  
)

Definition at line 1147 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 1147 of file gmock-generated-actions_test.cc

References T2, T3, T7, T8, T9, and value.

testing::gmock_generated_actions_test::ACTION_TEMPLATE ( ReturnSum  ,
HAS_1_TEMPLATE_PARAMS(typename, Number)  ,
AND_10_VALUE_PARAMS(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10)   
)

Definition at line 1174 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 1174 of file gmock-generated-actions_test.cc

References v1, v2, v3, v4, v5, and v6.

testing::gmock_generated_actions_test::ACTION_TEMPLATE ( ReturnSum  ,
HAS_1_TEMPLATE_PARAMS(typename, Number)  ,
AND_2_VALUE_PARAMS(v1, v2  
)

Definition at line 1192 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 1192 of file gmock-generated-actions_test.cc

References v1, and v2.

testing::gmock_generated_actions_test::ACTION_TEMPLATE ( ReturnSum  ,
HAS_1_TEMPLATE_PARAMS(typename, Number)  ,
AND_3_VALUE_PARAMS(v1, v2, v3  
)

Definition at line 1198 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 1198 of file gmock-generated-actions_test.cc

References v1, v2, and v3.

testing::gmock_generated_actions_test::ACTION_TEMPLATE ( ReturnSum  ,
HAS_2_TEMPLATE_PARAMS(typename, Number, int, k ,
AND_4_VALUE_PARAMS(v1, v2, v3, v4  
)

Definition at line 1204 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 1204 of file gmock-generated-actions_test.cc

References k, v1, v2, v3, and v4.

const char* testing::gmock_generated_actions_test::Binary ( const char *  input,
short  n 
)

Definition at line 95 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 95 of file gmock-generated-actions_test.cc

References n.

Referenced by TEST(), and testing::gmock_generated_function_mockers_test::TEST_F().

+ Here is the caller graph for this function:

bool testing::gmock_generated_actions_test::ByConstRef ( const string &  s)

Definition at line 84 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 84 of file gmock-generated-actions_test.cc

Referenced by TEST().

+ Here is the caller graph for this function:

string testing::gmock_generated_actions_test::ByNonConstRef ( string &  s)

Definition at line 89 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 89 of file gmock-generated-actions_test.cc

char testing::gmock_generated_actions_test::Char ( char  ch)
inline

Definition at line 68 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 68 of file gmock-generated-actions_test.cc

Referenced by TEST().

+ Here is the caller graph for this function:

const char* testing::gmock_generated_actions_test::CharPtr ( const char *  s)
inline

Definition at line 165 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 165 of file gmock-generated-actions_test.cc

References physmon_simulation::s.

Referenced by TEST().

+ Here is the caller graph for this function:

template<typename T1 , typename T2 >
ConcatImplActionP3<std::string, T1, T2> testing::gmock_generated_actions_test::Concat ( const std::string &  a,
T1  b,
T2  c 
)

Definition at line 903 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 903 of file gmock-generated-actions_test.cc

References KFPMath::a, KFPMath::b, Acts::PhysicalConstants::c, GTEST_INTENTIONAL_CONST_COND_POP_, and GTEST_INTENTIONAL_CONST_COND_PUSH_.

Referenced by TEST().

+ Here is the caller graph for this function:

template<typename T1 , typename T2 >
ConcatImplActionP3<T1, int, T2> testing::gmock_generated_actions_test::Concat ( T1  a,
int  b,
T2  c 
)

Definition at line 922 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 922 of file gmock-generated-actions_test.cc

string testing::gmock_generated_actions_test::Concat10 ( const char *  s1,
const char *  s2,
const char *  s3,
const char *  s4,
const char *  s5,
const char *  s6,
const char *  s7,
const char *  s8,
const char *  s9,
const char *  s10 
)

Definition at line 156 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 156 of file gmock-generated-actions_test.cc

Referenced by TEST().

+ Here is the caller graph for this function:

string testing::gmock_generated_actions_test::Concat4 ( const char *  s1,
const char *  s2,
const char *  s3,
const char *  s4 
)

Definition at line 105 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 105 of file gmock-generated-actions_test.cc

Referenced by TEST().

+ Here is the caller graph for this function:

string testing::gmock_generated_actions_test::Concat5 ( const char *  s1,
const char *  s2,
const char *  s3,
const char *  s4,
const char *  s5 
)

Definition at line 118 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 118 of file gmock-generated-actions_test.cc

Referenced by TEST().

+ Here is the caller graph for this function:

string testing::gmock_generated_actions_test::Concat6 ( const char *  s1,
const char *  s2,
const char *  s3,
const char *  s4,
const char *  s5,
const char *  s6 
)

Definition at line 133 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 133 of file gmock-generated-actions_test.cc

Referenced by TEST().

+ Here is the caller graph for this function:

string testing::gmock_generated_actions_test::Concat7 ( const char *  s1,
const char *  s2,
const char *  s3,
const char *  s4,
const char *  s5,
const char *  s6,
const char *  s7 
)

Definition at line 138 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 138 of file gmock-generated-actions_test.cc

Referenced by TEST().

+ Here is the caller graph for this function:

string testing::gmock_generated_actions_test::Concat8 ( const char *  s1,
const char *  s2,
const char *  s3,
const char *  s4,
const char *  s5,
const char *  s6,
const char *  s7,
const char *  s8 
)

Definition at line 144 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 144 of file gmock-generated-actions_test.cc

Referenced by TEST().

+ Here is the caller graph for this function:

string testing::gmock_generated_actions_test::Concat9 ( const char *  s1,
const char *  s2,
const char *  s3,
const char *  s4,
const char *  s5,
const char *  s6,
const char *  s7,
const char *  s8,
const char *  s9 
)

Definition at line 150 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 150 of file gmock-generated-actions_test.cc

Referenced by TEST().

+ Here is the caller graph for this function:

int testing::gmock_generated_actions_test::Dummy ( bool  flag)

Definition at line 656 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 656 of file gmock-generated-actions_test.cc

Referenced by ACTION().

+ Here is the caller graph for this function:

int testing::gmock_generated_actions_test::Nullary ( )

Definition at line 71 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 71 of file gmock-generated-actions_test.cc

Referenced by TEST(), and testing::gmock_generated_function_mockers_test::TEST_F().

+ Here is the caller graph for this function:

const char* testing::gmock_generated_actions_test::Plus1 ( const char *  s)

Definition at line 82 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 82 of file gmock-generated-actions_test.cc

bool testing::gmock_generated_actions_test::ReferencesGlobalDouble ( const double x)

Definition at line 87 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 87 of file gmock-generated-actions_test.cc

References g_double.

Referenced by TEST().

+ Here is the caller graph for this function:

short testing::gmock_generated_actions_test::Short ( short  n)
inline

Definition at line 67 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 67 of file gmock-generated-actions_test.cc

References n.

Referenced by TEST().

+ Here is the caller graph for this function:

int testing::gmock_generated_actions_test::SumOf4 ( int  a,
int  b,
int  c,
int  d 
)

Definition at line 103 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 103 of file gmock-generated-actions_test.cc

Referenced by TEST().

+ Here is the caller graph for this function:

int testing::gmock_generated_actions_test::SumOf5 ( int  a,
int  b,
int  c,
int  d,
int  e 
)

Definition at line 110 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 110 of file gmock-generated-actions_test.cc

References Acts::UnitConstants::e.

Referenced by TEST().

+ Here is the caller graph for this function:

int testing::gmock_generated_actions_test::SumOf6 ( int  a,
int  b,
int  c,
int  d,
int  e,
int  f 
)

Definition at line 123 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 123 of file gmock-generated-actions_test.cc

References f.

Referenced by TEST().

+ Here is the caller graph for this function:

int testing::gmock_generated_actions_test::Ternary ( int  x,
char  y,
short  z 
)

Definition at line 99 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 99 of file gmock-generated-actions_test.cc

References physmon_track_finding_ttbar::z.

Referenced by TEST().

+ Here is the caller graph for this function:

testing::gmock_generated_actions_test::TEST ( InvokeArgumentTest  ,
Function0   
)

Definition at line 170 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 170 of file gmock-generated-actions_test.cc

References KFPMath::a, EXPECT_EQ, std::tr1::make_tuple(), Nullary(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( InvokeArgumentTest  ,
Functor1   
)

Definition at line 176 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 176 of file gmock-generated-actions_test.cc

References KFPMath::a, EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( InvokeArgumentTest  ,
Function5   
)

Definition at line 182 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 182 of file gmock-generated-actions_test.cc

References KFPMath::a, EXPECT_EQ, std::tr1::make_tuple(), testing::Action< F >::Perform(), and SumOf5().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( InvokeArgumentTest  ,
Functor5   
)

Definition at line 189 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 189 of file gmock-generated-actions_test.cc

References KFPMath::a, EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( InvokeArgumentTest  ,
Function6   
)

Definition at line 196 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 196 of file gmock-generated-actions_test.cc

References KFPMath::a, EXPECT_EQ, std::tr1::make_tuple(), testing::Action< F >::Perform(), and SumOf6().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( InvokeArgumentTest  ,
Functor6   
)

Definition at line 203 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 203 of file gmock-generated-actions_test.cc

References KFPMath::a, EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( InvokeArgumentTest  ,
Function7   
)

Definition at line 210 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 210 of file gmock-generated-actions_test.cc

References KFPMath::a, Concat7(), EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( InvokeArgumentTest  ,
Function8   
)

Definition at line 219 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 219 of file gmock-generated-actions_test.cc

References KFPMath::a, Concat8(), EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( InvokeArgumentTest  ,
Function9   
)

Definition at line 228 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 228 of file gmock-generated-actions_test.cc

References KFPMath::a, Concat9(), EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( InvokeArgumentTest  ,
Function10   
)

Definition at line 237 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 237 of file gmock-generated-actions_test.cc

References KFPMath::a, Concat10(), EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( InvokeArgumentTest  ,
ByPointerFunction   
)

Definition at line 247 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 247 of file gmock-generated-actions_test.cc

References KFPMath::a, Binary(), EXPECT_STREQ, std::tr1::make_tuple(), testing::Action< F >::Perform(), and Short().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( InvokeArgumentTest  ,
FunctionWithCStringLiteral   
)

Definition at line 255 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 255 of file gmock-generated-actions_test.cc

References KFPMath::a, Binary(), EXPECT_STREQ, std::tr1::make_tuple(), testing::Action< F >::Perform(), and Short().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( InvokeArgumentTest  ,
ByConstReferenceFunction   
)

Definition at line 262 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 262 of file gmock-generated-actions_test.cc

References KFPMath::a, ByConstRef(), EXPECT_TRUE, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( InvokeArgumentTest  ,
ByExplicitConstReferenceFunction   
)

Definition at line 273 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 273 of file gmock-generated-actions_test.cc

References KFPMath::a, testing::ByRef(), EXPECT_FALSE, EXPECT_TRUE, g_double, std::tr1::make_tuple(), testing::Action< F >::Perform(), ReferencesGlobalDouble(), and ambiguity_solver_full_chain::x.

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( WithArgsTest  ,
OneArg   
)

Definition at line 285 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 285 of file gmock-generated-actions_test.cc

References KFPMath::a, EXPECT_FALSE, EXPECT_TRUE, testing::Invoke(), std::tr1::make_tuple(), testing::Action< F >::Perform(), and Unary().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( WithArgsTest  ,
TwoArgs   
)

Definition at line 292 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 292 of file gmock-generated-actions_test.cc

References KFPMath::a, Binary(), CharPtr(), EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), testing::Action< F >::Perform(), physmon_simulation::s, and Short().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( WithArgsTest  ,
ThreeArgs   
)

Definition at line 300 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 300 of file gmock-generated-actions_test.cc

References KFPMath::a, Char(), EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), testing::Action< F >::Perform(), Short(), and Ternary().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( WithArgsTest  ,
FourArgs   
)

Definition at line 307 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 307 of file gmock-generated-actions_test.cc

References KFPMath::a, CharPtr(), Concat4(), EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( WithArgsTest  ,
FiveArgs   
)

Definition at line 315 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 315 of file gmock-generated-actions_test.cc

References KFPMath::a, CharPtr(), Concat5(), EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( WithArgsTest  ,
SixArgs   
)

Definition at line 325 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 325 of file gmock-generated-actions_test.cc

References KFPMath::a, CharPtr(), Concat6(), EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( WithArgsTest  ,
SevenArgs   
)

Definition at line 333 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 333 of file gmock-generated-actions_test.cc

References KFPMath::a, CharPtr(), Concat7(), EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( WithArgsTest  ,
EightArgs   
)

Definition at line 342 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 342 of file gmock-generated-actions_test.cc

References KFPMath::a, CharPtr(), Concat8(), EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( WithArgsTest  ,
NineArgs   
)

Definition at line 351 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 351 of file gmock-generated-actions_test.cc

References KFPMath::a, CharPtr(), Concat9(), EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( WithArgsTest  ,
TenArgs   
)

Definition at line 360 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 360 of file gmock-generated-actions_test.cc

References KFPMath::a, CharPtr(), Concat10(), EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( WithArgsTest  ,
NonInvokeAction   
)

Definition at line 376 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 376 of file gmock-generated-actions_test.cc

References KFPMath::a, EXPECT_EQ, testing::MakeAction(), testing::Action< F >::Perform(), and physmon_simulation::s.

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( WithArgsTest  ,
Identity   
)

Definition at line 384 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 384 of file gmock-generated-actions_test.cc

References KFPMath::a, Char(), EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), testing::Action< F >::Perform(), Short(), and Ternary().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( WithArgsTest  ,
RepeatedArguments   
)

Definition at line 391 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 391 of file gmock-generated-actions_test.cc

References KFPMath::a, EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), testing::Action< F >::Perform(), and SumOf4().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( WithArgsTest  ,
ReversedArgumentOrder   
)

Definition at line 398 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 398 of file gmock-generated-actions_test.cc

References KFPMath::a, Binary(), CharPtr(), EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), testing::Action< F >::Perform(), physmon_simulation::s, and Short().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( WithArgsTest  ,
ArgsOfCompatibleTypes   
)

Definition at line 406 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 406 of file gmock-generated-actions_test.cc

References KFPMath::a, Char(), EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), testing::Action< F >::Perform(), Short(), and Ternary().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( WithArgsTest  ,
VoidAction   
)

Definition at line 413 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 413 of file gmock-generated-actions_test.cc

References KFPMath::a, EXPECT_TRUE, g_done, testing::Invoke(), std::tr1::make_tuple(), testing::Action< F >::Perform(), and VoidBinary().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( DoAllTest  ,
TwoActions   
)

Definition at line 421 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 421 of file gmock-generated-actions_test.cc

References KFPMath::a, testing::DoAll(), EXPECT_EQ, std::tr1::make_tuple(), n, testing::Action< F >::Perform(), and testing::Return().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( DoAllTest  ,
ThreeActions   
)

Definition at line 430 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 430 of file gmock-generated-actions_test.cc

References KFPMath::a, testing::DoAll(), EXPECT_EQ, Acts::UnitConstants::m, std::tr1::make_tuple(), n, testing::Action< F >::Perform(), and testing::Return().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( DoAllTest  ,
FourActions   
)

Definition at line 441 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 441 of file gmock-generated-actions_test.cc

References KFPMath::a, testing::DoAll(), EXPECT_EQ, Acts::UnitConstants::m, std::tr1::make_tuple(), n, testing::Action< F >::Perform(), and testing::Return().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( DoAllTest  ,
FiveActions   
)

Definition at line 456 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 456 of file gmock-generated-actions_test.cc

References KFPMath::a, parse_cmake_options::action, KFPMath::b, testing::DoAll(), EXPECT_EQ, Acts::UnitConstants::m, std::tr1::make_tuple(), n, testing::Action< F >::Perform(), and testing::Return().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( DoAllTest  ,
SixActions   
)

Definition at line 473 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 473 of file gmock-generated-actions_test.cc

References KFPMath::a, parse_cmake_options::action, KFPMath::b, Acts::PhysicalConstants::c, testing::DoAll(), EXPECT_EQ, Acts::UnitConstants::m, std::tr1::make_tuple(), n, testing::Action< F >::Perform(), and testing::Return().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( DoAllTest  ,
SevenActions   
)

Definition at line 492 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 492 of file gmock-generated-actions_test.cc

References KFPMath::a, parse_cmake_options::action, KFPMath::b, Acts::PhysicalConstants::c, testing::DoAll(), EXPECT_EQ, Acts::UnitConstants::m, std::tr1::make_tuple(), n, testing::Action< F >::Perform(), and testing::Return().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( DoAllTest  ,
EightActions   
)

Definition at line 513 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 513 of file gmock-generated-actions_test.cc

References KFPMath::a, parse_cmake_options::action, KFPMath::b, Acts::PhysicalConstants::c, testing::DoAll(), Acts::UnitConstants::e, EXPECT_EQ, Acts::UnitConstants::m, std::tr1::make_tuple(), n, testing::Action< F >::Perform(), and testing::Return().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( DoAllTest  ,
NineActions   
)

Definition at line 537 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 537 of file gmock-generated-actions_test.cc

References KFPMath::a, parse_cmake_options::action, KFPMath::b, Acts::PhysicalConstants::c, testing::DoAll(), Acts::UnitConstants::e, EXPECT_EQ, f, Acts::UnitConstants::m, std::tr1::make_tuple(), n, testing::Action< F >::Perform(), and testing::Return().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( DoAllTest  ,
TenActions   
)

Definition at line 563 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 563 of file gmock-generated-actions_test.cc

References KFPMath::a, parse_cmake_options::action, KFPMath::b, Acts::PhysicalConstants::c, testing::DoAll(), Acts::UnitConstants::e, EXPECT_EQ, f, Acts::UnitConstants::g, Acts::UnitConstants::m, std::tr1::make_tuple(), n, testing::Action< F >::Perform(), and testing::Return().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionMacroTest  ,
WorksWhenNotReferencingArguments   
)

Definition at line 607 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 607 of file gmock-generated-actions_test.cc

References KFPMath::a2, EXPECT_DOUBLE_EQ, EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionMacroTest  ,
WorksWhenReturningVoid   
)

Definition at line 618 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 618 of file gmock-generated-actions_test.cc

References EXPECT_EQ, std::tr1::make_tuple(), n, and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionMacroTest  ,
CanReferenceArgumentType   
)

Definition at line 633 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 633 of file gmock-generated-actions_test.cc

References EXPECT_EQ, std::tr1::make_tuple(), n, and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionMacroTest  ,
CanReferenceArgumentTuple   
)

Definition at line 648 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 648 of file gmock-generated-actions_test.cc

References Char(), dummy, EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionMacroTest  ,
CanReferenceMockFunctionType   
)

Definition at line 664 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 664 of file gmock-generated-actions_test.cc

References EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionMacroTest  ,
CanReferenceMockFunctionReturnType   
)

Definition at line 678 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 678 of file gmock-generated-actions_test.cc

References EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionMacroTest  ,
WorksForConstReferenceArg   
)

Definition at line 690 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 690 of file gmock-generated-actions_test.cc

References KFPMath::a, KFPMath::b, EXPECT_EQ, and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionMacroTest  ,
WorksForNonConstReferenceArg   
)

Definition at line 702 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 702 of file gmock-generated-actions_test.cc

References KFPMath::a, EXPECT_EQ, n, and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionMacroTest  ,
WorksInNamespace   
)

Definition at line 713 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 713 of file gmock-generated-actions_test.cc

References EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionMacroTest  ,
WorksForDifferentArgumentNumbers   
)

Definition at line 722 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 722 of file gmock-generated-actions_test.cc

References KFPMath::a2, dummy, EXPECT_DOUBLE_EQ, EXPECT_EQ, f, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionPMacroTest  ,
DefinesParameterizedAction   
)

Definition at line 734 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 734 of file gmock-generated-actions_test.cc

References EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionPMacroTest  ,
CanReferenceArgumentAndParameterTypes   
)

Definition at line 747 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 747 of file gmock-generated-actions_test.cc

References Char(), EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionPMacroTest  ,
WorksInCompatibleMockFunction   
)

Definition at line 754 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 754 of file gmock-generated-actions_test.cc

References EXPECT_EQ, and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionMacroTest  ,
CanDefineOverloadedActions   
)

Definition at line 773 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 773 of file gmock-generated-actions_test.cc

References KFPMath::a2, CharPtr(), EXPECT_STREQ, and std::tr1::make_tuple().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionPnMacroTest  ,
WorksFor3Parameters   
)

Definition at line 793 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 793 of file gmock-generated-actions_test.cc

References KFPMath::a2, EXPECT_DOUBLE_EQ, EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionPnMacroTest  ,
WorksFor4Parameters   
)

Definition at line 804 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 804 of file gmock-generated-actions_test.cc

References EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionPnMacroTest  ,
WorksFor5Parameters   
)

Definition at line 811 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 811 of file gmock-generated-actions_test.cc

References EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionPnMacroTest  ,
WorksFor6Parameters   
)

Definition at line 820 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 820 of file gmock-generated-actions_test.cc

References EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionPnMacroTest  ,
WorksFor7Parameters   
)

Definition at line 829 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 829 of file gmock-generated-actions_test.cc

References EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionPnMacroTest  ,
WorksFor8Parameters   
)

Definition at line 838 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 838 of file gmock-generated-actions_test.cc

References EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionPnMacroTest  ,
WorksFor9Parameters   
)

Definition at line 847 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 847 of file gmock-generated-actions_test.cc

References EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionPnMacroTest  ,
WorksFor10Parameters   
)

Definition at line 858 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 858 of file gmock-generated-actions_test.cc

References EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionPnMacroTest  ,
SimpleTypePromotion   
)

Definition at line 873 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 873 of file gmock-generated-actions_test.cc

References CharPtr(), EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionPnMacroTest  ,
CanPartiallyRestrictParameterTypes   
)

Definition at line 926 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 926 of file gmock-generated-actions_test.cc

References Concat(), EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionPnMacroTest  ,
TypesAreCorrect   
)

Definition at line 940 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 940 of file gmock-generated-actions_test.cc

References KFPMath::a2.

testing::gmock_generated_actions_test::TEST ( ActionPnMacroTest  ,
CanExplicitlyInstantiateWithReferenceTypes   
)

Definition at line 987 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 987 of file gmock-generated-actions_test.cc

References KFPMath::a, EXPECT_EQ, std::tr1::make_tuple(), n, testing::Action< F >::Perform(), ambiguity_solver_full_chain::x, y, and physmon_track_finding_ttbar::z.

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ReturnNewTest  ,
NoArgs   
)

Definition at line 1014 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 1014 of file gmock-generated-actions_test.cc

References KFPMath::a, Acts::PhysicalConstants::c, EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ReturnNewTest  ,
Unary   
)

Definition at line 1028 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 1028 of file gmock-generated-actions_test.cc

References KFPMath::a, Acts::PhysicalConstants::c, EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ReturnNewTest  ,
UnaryWorksWhenMockMethodHasArgs   
)

Definition at line 1035 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 1035 of file gmock-generated-actions_test.cc

References KFPMath::a, Acts::PhysicalConstants::c, EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ReturnNewTest  ,
UnaryWorksWhenMockMethodReturnsPointerToConst   
)

Definition at line 1043 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 1043 of file gmock-generated-actions_test.cc

References KFPMath::a, Acts::PhysicalConstants::c, EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ReturnNewTest  ,
ConstructorThatTakes10Arguments   
)

Definition at line 1061 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 1061 of file gmock-generated-actions_test.cc

References KFPMath::a, Acts::PhysicalConstants::c, EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionTemplateTest  ,
WorksWithoutValueParam   
)

Definition at line 1078 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 1078 of file gmock-generated-actions_test.cc

References KFPMath::a, std::tr1::make_tuple(), merge_hashes::p, and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionTemplateTest  ,
WorksWithValueParams   
)

Definition at line 1091 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 1091 of file gmock-generated-actions_test.cc

References KFPMath::a, EXPECT_EQ, std::tr1::make_tuple(), merge_hashes::p, and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionTemplateTest  ,
WorksForIntegralTemplateParams   
)

Definition at line 1114 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 1114 of file gmock-generated-actions_test.cc

References KFPMath::a, KFPMath::b, EXPECT_FALSE, std::tr1::make_tuple(), n, and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionTemplateTest  ,
WorksForTemplateTemplateParameters   
)

Definition at line 1131 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 1131 of file gmock-generated-actions_test.cc

References KFPMath::a, EXPECT_EQ, std::tr1::make_tuple(), and merge_hashes::p.

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionTemplateTest  ,
WorksFor10TemplateParameters   
)

Definition at line 1163 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 1163 of file gmock-generated-actions_test.cc

References KFPMath::a, double(), EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionTemplateTest  ,
WorksFor10ValueParameters   
)

Definition at line 1180 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 1180 of file gmock-generated-actions_test.cc

References KFPMath::a, EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

testing::gmock_generated_actions_test::TEST ( ActionTemplateTest  ,
CanBeOverloadedOnNumberOfValueParameters   
)

Definition at line 1210 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 1210 of file gmock-generated-actions_test.cc

References KFPMath::a2, EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().

+ Here is the call graph for this function:

bool testing::gmock_generated_actions_test::Unary ( int  x)

Definition at line 80 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 80 of file gmock-generated-actions_test.cc

Referenced by TEST(), and testing::gmock_generated_function_mockers_test::TEST_F().

+ Here is the caller graph for this function:

void testing::gmock_generated_actions_test::VoidBinary ( int  ,
char   
)

Definition at line 97 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 97 of file gmock-generated-actions_test.cc

References g_done.

Referenced by TEST().

+ Here is the caller graph for this function:

void testing::gmock_generated_actions_test::VoidTernary ( int  ,
char  ,
bool   
)

Definition at line 101 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 101 of file gmock-generated-actions_test.cc

References g_done.

Variable Documentation

bool testing::gmock_generated_actions_test::g_done = false

Definition at line 78 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 78 of file gmock-generated-actions_test.cc

Referenced by TEST(), VoidBinary(), and VoidTernary().

const double testing::gmock_generated_actions_test::g_double = 0

Definition at line 86 of file gmock-generated-actions_test.cc.

View newest version in sPHENIX GitHub at line 86 of file gmock-generated-actions_test.cc

Referenced by ReferencesGlobalDouble(), and TEST().