Classes | Functions | Variables
testing::gmock_more_actions_test Namespace Reference

Classes

class  DeletionTester
 
class  Foo
 
class  NullaryFunctor
 
struct  SumOf5Functor
 
struct  SumOf6Functor
 
struct  UnaryFunctor
 
class  VoidNullaryFunctor
 

Functions

const char * Binary (const char *input, short n)
 
bool ByConstRef (const std::string &s)
 
std::string ByNonConstRef (std::string &s)
 
char Char (char ch)
 
const char * CharPtr (const char *s)
 
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 Concat4 (const char *s1, const char *s2, const char *s3, const char *s4)
 
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 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 SumOfFirst2 (int a, int b, Unused, Unused)
 
int Ternary (int x, char y, short z)
 
 TEST (DeleteArgActionTest, OneArg)
 
 TEST (DeleteArgActionTest, TenArgs)
 
 TEST (InvokeMethodTest, Binary)
 
 TEST (InvokeMethodTest, MethodThatTakes10Arguments)
 
 TEST (InvokeMethodTest, MethodThatTakes4Arguments)
 
 TEST (InvokeMethodTest, MethodThatTakes5Arguments)
 
 TEST (InvokeMethodTest, MethodThatTakes6Arguments)
 
 TEST (InvokeMethodTest, MethodThatTakes7Arguments)
 
 TEST (InvokeMethodTest, MethodThatTakes8Arguments)
 
 TEST (InvokeMethodTest, MethodThatTakes9Arguments)
 
 TEST (InvokeMethodTest, MethodWithCompatibleType)
 
 TEST (InvokeMethodTest, Nullary)
 
 TEST (InvokeMethodTest, Ternary)
 
 TEST (InvokeMethodTest, Unary)
 
 TEST (InvokeTest, Binary)
 
 TEST (InvokeTest, FunctionThatTakes10Arguments)
 
 TEST (InvokeTest, FunctionThatTakes4Arguments)
 
 TEST (InvokeTest, FunctionThatTakes5Arguments)
 
 TEST (InvokeTest, FunctionThatTakes6Arguments)
 
 TEST (InvokeTest, FunctionThatTakes7Arguments)
 
 TEST (InvokeTest, FunctionThatTakes8Arguments)
 
 TEST (InvokeTest, FunctionThatTakes9Arguments)
 
 TEST (InvokeTest, FunctionWithCompatibleType)
 
 TEST (InvokeTest, FunctionWithUnusedParameters)
 
 TEST (InvokeTest, Functor)
 
 TEST (InvokeTest, MethodWithUnusedParameters)
 
 TEST (InvokeTest, Nullary)
 
 TEST (InvokeTest, Ternary)
 
 TEST (InvokeTest, Unary)
 
 TEST (ReturnArgActionTest, WorksForMultiArgBoolArg0)
 
 TEST (ReturnArgActionTest, WorksForMultiArgStringArg2)
 
 TEST (ReturnArgActionTest, WorksForOneArgIntArg0)
 
 TEST (ReturnPointeeTest, Works)
 
 TEST (SaveArgActionTest, WorksForCompatibleType)
 
 TEST (SaveArgActionTest, WorksForSameType)
 
 TEST (SaveArgPointeeActionTest, WorksForCompatibleType)
 
 TEST (SaveArgPointeeActionTest, WorksForSameType)
 
 TEST (SetArgRefereeActionTest, WorksForCompatibleType)
 
 TEST (SetArgRefereeActionTest, WorksForSameType)
 
 TEST (SetArgRefereeActionTest, WorksWithExtraArguments)
 
 TEST (SetArrayArgumentTest, SetsTheNthArray)
 
 TEST (SetArrayArgumentTest, SetsTheNthArrayWithConvertibleType)
 
 TEST (SetArrayArgumentTest, SetsTheNthArrayWithEmptyRange)
 
 TEST (SetArrayArgumentTest, SetsTheNthArrayWithIteratorArgument)
 
 TEST (WithArgTest, OneArg)
 
 TEST (WithoutArgsTest, NoArg)
 
