Analysis Software
Documentation for sPHENIX simulation software
|
Classes | |
class | NullaryFunctor |
class | VoidNullaryFunctor |
struct | UnaryFunctor |
struct | SumOf5Functor |
struct | SumOf6Functor |
class | Foo |
class | DeletionTester |
Functions | |
short | Short (short n) |
char | Char (char ch) |
int | Nullary () |
void | VoidNullary () |
bool | Unary (int x) |
const char * | Plus1 (const char *s) |
void | VoidUnary (int) |
bool | ByConstRef (const string &s) |
bool | ReferencesGlobalDouble (const double &x) |
string | ByNonConstRef (string &s) |
const char * | Binary (const char *input, short n) |
void | VoidBinary (int, char) |
int | Ternary (int x, char y, short z) |
void | VoidTernary (int, char, bool) |
int | SumOf4 (int a, int b, int c, int d) |
int | SumOfFirst2 (int a, int b, Unused, Unused) |
void | VoidFunctionWithFourArguments (char, int, float, double) |
string | Concat4 (const char *s1, const char *s2, const char *s3, const char *s4) |
int | SumOf5 (int a, int b, int c, int d, int e) |
string | Concat5 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5) |
int | SumOf6 (int a, int b, int c, int d, int e, int f) |
string | Concat6 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6) |
string | Concat7 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7) |
string | Concat8 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7, const char *s8) |
string | Concat9 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7, const char *s8, const char *s9) |
string | Concat10 (const char *s1, const char *s2, const char *s3, const char *s4, const char *s5, const char *s6, const char *s7, const char *s8, const char *s9, const char *s10) |
TEST (InvokeTest, Nullary) | |
TEST (InvokeTest, Unary) | |
TEST (InvokeTest, Binary) | |
TEST (InvokeTest, Ternary) | |
TEST (InvokeTest, FunctionThatTakes4Arguments) | |
TEST (InvokeTest, FunctionThatTakes5Arguments) | |
TEST (InvokeTest, FunctionThatTakes6Arguments) | |
const char * | CharPtr (const char *s) |
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) | |
Variables | |
bool | g_done = false |
const double | g_double = 0 |
const char* testing::gmock_more_actions_test::Binary | ( | const char * | input, |
short | n | ||
) |
Definition at line 108 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 108 of file gmock-more-actions_test.cc
References n.
Referenced by TEST().
bool testing::gmock_more_actions_test::ByConstRef | ( | const string & | s | ) |
Definition at line 97 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub 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.
View newest version in sPHENIX GitHub at line 102 of file gmock-more-actions_test.cc
|
inline |
Definition at line 73 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 73 of file gmock-more-actions_test.cc
Referenced by TEST().
|
inline |
Definition at line 279 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 279 of file gmock-more-actions_test.cc
References physmon_simulation::s.
Referenced by TEST().
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.
View newest version in sPHENIX GitHub at line 173 of file gmock-more-actions_test.cc
Referenced by TEST().
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.
View newest version in sPHENIX GitHub 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.
View newest version in sPHENIX GitHub 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.
View newest version in sPHENIX GitHub 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.
View newest version in sPHENIX GitHub at line 155 of file gmock-more-actions_test.cc
Referenced by TEST().
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.
View newest version in sPHENIX GitHub at line 161 of file gmock-more-actions_test.cc
Referenced by TEST().
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.
View newest version in sPHENIX GitHub at line 167 of file gmock-more-actions_test.cc
Referenced by TEST().
int testing::gmock_more_actions_test::Nullary | ( | ) |
Definition at line 76 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 76 of file gmock-more-actions_test.cc
Referenced by TEST().
const char* testing::gmock_more_actions_test::Plus1 | ( | const char * | s | ) |
Definition at line 93 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub 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.
View newest version in sPHENIX GitHub at line 100 of file gmock-more-actions_test.cc
References g_double.
|
inline |
Definition at line 72 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 72 of file gmock-more-actions_test.cc
References n.
Referenced by TEST().
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.
View newest version in sPHENIX GitHub at line 116 of file gmock-more-actions_test.cc
Referenced by TEST().
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.
View newest version in sPHENIX GitHub at line 127 of file gmock-more-actions_test.cc
References Acts::UnitConstants::e.
Referenced by TEST().
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.
View newest version in sPHENIX GitHub at line 140 of file gmock-more-actions_test.cc
References f.
Referenced by TEST().
int testing::gmock_more_actions_test::SumOfFirst2 | ( | int | a, |
int | b, | ||
Unused | , | ||
Unused | |||
) |
Definition at line 118 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 118 of file gmock-more-actions_test.cc
References KFPMath::b.
Referenced by TEST().
int testing::gmock_more_actions_test::Ternary | ( | int | x, |
char | y, | ||
short | z | ||
) |
Definition at line 112 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 112 of file gmock-more-actions_test.cc
References physmon_track_finding_ttbar::z.
Referenced by TEST().
testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
Nullary | |||
) |
Definition at line 234 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 234 of file gmock-more-actions_test.cc
References KFPMath::a, EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), Nullary(), and testing::Action< F >::Perform().
testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
Unary | |||
) |
Definition at line 240 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 240 of file gmock-more-actions_test.cc
References KFPMath::a, EXPECT_FALSE, EXPECT_TRUE, testing::Invoke(), std::tr1::make_tuple(), testing::Action< F >::Perform(), and Unary().
testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
Binary | |||
) |
Definition at line 247 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 247 of file gmock-more-actions_test.cc
References KFPMath::a, Binary(), EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), merge_hashes::p, testing::Action< F >::Perform(), and Short().
testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
Ternary | |||
) |
Definition at line 254 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 254 of file gmock-more-actions_test.cc
References KFPMath::a, EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), testing::Action< F >::Perform(), Short(), and Ternary().
testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
FunctionThatTakes4Arguments | |||
) |
Definition at line 260 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 260 of file gmock-more-actions_test.cc
References KFPMath::a, EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), testing::Action< F >::Perform(), and SumOf4().
testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
FunctionThatTakes5Arguments | |||
) |
Definition at line 266 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 266 of file gmock-more-actions_test.cc
References KFPMath::a, EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), testing::Action< F >::Perform(), and SumOf5().
testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
FunctionThatTakes6Arguments | |||
) |
Definition at line 272 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 272 of file gmock-more-actions_test.cc
References KFPMath::a, EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), testing::Action< F >::Perform(), and SumOf6().
testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
FunctionThatTakes7Arguments | |||
) |
Definition at line 282 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 282 of file gmock-more-actions_test.cc
References KFPMath::a, CharPtr(), Concat7(), EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), and testing::Action< F >::Perform().
testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
FunctionThatTakes8Arguments | |||
) |
Definition at line 293 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 293 of file gmock-more-actions_test.cc
References KFPMath::a, CharPtr(), Concat8(), EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), and testing::Action< F >::Perform().
testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
FunctionThatTakes9Arguments | |||
) |
Definition at line 304 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 304 of file gmock-more-actions_test.cc
References KFPMath::a, CharPtr(), Concat9(), EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), and testing::Action< F >::Perform().
testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
FunctionThatTakes10Arguments | |||
) |
Definition at line 315 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 315 of file gmock-more-actions_test.cc
References KFPMath::a, CharPtr(), Concat10(), EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), and testing::Action< F >::Perform().
testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
FunctionWithUnusedParameters | |||
) |
Definition at line 327 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 327 of file gmock-more-actions_test.cc
References KFPMath::a2, EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), testing::Action< F >::Perform(), physmon_simulation::s, and SumOfFirst2().
testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
MethodWithUnusedParameters | |||
) |
Definition at line 340 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 340 of file gmock-more-actions_test.cc
References KFPMath::a2, CharPtr(), EXPECT_EQ, testing::gmock_matchers_test::foo, testing::Invoke(), std::tr1::make_tuple(), testing::Action< F >::Perform(), and testing::gmock_more_actions_test::Foo::SumOfLast2().
testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
Functor | |||
) |
Definition at line 352 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 352 of file gmock-more-actions_test.cc
References KFPMath::a, EXPECT_EQ, testing::Invoke(), Acts::IntegrationTest::L, std::tr1::make_tuple(), and testing::Action< F >::Perform().
testing::gmock_more_actions_test::TEST | ( | InvokeTest | , |
FunctionWithCompatibleType | |||
) |
Definition at line 358 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 358 of file gmock-more-actions_test.cc
References KFPMath::a, Char(), EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), testing::Action< F >::Perform(), Short(), and SumOf4().
testing::gmock_more_actions_test::TEST | ( | InvokeMethodTest | , |
Nullary | |||
) |
Definition at line 366 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 366 of file gmock-more-actions_test.cc
References KFPMath::a, EXPECT_EQ, testing::gmock_matchers_test::foo, testing::Invoke(), std::tr1::make_tuple(), testing::gmock_more_actions_test::Foo::Nullary(), and testing::Action< F >::Perform().
testing::gmock_more_actions_test::TEST | ( | InvokeMethodTest | , |
Unary | |||
) |
Definition at line 373 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 373 of file gmock-more-actions_test.cc
References KFPMath::a, EXPECT_EQ, testing::gmock_matchers_test::foo, testing::Invoke(), std::tr1::make_tuple(), testing::Action< F >::Perform(), and testing::gmock_more_actions_test::Foo::Unary().
testing::gmock_more_actions_test::TEST | ( | InvokeMethodTest | , |
Binary | |||
) |
Definition at line 380 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 380 of file gmock-more-actions_test.cc
References KFPMath::a, testing::gmock_more_actions_test::Foo::Binary(), EXPECT_EQ, testing::gmock_matchers_test::foo, testing::Invoke(), testing::Action< F >::Perform(), and physmon_simulation::s.
testing::gmock_more_actions_test::TEST | ( | InvokeMethodTest | , |
Ternary | |||
) |
Definition at line 389 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 389 of file gmock-more-actions_test.cc
References KFPMath::a, Char(), EXPECT_EQ, testing::gmock_matchers_test::foo, testing::Invoke(), std::tr1::make_tuple(), testing::Action< F >::Perform(), and testing::gmock_more_actions_test::Foo::Ternary().
testing::gmock_more_actions_test::TEST | ( | InvokeMethodTest | , |
MethodThatTakes4Arguments | |||
) |
Definition at line 396 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 396 of file gmock-more-actions_test.cc
References KFPMath::a, EXPECT_EQ, testing::gmock_matchers_test::foo, testing::Invoke(), std::tr1::make_tuple(), testing::Action< F >::Perform(), and testing::gmock_more_actions_test::Foo::SumOf4().
testing::gmock_more_actions_test::TEST | ( | InvokeMethodTest | , |
MethodThatTakes5Arguments | |||
) |
Definition at line 403 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 403 of file gmock-more-actions_test.cc
References KFPMath::a, EXPECT_EQ, testing::gmock_matchers_test::foo, testing::Invoke(), std::tr1::make_tuple(), testing::Action< F >::Perform(), and testing::gmock_more_actions_test::Foo::SumOf5().
testing::gmock_more_actions_test::TEST | ( | InvokeMethodTest | , |
MethodThatTakes6Arguments | |||
) |
Definition at line 410 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 410 of file gmock-more-actions_test.cc
References KFPMath::a, EXPECT_EQ, testing::gmock_matchers_test::foo, testing::Invoke(), std::tr1::make_tuple(), testing::Action< F >::Perform(), and testing::gmock_more_actions_test::Foo::SumOf6().
testing::gmock_more_actions_test::TEST | ( | InvokeMethodTest | , |
MethodThatTakes7Arguments | |||
) |
Definition at line 418 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 418 of file gmock-more-actions_test.cc
References KFPMath::a, CharPtr(), testing::gmock_more_actions_test::Foo::Concat7(), EXPECT_EQ, testing::gmock_matchers_test::foo, testing::Invoke(), std::tr1::make_tuple(), and testing::Action< F >::Perform().
testing::gmock_more_actions_test::TEST | ( | InvokeMethodTest | , |
MethodThatTakes8Arguments | |||
) |
Definition at line 430 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 430 of file gmock-more-actions_test.cc
References KFPMath::a, CharPtr(), testing::gmock_more_actions_test::Foo::Concat8(), EXPECT_EQ, testing::gmock_matchers_test::foo, testing::Invoke(), std::tr1::make_tuple(), and testing::Action< F >::Perform().
testing::gmock_more_actions_test::TEST | ( | InvokeMethodTest | , |
MethodThatTakes9Arguments | |||
) |
Definition at line 442 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 442 of file gmock-more-actions_test.cc
References KFPMath::a, CharPtr(), testing::gmock_more_actions_test::Foo::Concat9(), EXPECT_EQ, testing::gmock_matchers_test::foo, testing::Invoke(), std::tr1::make_tuple(), and testing::Action< F >::Perform().
testing::gmock_more_actions_test::TEST | ( | InvokeMethodTest | , |
MethodThatTakes10Arguments | |||
) |
Definition at line 454 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 454 of file gmock-more-actions_test.cc
References KFPMath::a, CharPtr(), testing::gmock_more_actions_test::Foo::Concat10(), EXPECT_EQ, testing::gmock_matchers_test::foo, testing::Invoke(), std::tr1::make_tuple(), and testing::Action< F >::Perform().
testing::gmock_more_actions_test::TEST | ( | InvokeMethodTest | , |
MethodWithCompatibleType | |||
) |
Definition at line 467 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 467 of file gmock-more-actions_test.cc
References KFPMath::a, Char(), EXPECT_EQ, testing::gmock_matchers_test::foo, testing::Invoke(), std::tr1::make_tuple(), testing::Action< F >::Perform(), Short(), and testing::gmock_more_actions_test::Foo::SumOf4().
testing::gmock_more_actions_test::TEST | ( | WithoutArgsTest | , |
NoArg | |||
) |
Definition at line 475 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 475 of file gmock-more-actions_test.cc
References KFPMath::a, EXPECT_EQ, testing::Invoke(), std::tr1::make_tuple(), Nullary(), testing::Action< F >::Perform(), and testing::WithoutArgs().
testing::gmock_more_actions_test::TEST | ( | WithArgTest | , |
OneArg | |||
) |
Definition at line 481 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 481 of file gmock-more-actions_test.cc
References KFPMath::b, EXPECT_FALSE, EXPECT_TRUE, testing::Invoke(), std::tr1::make_tuple(), testing::Action< F >::Perform(), and Unary().
testing::gmock_more_actions_test::TEST | ( | ReturnArgActionTest | , |
WorksForOneArgIntArg0 | |||
) |
Definition at line 487 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 487 of file gmock-more-actions_test.cc
References KFPMath::a, EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().
testing::gmock_more_actions_test::TEST | ( | ReturnArgActionTest | , |
WorksForMultiArgBoolArg0 | |||
) |
Definition at line 492 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 492 of file gmock-more-actions_test.cc
References KFPMath::a, EXPECT_TRUE, std::tr1::make_tuple(), and testing::Action< F >::Perform().
testing::gmock_more_actions_test::TEST | ( | ReturnArgActionTest | , |
WorksForMultiArgStringArg2 | |||
) |
Definition at line 497 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 497 of file gmock-more-actions_test.cc
References KFPMath::a, EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().
testing::gmock_more_actions_test::TEST | ( | SaveArgActionTest | , |
WorksForSameType | |||
) |
Definition at line 502 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 502 of file gmock-more-actions_test.cc
References EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().
testing::gmock_more_actions_test::TEST | ( | SaveArgActionTest | , |
WorksForCompatibleType | |||
) |
Definition at line 509 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 509 of file gmock-more-actions_test.cc
References EXPECT_EQ, std::tr1::make_tuple(), and testing::Action< F >::Perform().
testing::gmock_more_actions_test::TEST | ( | SaveArgPointeeActionTest | , |
WorksForSameType | |||
) |
Definition at line 516 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 516 of file gmock-more-actions_test.cc
References EXPECT_EQ, std::tr1::make_tuple(), testing::Action< F >::Perform(), and value.
testing::gmock_more_actions_test::TEST | ( | SaveArgPointeeActionTest | , |
WorksForCompatibleType | |||
) |
Definition at line 524 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 524 of file gmock-more-actions_test.cc
References EXPECT_EQ, std::tr1::make_tuple(), testing::Action< F >::Perform(), and value.
testing::gmock_more_actions_test::TEST | ( | SaveArgPointeeActionTest | , |
WorksForLinkedPtr | |||
) |
Definition at line 532 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 532 of file gmock-more-actions_test.cc
References EXPECT_EQ, std::tr1::make_tuple(), testing::Action< F >::Perform(), and value.
testing::gmock_more_actions_test::TEST | ( | SetArgRefereeActionTest | , |
WorksForSameType | |||
) |
Definition at line 540 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 540 of file gmock-more-actions_test.cc
References EXPECT_EQ, testing::Action< F >::Perform(), and value.
testing::gmock_more_actions_test::TEST | ( | SetArgRefereeActionTest | , |
WorksForCompatibleType | |||
) |
Definition at line 547 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 547 of file gmock-more-actions_test.cc
References EXPECT_EQ, testing::Action< F >::Perform(), and value.
testing::gmock_more_actions_test::TEST | ( | SetArgRefereeActionTest | , |
WorksWithExtraArguments | |||
) |
Definition at line 554 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 554 of file gmock-more-actions_test.cc
References EXPECT_EQ, testing::Action< F >::Perform(), and value.
testing::gmock_more_actions_test::TEST | ( | DeleteArgActionTest | , |
OneArg | |||
) |
Definition at line 579 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 579 of file gmock-more-actions_test.cc
References EXPECT_FALSE, EXPECT_TRUE, std::tr1::make_tuple(), testing::Action< F >::Perform(), and t.
testing::gmock_more_actions_test::TEST | ( | DeleteArgActionTest | , |
TenArgs | |||
) |
Definition at line 588 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 588 of file gmock-more-actions_test.cc
References CharPtr(), EXPECT_FALSE, EXPECT_TRUE, std::tr1::make_tuple(), testing::Action< F >::Perform(), and t.
testing::gmock_more_actions_test::TEST | ( | SetArrayArgumentTest | , |
SetsTheNthArray | |||
) |
Definition at line 621 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 621 of file gmock-more-actions_test.cc
References EXPECT_EQ, std::tr1::make_tuple(), testing::gtest_printers_test::MyFunction(), n, and testing::Action< F >::Perform().
testing::gmock_more_actions_test::TEST | ( | SetArrayArgumentTest | , |
SetsTheNthArrayWithEmptyRange | |||
) |
Definition at line 657 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 657 of file gmock-more-actions_test.cc
References EXPECT_EQ, std::tr1::make_tuple(), testing::gtest_printers_test::MyFunction(), n, and testing::Action< F >::Perform().
testing::gmock_more_actions_test::TEST | ( | SetArrayArgumentTest | , |
SetsTheNthArrayWithConvertibleType | |||
) |
Definition at line 673 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 673 of file gmock-more-actions_test.cc
References EXPECT_EQ, std::tr1::make_tuple(), testing::gtest_printers_test::MyFunction(), and testing::Action< F >::Perform().
testing::gmock_more_actions_test::TEST | ( | SetArrayArgumentTest | , |
SetsTheNthArrayWithIteratorArgument | |||
) |
Definition at line 688 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 688 of file gmock-more-actions_test.cc
References EXPECT_EQ, std::tr1::make_tuple(), testing::gtest_printers_test::MyFunction(), testing::Action< F >::Perform(), and physmon_simulation::s.
testing::gmock_more_actions_test::TEST | ( | ReturnPointeeTest | , |
Works | |||
) |
Definition at line 698 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 698 of file gmock-more-actions_test.cc
References EXPECT_EQ, std::tr1::make_tuple(), n, and testing::Action< F >::Perform().
bool testing::gmock_more_actions_test::Unary | ( | int | x | ) |
Definition at line 91 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 91 of file gmock-more-actions_test.cc
Referenced by TEST().
void testing::gmock_more_actions_test::VoidBinary | ( | int | , |
char | |||
) |
Definition at line 110 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 110 of file gmock-more-actions_test.cc
References g_done.
void testing::gmock_more_actions_test::VoidFunctionWithFourArguments | ( | char | , |
int | , | ||
float | , | ||
double | |||
) |
Definition at line 120 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 120 of file gmock-more-actions_test.cc
References g_done.
void testing::gmock_more_actions_test::VoidNullary | ( | ) |
Definition at line 84 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 84 of file gmock-more-actions_test.cc
References g_done.
void testing::gmock_more_actions_test::VoidTernary | ( | int | , |
char | , | ||
bool | |||
) |
Definition at line 114 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 114 of file gmock-more-actions_test.cc
References g_done.
void testing::gmock_more_actions_test::VoidUnary | ( | int | ) |
Definition at line 95 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 95 of file gmock-more-actions_test.cc
References g_done.
bool testing::gmock_more_actions_test::g_done = false |
Definition at line 83 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 83 of file gmock-more-actions_test.cc
Referenced by testing::gmock_more_actions_test::VoidNullaryFunctor::operator()(), VoidBinary(), VoidFunctionWithFourArguments(), VoidNullary(), VoidTernary(), and VoidUnary().
const double testing::gmock_more_actions_test::g_double = 0 |
Definition at line 99 of file gmock-more-actions_test.cc.
View newest version in sPHENIX GitHub at line 99 of file gmock-more-actions_test.cc
Referenced by ReferencesGlobalDouble().