Namespaces | Classes | Functions | Variables
testing::gmock_generated_actions_test Namespace Reference

Namespaces

 action_test
 

Classes

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

Functions

 ACTION (Return5)
 
 ACTION (IncrementArg1)
 
 ACTION (IncrementArg2)
 
 ACTION (Sum2)
 
 ACTION (InvokeDummy)
 
 ACTION (InvokeDummy2)
 
 ACTION (ReturnAddrOfConstBoolReferenceArg)
 
 ACTION (ReturnAddrOfIntReferenceArg)
 
 ACTION (PlusTwo)
 
 ACTION (OverloadedAction)
 
 ACTION (DoFoo)
 
 ACTION (ReturnSum)
 
 ACTION_P (Plus, n)
 
 ACTION_P (TypedPlus, n)
 
 ACTION_P (OverloadedAction, default_value)
 
 ACTION_P (DoFoo, p)
 
 ACTION_P (Plus1, x)
 
 ACTION_P (ReturnSum, x)
 
 ACTION_P10 (Plus, p0, p1, p2, p3, p4, p5, p6, p7, p8, last_param)
 
 ACTION_P10 (Plus10, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9)
 
 ACTION_P2 (OverloadedAction, true_value, false_value)
 
 ACTION_P2 (PadArgument, prefix, suffix)
 
 ACTION_P2 (DoFoo, p0, p1)
 
 ACTION_P2 (Plus2, x, y)
 
 ACTION_P3 (Plus, m, n, k)
 
 ACTION_P3 (ConcatImpl, a, b, c)
 
 ACTION_P3 (Plus3, x, y, z)
 
 ACTION_P4 (Plus, p0, p1, p2, p3)
 
 ACTION_P5 (Plus, p0, p1, p2, p3, p4)
 
 ACTION_P6 (Plus, p0, p1, p2, p3, p4, p5)
 
 ACTION_P7 (Plus, p0, p1, p2, p3, p4, p5, p6)
 
 ACTION_P8 (Plus, p0, p1, p2, p3, p4, p5, p6, p7)
 
 ACTION_P9 (Plus, p0, p1, p2, p3, p4, p5, p6, p7, p8)
 
 ACTION_TEMPLATE (CreateNew, HAS_1_TEMPLATE_PARAMS(typename, T), AND_0_VALUE_PARAMS())
 
 ACTION_TEMPLATE (CreateNew, HAS_1_TEMPLATE_PARAMS(typename, T), AND_1_VALUE_PARAMS(a0))
 
 ACTION_TEMPLATE (MyDeleteArg, HAS_1_TEMPLATE_PARAMS(int, k), AND_0_VALUE_PARAMS())
 
 ACTION_TEMPLATE (ReturnSmartPointer, HAS_1_TEMPLATE_PARAMS(template< typename Pointee > class, Pointer), AND_1_VALUE_PARAMS(pointee))
 
 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))
 
 ACTION_TEMPLATE (ReturnSum, HAS_1_TEMPLATE_PARAMS(typename, Number), AND_10_VALUE_PARAMS(v1, v2, v3, v4, v5, v6, v7, v8, v9, v10))
 
 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))
 
const char * Binary (const char *input, short n)
 
bool ByConstRef (const string &s)
 
string ByNonConstRef (string &s)
 
char Char (char ch)
 
const char * CharPtr (const char *s)
 
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, T2 > Concat (T1 a, int b, T2 c)
 
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)
 
string Concat4 (const char *s1, const char *s2, const char *s3, const char *s4)
 
string Concat5 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5)
 
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)
 
int Dummy (bool flag)
 
int Nullary ()
 
const char * Plus1 (const char *s)
 
bool ReferencesGlobalDouble (const double &x)
 
short Short (short n)
 
int SumOf4 (int a, int b, int c, int d)
 
int SumOf5 (int a, int b, int c, int d, int e)
 
int SumOf6 (int a, int b, int c, int d, int e, int f)
 