bool Unary (int x)
 
void VoidBinary (int, char)
 
void VoidFunctionWithFourArguments (char, int, float, double)
 
void VoidNullary ()
 
void VoidTernary (int, char, bool)
 
void VoidUnary (int)
 

Variables

bool g_done = false
 
const double g_double = 0
 

Function Documentation

◆ Binary()

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

Definition at line 102 of file gmock-more-actions_test.cc.

◆ ByConstRef()

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

Definition at line 91 of file gmock-more-actions_test.cc.

◆ ByNonConstRef()

std::string testing::gmock_more_actions_test::ByNonConstRef ( std::string s)

Definition at line 96 of file gmock-more-actions_test.cc.

◆ Char()

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

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

◆ CharPtr()

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

Definition at line 274 of file gmock-more-actions_test.cc.

◆ Concat10()

std::string testing::gmock_more_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 167 of file gmock-more-actions_test.cc.

◆ Concat4()

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

Definition at line 116 of file gmock-more-actions_test.cc.

◆ Concat5()

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

Definition at line 129 of file gmock-more-actions_test.cc.

◆ Concat6()

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

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

◆ Concat7()

std::string testing::gmock_more_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 149 of file gmock-more-actions_test.cc.

◆ Concat8()

std::string testing::gmock_more_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 155 of file gmock-more-actions_test.cc.

◆ Concat9()

std::string testing::gmock_more_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 161 of file gmock-more-actions_test.cc.

◆ Nullary()

int testing::gmock_more_actions_test::Nullary ( )

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

◆ Plus1()

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

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

◆ ReferencesGlobalDouble()

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

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

◆ Short()

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

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

◆ SumOf4()

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

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

◆ SumOf5()

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

Definition at line 121 of file gmock-more-actions_test.cc.

◆ SumOf6()

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

Definition at line 134 of file gmock-more-actions_test.cc.

◆ SumOfFirst2()

int testing::gmock_more_actions_test::SumOfFirst2 ( int  a,
int  b,
Unused  ,
Unused   
)

Definition at line 112 of file gmock-more-actions_test.cc.

◆ Ternary()

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

Definition at line 106 of file gmock-more-actions_test.cc.

◆ TEST() [1/46]

testing::gmock_more_actions_test::TEST ( DeleteArgActionTest  ,
OneArg   
)

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

◆ TEST() [2/46]

testing::gmock_more_actions_test::TEST ( DeleteArgActionTest  ,
TenArgs   
)

Definition at line 579 of file gmock-more-actions_test.cc.

◆ TEST() [3/46]

testing::gmock_more_actions_test::TEST ( InvokeMethodTest  ,
Binary   
)

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

◆ TEST() [4/46]

testing::gmock_more_actions_test::TEST ( InvokeMethodTest  ,
MethodThatTakes10Arguments   
)

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

◆ TEST() [5/46]

testing::gmock_more_actions_test::TEST ( InvokeMethodTest  ,
MethodThatTakes4Arguments   
)

Definition at line 392 of file gmock-more-actions_test.cc.

◆ TEST() [6/46]

testing::gmock_more_actions_test::TEST ( InvokeMethodTest  ,
MethodThatTakes5Arguments   
)

Definition at line 399 of file gmock-more-actions_test.cc.

◆ TEST() [7/46]

testing::gmock_more_actions_test::TEST ( InvokeMethodTest  ,
MethodThatTakes6Arguments   
)

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

◆ TEST() [8/46]

testing::gmock_more_actions_test::TEST ( InvokeMethodTest  ,
MethodThatTakes7Arguments   
)

Definition at line 415 of file gmock-more-actions_test.cc.

◆ TEST() [9/46]

testing::gmock_more_actions_test::TEST ( InvokeMethodTest  ,
MethodThatTakes8Arguments   
)

Definition at line 427 of file gmock-more-actions_test.cc.

◆ TEST() [10/46]

testing::gmock_more_actions_test::TEST ( InvokeMethodTest  ,
MethodThatTakes9Arguments   
)

Definition at line 439 of file gmock-more-actions_test.cc.

