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

Namespaces

 action_test
 

Classes

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

Functions

 ACTION (DoFoo)
 
 ACTION (IncrementArg1)
 
 ACTION (IncrementArg2)
 
 ACTION (InvokeDummy)
 
 ACTION (InvokeDummy2)
 
 ACTION (OverloadedAction)
 
 ACTION (PlusTwo)
 
 ACTION (Return5)
 
 ACTION (ReturnAddrOfConstBoolReferenceArg)
 
 ACTION (ReturnAddrOfIntReferenceArg)
 
 ACTION (ReturnSum)
 
 ACTION (Sum2)
 
 ACTION_P (DoFoo, p)
 
 ACTION_P (OverloadedAction, default_value)
 
 ACTION_P (Plus, n)
 
 ACTION_P (Plus1, x)
 
 ACTION_P (ReturnSum, x)
 
 ACTION_P (TypedPlus, n)
 
 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 (DoFoo, p0, p1)
 
 ACTION_P2 (OverloadedAction, true_value, false_value)
 
 ACTION_P2 (PadArgument, prefix, suffix)
 
 ACTION_P2 (Plus2, x, y)
 
 ACTION_P3 (ConcatImpl, a, b, c)
 
 ACTION_P3 (Plus, m, n, k)
 
 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 (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 (ReturnSmartPointer, HAS_1_TEMPLATE_PARAMS(template< typename Pointee > class, Pointer), AND_1_VALUE_PARAMS(pointee))
 
 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 std::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)
 
std::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)
 
std::string Concat5 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5)
 
std::string Concat6 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6)
 
std::string Concat7 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7)
 
std::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)
 
std::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 ()
 
bool ReferencesGlobalDouble (const double &x)
 
short Short (short n)
 
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)
 
 TEST (ActionMacroTest, CanDefineOverloadedActions)
 
 TEST (ActionMacroTest, CanReferenceArgumentTuple)
 
 TEST (ActionMacroTest, CanReferenceArgumentType)
 
 TEST (ActionMacroTest, CanReferenceMockFunctionReturnType)
 
 TEST (ActionMacroTest, CanReferenceMockFunctionType)
 
 TEST (ActionMacroTest, WorksForConstReferenceArg)
 
 TEST (ActionMacroTest, WorksForDifferentArgumentNumbers)
 
 TEST (ActionMacroTest, WorksForNonConstReferenceArg)
 
 TEST (ActionMacroTest, WorksInNamespace)
 
 TEST (ActionMacroTest, WorksWhenNotReferencingArguments)
 
 TEST (ActionMacroTest, WorksWhenReturningVoid)
 
 TEST (ActionPMacroTest, CanReferenceArgumentAndParameterTypes)
 
 TEST (ActionPMacroTest, DefinesParameterizedAction)
 
 TEST (ActionPMacroTest, WorksInCompatibleMockFunction)
 
 TEST (ActionPnMacroTest, CanExplicitlyInstantiateWithReferenceTypes)
 
 TEST (ActionPnMacroTest, CanPartiallyRestrictParameterTypes)
 
 TEST (ActionPnMacroTest, SimpleTypePromotion)
 
 TEST (ActionPnMacroTest, TypesAreCorrect)
 
 TEST (ActionPnMacroTest, WorksFor10Parameters)
 
 TEST (ActionPnMacroTest, WorksFor3Parameters)
 
 TEST (ActionPnMacroTest, WorksFor4Parameters)
 
 TEST (ActionPnMacroTest, WorksFor5Parameters)
 
 TEST (ActionPnMacroTest, WorksFor6Parameters)
 
 TEST (ActionPnMacroTest, WorksFor7Parameters)
 
 TEST (ActionPnMacroTest, WorksFor8Parameters)
 
 TEST (ActionPnMacroTest, WorksFor9Parameters)
 
 TEST (ActionTemplateTest, CanBeOverloadedOnNumberOfValueParameters)
 
 TEST (ActionTemplateTest, WorksFor10TemplateParameters)
 
 TEST (ActionTemplateTest, WorksFor10ValueParameters)
 
 TEST (ActionTemplateTest, WorksForIntegralTemplateParams)
 
 TEST (ActionTemplateTest, WorksForTemplateTemplateParameters)
 
 TEST (ActionTemplateTest, WorksWithoutValueParam)
 
 TEST (ActionTemplateTest, WorksWithValueParams)
 
 TEST (DoAllTest, EightActions)
 
 TEST (DoAllTest, FiveActions)
 
 TEST (DoAllTest, FourActions)
 
 TEST (DoAllTest, NineActions)
 
 TEST (DoAllTest, SevenActions)
 
 TEST (DoAllTest, SixActions)
 
 TEST (DoAllTest, TenActions)
 
 TEST (DoAllTest, ThreeActions)
 
 TEST (DoAllTest, TwoActions)
 
 TEST (InvokeArgumentTest, ByConstReferenceFunction)
 
 TEST (InvokeArgumentTest, ByExplicitConstReferenceFunction)
 
 TEST (InvokeArgumentTest, ByPointerFunction)
 
 TEST (InvokeArgumentTest, Function0)
 
 TEST (InvokeArgumentTest, Function10)
 
 TEST (InvokeArgumentTest, Function5)
 
 TEST (InvokeArgumentTest, Function6)
 
 TEST (InvokeArgumentTest, Function7)
 
 TEST (InvokeArgumentTest, Function8)
 
 TEST (InvokeArgumentTest, Function9)
 
 TEST (InvokeArgumentTest, FunctionWithCStringLiteral)
 
 TEST (InvokeArgumentTest, Functor1)
 
 TEST (InvokeArgumentTest, Functor5)
 
 TEST (InvokeArgumentTest, Functor6)
 
 TEST (ReturnNewTest, ConstructorThatTakes10Arguments)
 
 TEST (ReturnNewTest, NoArgs)
 
 TEST (ReturnNewTest, Unary)
 
 TEST (ReturnNewTest, UnaryWorksWhenMockMethodHasArgs)
 
 TEST (ReturnNewTest, UnaryWorksWhenMockMethodReturnsPointerToConst)
 