int Ternary (int x, char y, short z)
 
 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)
 
 TEST (ActionMacroTest, WorksWhenNotReferencingArguments)
 
 TEST (ActionMacroTest, WorksWhenReturningVoid)
 
 TEST (ActionMacroTest, CanReferenceArgumentType)
 
 TEST (ActionMacroTest, CanReferenceArgumentTuple)
 
 TEST (ActionMacroTest, CanReferenceMockFunctionType)
 
 TEST (ActionMacroTest, CanReferenceMockFunctionReturnType)
 
 TEST (ActionMacroTest, WorksForConstReferenceArg)
 
 TEST (ActionMacroTest, WorksForNonConstReferenceArg)
 
 TEST (ActionMacroTest, WorksInNamespace)
 
 TEST (ActionMacroTest, WorksForDifferentArgumentNumbers)
 
 TEST (ActionPMacroTest, DefinesParameterizedAction)
 
 TEST (ActionPMacroTest, CanReferenceArgumentAndParameterTypes)
 
 TEST (ActionPMacroTest, WorksInCompatibleMockFunction)
 
 TEST (ActionMacroTest, CanDefineOverloadedActions)
 
 TEST (ActionPnMacroTest, WorksFor3Parameters)
 
 TEST (ActionPnMacroTest, WorksFor4Parameters)
 
 TEST (ActionPnMacroTest, WorksFor5Parameters)
 
 TEST (ActionPnMacroTest, WorksFor6Parameters)
 
 TEST (ActionPnMacroTest, WorksFor7Parameters)
 
 TEST (ActionPnMacroTest, WorksFor8Parameters)
 
 TEST (ActionPnMacroTest, WorksFor9Parameters)
 
 TEST (ActionPnMacroTest, WorksFor10Parameters)
 
 TEST (ActionPnMacroTest, SimpleTypePromotion)
 
 TEST (ActionPnMacroTest, CanPartiallyRestrictParameterTypes)
 
 TEST (ActionPnMacroTest, TypesAreCorrect)
 
 TEST (ActionPnMacroTest, CanExplicitlyInstantiateWithReferenceTypes)
 
 TEST (ReturnNewTest, NoArgs)
 
 TEST (ReturnNewTest, Unary)
 
 TEST (ReturnNewTest, UnaryWorksWhenMockMethodHasArgs)
 
 TEST (ReturnNewTest, UnaryWorksWhenMockMethodReturnsPointerToConst)
 
 TEST (ReturnNewTest, ConstructorThatTakes10Arguments)
 
 TEST (ActionTemplateTest, WorksWithoutValueParam)
 
 TEST (ActionTemplateTest, WorksWithValueParams)
 
 TEST (ActionTemplateTest, WorksForIntegralTemplateParams)
 
 TEST (ActionTemplateTest, WorksForTemplateTemplateParameters)
 
 TEST (ActionTemplateTest, WorksFor10TemplateParameters)
 
 TEST (ActionTemplateTest, WorksFor10ValueParameters)
 
 TEST (ActionTemplateTest, CanBeOverloadedOnNumberOfValueParameters)
 
bool Unary (int x)
 
void VoidBinary (int, char)
 
void VoidTernary (int, char, bool)
 

Variables

bool g_done = false
 
const double g_double = 0
 

Function Documentation

testing::gmock_generated_actions_test::ACTION ( Return5  )

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

testing::gmock_generated_actions_test::ACTION ( IncrementArg1  )

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

testing::gmock_generated_actions_test::ACTION ( IncrementArg2  )

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

testing::gmock_generated_actions_test::ACTION ( Sum2  )

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

testing::gmock_generated_actions_test::ACTION ( InvokeDummy  )

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

testing::gmock_generated_actions_test::ACTION ( InvokeDummy2  )

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

testing::gmock_generated_actions_test::ACTION ( ReturnAddrOfConstBoolReferenceArg  )

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

testing::gmock_generated_actions_test::ACTION ( ReturnAddrOfIntReferenceArg  )

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

testing::gmock_generated_actions_test::ACTION ( PlusTwo  )

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

testing::gmock_generated_actions_test::ACTION ( OverloadedAction  )

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

testing::gmock_generated_actions_test::ACTION ( DoFoo  )

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

testing::gmock_generated_actions_test::ACTION ( ReturnSum  )

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

testing::gmock_generated_actions_test::ACTION_P ( Plus  ,
 
)

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

testing::gmock_generated_actions_test::ACTION_P ( TypedPlus  ,
 
)

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

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

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

testing::gmock_generated_actions_test::ACTION_P ( DoFoo  ,
 
)

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

testing::gmock_generated_actions_test::ACTION_P ( Plus1  ,
 
)

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

testing::gmock_generated_actions_test::ACTION_P ( ReturnSum  ,
 
)

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

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

Definition at line 851 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 980 of file gmock-generated-actions_test.cc.

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

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

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

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

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

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

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

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

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

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

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

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

testing::gmock_generated_actions_test::ACTION_P3 ( Plus3  ,
,
,
 
)

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

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

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

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

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

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

Definition at line 815 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 824 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 833 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 842 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 1069 of file gmock-generated-actions_test.cc.

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

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

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

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

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 1121 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 1144 of file gmock-generated-actions_test.cc.

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 1171 of file gmock-generated-actions_test.cc.

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

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

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

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

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 1201 of file gmock-generated-actions_test.cc.

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

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

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

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

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

Definition 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.

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

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

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 902 of file gmock-generated-actions_test.cc.

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

Definition at line 919 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.

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.

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.

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.

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.

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.

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.

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

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

int testing::gmock_generated_actions_test::Nullary ( )

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

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

Definition 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.

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

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

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.

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.

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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Variable Documentation

bool testing::gmock_generated_actions_test::g_done = false

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

const double testing::gmock_generated_actions_test::g_double = 0

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



ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:10