◆ TEST() [11/46]

testing::gmock_more_actions_test::TEST ( InvokeMethodTest  ,
MethodWithCompatibleType   
)

Definition at line 466 of file gmock-more-actions_test.cc.

◆ TEST() [12/46]

testing::gmock_more_actions_test::TEST ( InvokeMethodTest  ,
Nullary   
)

Definition at line 362 of file gmock-more-actions_test.cc.

◆ TEST() [13/46]

testing::gmock_more_actions_test::TEST ( InvokeMethodTest  ,
Ternary   
)

Definition at line 385 of file gmock-more-actions_test.cc.

◆ TEST() [14/46]

testing::gmock_more_actions_test::TEST ( InvokeMethodTest  ,
Unary   
)

Definition at line 369 of file gmock-more-actions_test.cc.

◆ TEST() [15/46]

testing::gmock_more_actions_test::TEST ( InvokeTest  ,
Binary   
)

Definition at line 241 of file gmock-more-actions_test.cc.

◆ TEST() [16/46]

testing::gmock_more_actions_test::TEST ( InvokeTest  ,
FunctionThatTakes10Arguments   
)

Definition at line 311 of file gmock-more-actions_test.cc.

◆ TEST() [17/46]

testing::gmock_more_actions_test::TEST ( InvokeTest  ,
FunctionThatTakes4Arguments   
)

Definition at line 254 of file gmock-more-actions_test.cc.

◆ TEST() [18/46]

testing::gmock_more_actions_test::TEST ( InvokeTest  ,
FunctionThatTakes5Arguments   
)

Definition at line 260 of file gmock-more-actions_test.cc.

◆ TEST() [19/46]

testing::gmock_more_actions_test::TEST ( InvokeTest  ,
FunctionThatTakes6Arguments   
)

Definition at line 266 of file gmock-more-actions_test.cc.

◆ TEST() [20/46]

testing::gmock_more_actions_test::TEST ( InvokeTest  ,
FunctionThatTakes7Arguments   
)

Definition at line 277 of file gmock-more-actions_test.cc.

◆ TEST() [21/46]

testing::gmock_more_actions_test::TEST ( InvokeTest  ,
FunctionThatTakes8Arguments   
)

Definition at line 288 of file gmock-more-actions_test.cc.

◆ TEST() [22/46]

testing::gmock_more_actions_test::TEST ( InvokeTest  ,
FunctionThatTakes9Arguments   
)

Definition at line 299 of file gmock-more-actions_test.cc.

◆ TEST() [23/46]

testing::gmock_more_actions_test::TEST ( InvokeTest  ,
FunctionWithCompatibleType   
)

Definition at line 354 of file gmock-more-actions_test.cc.

◆ TEST() [24/46]

testing::gmock_more_actions_test::TEST ( InvokeTest  ,
FunctionWithUnusedParameters   
)

Definition at line 324 of file gmock-more-actions_test.cc.

◆ TEST() [25/46]

testing::gmock_more_actions_test::TEST ( InvokeTest  ,
Functor   
)

Definition at line 348 of file gmock-more-actions_test.cc.

◆ TEST() [26/46]

testing::gmock_more_actions_test::TEST ( InvokeTest  ,
MethodWithUnusedParameters   
)

Definition at line 337 of file gmock-more-actions_test.cc.

◆ TEST() [27/46]

testing::gmock_more_actions_test::TEST ( InvokeTest  ,
Nullary   
)

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

◆ TEST() [28/46]

testing::gmock_more_actions_test::TEST ( InvokeTest  ,
Ternary   
)

Definition at line 248 of file gmock-more-actions_test.cc.

◆ TEST() [29/46]

testing::gmock_more_actions_test::TEST ( InvokeTest  ,
Unary   
)

Definition at line 234 of file gmock-more-actions_test.cc.

◆ TEST() [30/46]

testing::gmock_more_actions_test::TEST ( ReturnArgActionTest  ,
WorksForMultiArgBoolArg0   
)

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

◆ TEST() [31/46]

testing::gmock_more_actions_test::TEST ( ReturnArgActionTest  ,
WorksForMultiArgStringArg2   
)

