Analysis Software
Documentation for sPHENIX simulation software
|
Classes | |
class | FooInterface |
class | MockFoo |
class | FunctionMockerTest |
class | MockB |
class | StackInterface |
class | MockStack |
class | MockOverloadedOnArgNumber |
class | MockOverloadedOnConstness |
Functions | |
TEST_F (FunctionMockerTest, MocksVoidFunction) | |
TEST_F (FunctionMockerTest, MocksNullaryFunction) | |
TEST_F (FunctionMockerTest, MocksUnaryFunction) | |
TEST_F (FunctionMockerTest, MocksBinaryFunction) | |
TEST_F (FunctionMockerTest, MocksDecimalFunction) | |
TEST_F (FunctionMockerTest, MocksFunctionWithNonConstReferenceArgument) | |
TEST_F (FunctionMockerTest, MocksFunctionWithConstReferenceArgument) | |
TEST_F (FunctionMockerTest, MocksFunctionWithConstArgument) | |
TEST_F (FunctionMockerTest, MocksFunctionsOverloadedOnArgumentNumber) | |
TEST_F (FunctionMockerTest, MocksFunctionsOverloadedOnArgumentType) | |
TEST_F (FunctionMockerTest, MocksFunctionsOverloadedOnConstnessOfThis) | |
TEST_F (FunctionMockerTest, MocksReturnTypeWithComma) | |
TEST (ExpectCallTest, UnmentionedFunctionCanBeCalledAnyNumberOfTimes) | |
TEST (TemplateMockTest, Works) | |
TEST (TemplateMockTest, MethodWithCommaInReturnTypeWorks) | |
TEST (OverloadedMockMethodTest, CanOverloadOnArgNumberInMacroBody) | |
TEST (OverloadedMockMethodTest, CanOverloadOnConstnessInMacroBody) | |
TEST (MockFunctionTest, WorksForVoidNullary) | |
TEST (MockFunctionTest, WorksForNonVoidNullary) | |
TEST (MockFunctionTest, WorksForVoidUnary) | |
TEST (MockFunctionTest, WorksForNonVoidBinary) | |
TEST (MockFunctionTest, WorksFor10Arguments) | |
testing::gmock_generated_function_mockers_test::TEST | ( | ExpectCallTest | , |
UnmentionedFunctionCanBeCalledAnyNumberOfTimes | |||
) |
Definition at line 365 of file gmock-generated-function-mockers_test.cc.
View newest version in sPHENIX GitHub at line 365 of file gmock-generated-function-mockers_test.cc
References KFPMath::b.
testing::gmock_generated_function_mockers_test::TEST | ( | TemplateMockTest | , |
Works | |||
) |
Definition at line 416 of file gmock-generated-function-mockers_test.cc.
View newest version in sPHENIX GitHub at line 416 of file gmock-generated-function-mockers_test.cc
References testing::_, testing::AnyNumber(), EXPECT_CALL, EXPECT_EQ, testing::gmock_generated_function_mockers_test::StackInterface< T >::GetSize(), testing::gmock_generated_function_mockers_test::StackInterface< T >::GetTop(), n, testing::gmock_generated_function_mockers_test::StackInterface< T >::Pop(), testing::gmock_generated_function_mockers_test::StackInterface< T >::Push(), testing::Return(), and testing::ReturnRef().
testing::gmock_generated_function_mockers_test::TEST | ( | TemplateMockTest | , |
MethodWithCommaInReturnTypeWorks | |||
) |
Definition at line 438 of file gmock-generated-function-mockers_test.cc.
View newest version in sPHENIX GitHub at line 438 of file gmock-generated-function-mockers_test.cc
References EXPECT_CALL, EXPECT_EQ, and testing::Return().
testing::gmock_generated_function_mockers_test::TEST | ( | OverloadedMockMethodTest | , |
CanOverloadOnArgNumberInMacroBody | |||
) |
Definition at line 520 of file gmock-generated-function-mockers_test.cc.
View newest version in sPHENIX GitHub at line 520 of file gmock-generated-function-mockers_test.cc
References EXPECT_CALL, EXPECT_EQ, EXPECT_TRUE, and testing::Return().
testing::gmock_generated_function_mockers_test::TEST | ( | OverloadedMockMethodTest | , |
CanOverloadOnConstnessInMacroBody | |||
) |
Definition at line 545 of file gmock-generated-function-mockers_test.cc.
View newest version in sPHENIX GitHub at line 545 of file gmock-generated-function-mockers_test.cc
References EXPECT_CALL, EXPECT_EQ, and testing::Return().
testing::gmock_generated_function_mockers_test::TEST | ( | MockFunctionTest | , |
WorksForVoidNullary | |||
) |
Definition at line 555 of file gmock-generated-function-mockers_test.cc.
View newest version in sPHENIX GitHub at line 555 of file gmock-generated-function-mockers_test.cc
References EXPECT_CALL, and testing::gmock_matchers_test::foo.
testing::gmock_generated_function_mockers_test::TEST | ( | MockFunctionTest | , |
WorksForNonVoidNullary | |||
) |
Definition at line 561 of file gmock-generated-function-mockers_test.cc.
View newest version in sPHENIX GitHub at line 561 of file gmock-generated-function-mockers_test.cc
References EXPECT_CALL, EXPECT_EQ, testing::gmock_matchers_test::foo, and testing::Return().
testing::gmock_generated_function_mockers_test::TEST | ( | MockFunctionTest | , |
WorksForVoidUnary | |||
) |
Definition at line 570 of file gmock-generated-function-mockers_test.cc.
View newest version in sPHENIX GitHub at line 570 of file gmock-generated-function-mockers_test.cc
References EXPECT_CALL, and testing::gmock_matchers_test::foo.
testing::gmock_generated_function_mockers_test::TEST | ( | MockFunctionTest | , |
WorksForNonVoidBinary | |||
) |
Definition at line 576 of file gmock-generated-function-mockers_test.cc.
View newest version in sPHENIX GitHub at line 576 of file gmock-generated-function-mockers_test.cc
References EXPECT_CALL, EXPECT_EQ, testing::gmock_matchers_test::foo, testing::Ge(), and testing::Return().
testing::gmock_generated_function_mockers_test::TEST | ( | MockFunctionTest | , |
WorksFor10Arguments | |||
) |
Definition at line 588 of file gmock-generated-function-mockers_test.cc.
View newest version in sPHENIX GitHub at line 588 of file gmock-generated-function-mockers_test.cc
References testing::_, KFPMath::a2, EXPECT_CALL, EXPECT_EQ, testing::gmock_matchers_test::foo, and testing::Return().
testing::gmock_generated_function_mockers_test::TEST_F | ( | FunctionMockerTest | , |
MocksVoidFunction | |||
) |
Definition at line 191 of file gmock-generated-function-mockers_test.cc.
View newest version in sPHENIX GitHub at line 191 of file gmock-generated-function-mockers_test.cc
References EXPECT_CALL, and testing::Lt().
testing::gmock_generated_function_mockers_test::TEST_F | ( | FunctionMockerTest | , |
MocksNullaryFunction | |||
) |
Definition at line 197 of file gmock-generated-function-mockers_test.cc.
View newest version in sPHENIX GitHub at line 197 of file gmock-generated-function-mockers_test.cc
References testing::DoDefault(), EXPECT_CALL, EXPECT_EQ, testing::gmock_generated_actions_test::Nullary(), and testing::Return().
testing::gmock_generated_function_mockers_test::TEST_F | ( | FunctionMockerTest | , |
MocksUnaryFunction | |||
) |
Definition at line 207 of file gmock-generated-function-mockers_test.cc.
View newest version in sPHENIX GitHub at line 207 of file gmock-generated-function-mockers_test.cc
References testing::Eq(), EXPECT_CALL, EXPECT_FALSE, EXPECT_TRUE, testing::Return(), and testing::gmock_generated_actions_test::Unary().
testing::gmock_generated_function_mockers_test::TEST_F | ( | FunctionMockerTest | , |
MocksBinaryFunction | |||
) |
Definition at line 217 of file gmock-generated-function-mockers_test.cc.
View newest version in sPHENIX GitHub at line 217 of file gmock-generated-function-mockers_test.cc
References testing::_, testing::gmock_generated_actions_test::Binary(), EXPECT_CALL, EXPECT_EQ, and testing::Return().
testing::gmock_generated_function_mockers_test::TEST_F | ( | FunctionMockerTest | , |
MocksDecimalFunction | |||
) |
Definition at line 225 of file gmock-generated-function-mockers_test.cc.
View newest version in sPHENIX GitHub at line 225 of file gmock-generated-function-mockers_test.cc
References EXPECT_CALL, EXPECT_EQ, Acts::IntegrationTest::L, testing::Lt(), and testing::Return().
testing::gmock_generated_function_mockers_test::TEST_F | ( | FunctionMockerTest | , |
MocksFunctionWithNonConstReferenceArgument | |||
) |
Definition at line 234 of file gmock-generated-function-mockers_test.cc.
View newest version in sPHENIX GitHub at line 234 of file gmock-generated-function-mockers_test.cc
References KFPMath::a, EXPECT_CALL, EXPECT_TRUE, testing::Ref(), and testing::Return().
testing::gmock_generated_function_mockers_test::TEST_F | ( | FunctionMockerTest | , |
MocksFunctionWithConstReferenceArgument | |||
) |
Definition at line 243 of file gmock-generated-function-mockers_test.cc.
View newest version in sPHENIX GitHub at line 243 of file gmock-generated-function-mockers_test.cc
References KFPMath::a, EXPECT_CALL, EXPECT_EQ, testing::Ref(), and testing::Return().
testing::gmock_generated_function_mockers_test::TEST_F | ( | FunctionMockerTest | , |
MocksFunctionWithConstArgument | |||
) |
Definition at line 253 of file gmock-generated-function-mockers_test.cc.
View newest version in sPHENIX GitHub at line 253 of file gmock-generated-function-mockers_test.cc
References testing::DoDefault(), EXPECT_CALL, EXPECT_FALSE, and testing::Lt().
testing::gmock_generated_function_mockers_test::TEST_F | ( | FunctionMockerTest | , |
MocksFunctionsOverloadedOnArgumentNumber | |||
) |
Definition at line 262 of file gmock-generated-function-mockers_test.cc.
View newest version in sPHENIX GitHub at line 262 of file gmock-generated-function-mockers_test.cc
References testing::_, EXPECT_CALL, EXPECT_EQ, and testing::Return().
testing::gmock_generated_function_mockers_test::TEST_F | ( | FunctionMockerTest | , |
MocksFunctionsOverloadedOnArgumentType | |||
) |
Definition at line 273 of file gmock-generated-function-mockers_test.cc.
View newest version in sPHENIX GitHub at line 273 of file gmock-generated-function-mockers_test.cc
References EXPECT_CALL, EXPECT_EQ, and testing::Return().
testing::gmock_generated_function_mockers_test::TEST_F | ( | FunctionMockerTest | , |
MocksFunctionsOverloadedOnConstnessOfThis | |||
) |
Definition at line 284 of file gmock-generated-function-mockers_test.cc.
View newest version in sPHENIX GitHub at line 284 of file gmock-generated-function-mockers_test.cc
References testing::Const(), EXPECT_CALL, EXPECT_EQ, and testing::Return().
testing::gmock_generated_function_mockers_test::TEST_F | ( | FunctionMockerTest | , |
MocksReturnTypeWithComma | |||
) |
Definition at line 293 of file gmock-generated-function-mockers_test.cc.
View newest version in sPHENIX GitHub at line 293 of file gmock-generated-function-mockers_test.cc
References EXPECT_CALL, EXPECT_EQ, and testing::Return().