Variables

bool g_done = false
 
const double g_double = 0
 

Function Documentation

◆ ACTION() [1/12]

testing::gmock_generated_actions_test::ACTION ( DoFoo  )

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

◆ ACTION() [2/12]

testing::gmock_generated_actions_test::ACTION ( IncrementArg1  )

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

◆ ACTION() [3/12]

testing::gmock_generated_actions_test::ACTION ( IncrementArg2  )

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

◆ ACTION() [4/12]

testing::gmock_generated_actions_test::ACTION ( InvokeDummy  )

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

◆ ACTION() [5/12]

testing::gmock_generated_actions_test::ACTION ( InvokeDummy2  )

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

◆ ACTION() [6/12]

testing::gmock_generated_actions_test::ACTION ( OverloadedAction  )

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

◆ ACTION() [7/12]

testing::gmock_generated_actions_test::ACTION ( PlusTwo  )

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

◆ ACTION() [8/12]

testing::gmock_generated_actions_test::ACTION ( Return5  )

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

◆ ACTION() [9/12]

testing::gmock_generated_actions_test::ACTION ( ReturnAddrOfConstBoolReferenceArg  )

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

◆ ACTION() [10/12]

testing::gmock_generated_actions_test::ACTION ( ReturnAddrOfIntReferenceArg  )

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

◆ ACTION() [11/12]

testing::gmock_generated_actions_test::ACTION ( ReturnSum  )

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

◆ ACTION() [12/12]

testing::gmock_generated_actions_test::ACTION ( Sum2  )

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

◆ ACTION_P() [1/6]

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

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

◆ ACTION_P() [2/6]

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

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

◆ ACTION_P() [3/6]

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

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

◆ ACTION_P() [4/6]

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

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

◆ ACTION_P() [5/6]

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

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

◆ ACTION_P() [6/6]

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

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

◆ ACTION_P10() [1/2]

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

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

◆ ACTION_P10() [2/2]

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

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

◆ ACTION_P2() [1/4]

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

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

◆ ACTION_P2() [2/4]

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

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

◆ ACTION_P2() [3/4]

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

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

◆ ACTION_P2() [4/4]

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

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

◆ ACTION_P3() [1/3]

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

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

◆ ACTION_P3() [2/3]

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

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

◆ ACTION_P3() [3/3]

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

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

◆ ACTION_P4()

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

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

◆ ACTION_P5()

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

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

◆ ACTION_P6()

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

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

◆ ACTION_P7()

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

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

◆ ACTION_P8()

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

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

◆ ACTION_P9()

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

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

