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 string &s)
 
string ByNonConstRef (string &s)
 
char Char (char ch)
 
const char * CharPtr (const char *s)
 
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 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 (InvokeTest, Nullary)
 
 TEST (InvokeTest, Unary)
 
 TEST (InvokeTest, Binary)
 
 TEST (InvokeTest, Ternary)
 
 TEST (InvokeTest, FunctionThatTakes4Arguments)
 
 TEST (InvokeTest, FunctionThatTakes5Arguments)
 
 TEST (InvokeTest, FunctionThatTakes6Arguments)
 
 TEST (InvokeTest, FunctionThatTakes7Arguments)
 
 TEST (InvokeTest, FunctionThatTakes8Arguments)
 
 TEST (InvokeTest, FunctionThatTakes9Arguments)
 
 TEST (InvokeTest, FunctionThatTakes10Arguments)
 
 TEST (InvokeTest, FunctionWithUnusedParameters)
 
 TEST (InvokeTest, MethodWithUnusedParameters)
 
 TEST (InvokeTest, Functor)
 
 TEST (InvokeTest, FunctionWithCompatibleType)
 
 TEST (InvokeMethodTest, Nullary)
 
 TEST (InvokeMethodTest, Unary)
 
 TEST (InvokeMethodTest, Binary)
 
 TEST (InvokeMethodTest, Ternary)
 
 TEST (InvokeMethodTest, MethodThatTakes4Arguments)
 
 TEST (InvokeMethodTest, MethodThatTakes5Arguments)
 
 TEST (InvokeMethodTest, MethodThatTakes6Arguments)
 
 TEST (InvokeMethodTest, MethodThatTakes7Arguments)
 
 TEST (InvokeMethodTest, MethodThatTakes8Arguments)
 
 TEST (InvokeMethodTest, MethodThatTakes9Arguments)
 
 TEST (InvokeMethodTest, MethodThatTakes10Arguments)
 
 TEST (InvokeMethodTest, MethodWithCompatibleType)
 
 TEST (WithoutArgsTest, NoArg)
 
 TEST (WithArgTest, OneArg)
 
 TEST (ReturnArgActionTest, WorksForOneArgIntArg0)
 
 TEST (ReturnArgActionTest, WorksForMultiArgBoolArg0)
 
 TEST (ReturnArgActionTest, WorksForMultiArgStringArg2)
 
 TEST (SaveArgActionTest, WorksForSameType)
 
 TEST (SaveArgActionTest, WorksForCompatibleType)
 
 TEST (SaveArgPointeeActionTest, WorksForSameType)
 
 TEST (SaveArgPointeeActionTest, WorksForCompatibleType)
 
 TEST (SaveArgPointeeActionTest, WorksForLinkedPtr)
 
 TEST (SetArgRefereeActionTest, WorksForSameType)
 
 TEST (SetArgRefereeActionTest, WorksForCompatibleType)
 
 TEST (SetArgRefereeActionTest, WorksWithExtraArguments)
 
 TEST (DeleteArgActionTest, OneArg)
 
 TEST (DeleteArgActionTest, TenArgs)
 
 TEST (SetArrayArgumentTest, SetsTheNthArray)
 
 TEST (SetArrayArgumentTest, SetsTheNthArrayWithEmptyRange)
 
 TEST (SetArrayArgumentTest, SetsTheNthArrayWithConvertibleType)
 
 TEST (SetArrayArgumentTest, SetsTheNthArrayWithIteratorArgument)
 
 TEST (ReturnPointeeTest, Works)
 
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

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

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

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

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

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

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

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

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

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

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

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 173 of file gmock-more-actions_test.cc.

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

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

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 135 of file gmock-more-actions_test.cc.

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 150 of file gmock-more-actions_test.cc.

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 155 of file gmock-more-actions_test.cc.

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 161 of file gmock-more-actions_test.cc.

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 167 of file gmock-more-actions_test.cc.

int testing::gmock_more_actions_test::Nullary ( )

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

void testing::gmock_more_actions_test::VoidNullary ( )

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

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

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

void testing::gmock_more_actions_test::VoidUnary ( int  )

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

Variable Documentation

bool testing::gmock_more_actions_test::g_done = false

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

const double testing::gmock_more_actions_test::g_double = 0

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



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