Definition at line 496 of file gmock-more-actions_test.cc.

◆ TEST() [32/46]

testing::gmock_more_actions_test::TEST ( ReturnArgActionTest  ,
WorksForOneArgIntArg0   
)

Definition at line 486 of file gmock-more-actions_test.cc.

◆ TEST() [33/46]

testing::gmock_more_actions_test::TEST ( ReturnPointeeTest  ,
Works   
)

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

◆ TEST() [34/46]

testing::gmock_more_actions_test::TEST ( SaveArgActionTest  ,
WorksForCompatibleType   
)

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

◆ TEST() [35/46]

testing::gmock_more_actions_test::TEST ( SaveArgActionTest  ,
WorksForSameType   
)

Definition at line 501 of file gmock-more-actions_test.cc.

◆ TEST() [36/46]

testing::gmock_more_actions_test::TEST ( SaveArgPointeeActionTest  ,
WorksForCompatibleType   
)

Definition at line 523 of file gmock-more-actions_test.cc.

◆ TEST() [37/46]

testing::gmock_more_actions_test::TEST ( SaveArgPointeeActionTest  ,
WorksForSameType   
)

Definition at line 515 of file gmock-more-actions_test.cc.

◆ TEST() [38/46]

testing::gmock_more_actions_test::TEST ( SetArgRefereeActionTest  ,
WorksForCompatibleType   
)

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

◆ TEST() [39/46]

testing::gmock_more_actions_test::TEST ( SetArgRefereeActionTest  ,
WorksForSameType   
)

Definition at line 531 of file gmock-more-actions_test.cc.

◆ TEST() [40/46]

testing::gmock_more_actions_test::TEST ( SetArgRefereeActionTest  ,
WorksWithExtraArguments   
)

Definition at line 545 of file gmock-more-actions_test.cc.

◆ TEST() [41/46]

testing::gmock_more_actions_test::TEST ( SetArrayArgumentTest  ,
SetsTheNthArray   
)

Definition at line 612 of file gmock-more-actions_test.cc.

◆ TEST() [42/46]

testing::gmock_more_actions_test::TEST ( SetArrayArgumentTest  ,
SetsTheNthArrayWithConvertibleType   
)

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

◆ TEST() [43/46]

testing::gmock_more_actions_test::TEST ( SetArrayArgumentTest  ,
SetsTheNthArrayWithEmptyRange   
)

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

◆ TEST() [44/46]

testing::gmock_more_actions_test::TEST ( SetArrayArgumentTest  ,
SetsTheNthArrayWithIteratorArgument   
)

Definition at line 679 of file gmock-more-actions_test.cc.

◆ TEST() [45/46]

testing::gmock_more_actions_test::TEST ( WithArgTest  ,
OneArg   
)

Definition at line 480 of file gmock-more-actions_test.cc.

◆ TEST() [46/46]

testing::gmock_more_actions_test::TEST ( WithoutArgsTest  ,
NoArg   
)

Definition at line 474 of file gmock-more-actions_test.cc.

◆ Unary()

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

Definition at line 85 of file gmock-more-actions_test.cc.

◆ VoidBinary()

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

Definition at line 104 of file gmock-more-actions_test.cc.

◆ VoidFunctionWithFourArguments()

void testing::gmock_more_actions_test::VoidFunctionWithFourArguments ( char  ,
int  ,
float  ,
double   
)

Definition at line 114 of file gmock-more-actions_test.cc.

◆ VoidNullary()

void testing::gmock_more_actions_test::VoidNullary ( )

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

◆ VoidTernary()

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

Definition at line 108 of file gmock-more-actions_test.cc.

◆ VoidUnary()

void testing::gmock_more_actions_test::VoidUnary ( int  )

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

Variable Documentation

◆ g_done

bool testing::gmock_more_actions_test::g_done = false

Definition at line 77 of file gmock-more-actions_test.cc.

◆ g_double

const double testing::gmock_more_actions_test::g_double = 0

Definition at line 93 of file gmock-more-actions_test.cc.



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