◆ ACTION_TEMPLATE() [1/9]

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

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

◆ ACTION_TEMPLATE() [2/9]

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

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

◆ ACTION_TEMPLATE() [3/9]

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

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

◆ ACTION_TEMPLATE() [4/9]

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

◆ ACTION_TEMPLATE() [5/9]

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

◆ ACTION_TEMPLATE() [6/9]

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

◆ ACTION_TEMPLATE() [7/9]

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

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

◆ ACTION_TEMPLATE() [8/9]

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

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

◆ ACTION_TEMPLATE() [9/9]

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

◆ Binary()

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

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

◆ ByConstRef()

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

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

◆ Char()

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

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

◆ CharPtr()

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

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

◆ Concat() [1/2]

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

◆ Concat() [2/2]

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

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

◆ Concat10()

std::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 127 of file gmock-generated-actions_test.cc.

◆ Concat5()

std::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 89 of file gmock-generated-actions_test.cc.

◆ Concat6()

std::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 104 of file gmock-generated-actions_test.cc.

◆ Concat7()

std::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 109 of file gmock-generated-actions_test.cc.

◆ Concat8()

std::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 115 of file gmock-generated-actions_test.cc.

◆ Concat9()

std::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 121 of file gmock-generated-actions_test.cc.

◆ Dummy()

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

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

◆ Nullary()

int testing::gmock_generated_actions_test::Nullary ( )

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

◆ ReferencesGlobalDouble()

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

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

◆ Short()

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

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

◆ SumOf5()

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

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

◆ SumOf6()

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

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

◆ TEST() [1/61]

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

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

◆ TEST() [2/61]

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

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

◆ TEST() [3/61]

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

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

◆ TEST() [4/61]

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

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

◆ TEST() [5/61]

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

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

◆ TEST() [6/61]

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

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

◆ TEST() [7/61]

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

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

◆ TEST() [8/61]

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

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

◆ TEST() [9/61]

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

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

◆ TEST() [10/61]

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

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

◆ TEST() [11/61]

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

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

◆ TEST() [12/61]

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

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

◆ TEST() [13/61]

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

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

◆ TEST() [14/61]

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

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

◆ TEST() [15/61]

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

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

◆ TEST() [16/61]

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

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

◆ TEST() [17/61]

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

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

◆ TEST() [18/61]

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

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

◆ TEST() [19/61]

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

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

◆ TEST() [20/61]

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

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

◆ TEST() [21/61]

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

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

◆ TEST() [22/61]

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

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

◆ TEST() [23/61]

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

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

◆ TEST() [24/61]

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

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

◆ TEST() [25/61]

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

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

◆ TEST() [26/61]

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

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

◆ TEST() [27/61]

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

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

◆ TEST() [28/61]

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

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

◆ TEST() [29/61]

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

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

◆ TEST() [30/61]

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

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

◆ TEST() [31/61]

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

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

◆ TEST() [32/61]

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

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

◆ TEST() [33/61]

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

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

◆ TEST() [34/61]

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

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

◆ TEST() [35/61]

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

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

◆ TEST() [36/61]

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

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

◆ TEST() [37/61]

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

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

◆ TEST() [38/61]

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

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

◆ TEST() [39/61]

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

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

◆ TEST() [40/61]

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

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

◆ TEST() [41/61]

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

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

◆ TEST() [42/61]

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

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

◆ TEST() [43/61]

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

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

◆ TEST() [44/61]

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

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

◆ TEST() [45/61]

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

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

◆ TEST() [46/61]

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

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

◆ TEST() [47/61]

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

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

◆ TEST() [48/61]

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

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

◆ TEST() [49/61]

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

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

◆ TEST() [50/61]

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

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

◆ TEST() [51/61]

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

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

◆ TEST() [52/61]

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

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

◆ TEST() [53/61]

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

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

◆ TEST() [54/61]

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

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

◆ TEST() [55/61]

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

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

◆ TEST() [56/61]

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

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

◆ TEST() [57/61]

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

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

◆ TEST() [58/61]

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

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

◆ TEST() [59/61]

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

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

◆ TEST() [60/61]

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

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

◆ TEST() [61/61]

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

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

Variable Documentation

◆ g_done

bool testing::gmock_generated_actions_test::g_done = false

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

◆ g_double

const double testing::gmock_generated_actions_test::g_double = 0

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



libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:11