Analysis Software
Documentation for sPHENIX simulation software
|
Classes | |
class | Foo |
class | MockFoo |
class | MockBar |
Functions | |
TEST (NiceMockTest, AllowsExpectedCall) | |
TEST (NiceMockTest, UnexpectedCallFails) | |
TEST (NiceMockTest, NonDefaultConstructor) | |
TEST (NiceMockTest, NonDefaultConstructor10) | |
TEST (NiceMockTest, AcceptsClassNamedMock) | |
TEST (NaggyMockTest, AllowsExpectedCall) | |
TEST (NaggyMockTest, UnexpectedCallFails) | |
TEST (NaggyMockTest, NonDefaultConstructor) | |
TEST (NaggyMockTest, NonDefaultConstructor10) | |
TEST (NaggyMockTest, AcceptsClassNamedMock) | |
TEST (StrictMockTest, AllowsExpectedCall) | |
TEST (StrictMockTest, UnexpectedCallFails) | |
TEST (StrictMockTest, UninterestingCallFails) | |
TEST (StrictMockTest, UninterestingCallFailsAfterDeath) | |
TEST (StrictMockTest, NonDefaultConstructor) | |
TEST (StrictMockTest, NonDefaultConstructor10) | |
TEST (StrictMockTest, AcceptsClassNamedMock) | |
testing::gmock_nice_strict_test::TEST | ( | NiceMockTest | , |
AllowsExpectedCall | |||
) |
Definition at line 204 of file gmock-nice-strict_test.cc.
View newest version in sPHENIX GitHub at line 204 of file gmock-nice-strict_test.cc
References EXPECT_CALL.
testing::gmock_nice_strict_test::TEST | ( | NiceMockTest | , |
UnexpectedCallFails | |||
) |
Definition at line 212 of file gmock-nice-strict_test.cc.
View newest version in sPHENIX GitHub at line 212 of file gmock-nice-strict_test.cc
References EXPECT_CALL, and EXPECT_NONFATAL_FAILURE.
testing::gmock_nice_strict_test::TEST | ( | NiceMockTest | , |
NonDefaultConstructor | |||
) |
Definition at line 221 of file gmock-nice-strict_test.cc.
View newest version in sPHENIX GitHub at line 221 of file gmock-nice-strict_test.cc
References EXPECT_EQ.
testing::gmock_nice_strict_test::TEST | ( | NiceMockTest | , |
NonDefaultConstructor10 | |||
) |
Definition at line 231 of file gmock-nice-strict_test.cc.
View newest version in sPHENIX GitHub at line 231 of file gmock-nice-strict_test.cc
References EXPECT_EQ.
testing::gmock_nice_strict_test::TEST | ( | NiceMockTest | , |
AcceptsClassNamedMock | |||
) |
Definition at line 249 of file gmock-nice-strict_test.cc.
View newest version in sPHENIX GitHub at line 249 of file gmock-nice-strict_test.cc
References EXPECT_CALL.
testing::gmock_nice_strict_test::TEST | ( | NaggyMockTest | , |
AllowsExpectedCall | |||
) |
Definition at line 296 of file gmock-nice-strict_test.cc.
View newest version in sPHENIX GitHub at line 296 of file gmock-nice-strict_test.cc
References EXPECT_CALL.
testing::gmock_nice_strict_test::TEST | ( | NaggyMockTest | , |
UnexpectedCallFails | |||
) |
Definition at line 304 of file gmock-nice-strict_test.cc.
View newest version in sPHENIX GitHub at line 304 of file gmock-nice-strict_test.cc
References EXPECT_CALL, and EXPECT_NONFATAL_FAILURE.
testing::gmock_nice_strict_test::TEST | ( | NaggyMockTest | , |
NonDefaultConstructor | |||
) |
Definition at line 314 of file gmock-nice-strict_test.cc.
View newest version in sPHENIX GitHub at line 314 of file gmock-nice-strict_test.cc
References EXPECT_EQ.
testing::gmock_nice_strict_test::TEST | ( | NaggyMockTest | , |
NonDefaultConstructor10 | |||
) |
Definition at line 324 of file gmock-nice-strict_test.cc.
View newest version in sPHENIX GitHub at line 324 of file gmock-nice-strict_test.cc
References EXPECT_EQ.
testing::gmock_nice_strict_test::TEST | ( | NaggyMockTest | , |
AcceptsClassNamedMock | |||
) |
Definition at line 342 of file gmock-nice-strict_test.cc.
View newest version in sPHENIX GitHub at line 342 of file gmock-nice-strict_test.cc
References EXPECT_CALL.
testing::gmock_nice_strict_test::TEST | ( | StrictMockTest | , |
AllowsExpectedCall | |||
) |
Definition at line 350 of file gmock-nice-strict_test.cc.
View newest version in sPHENIX GitHub at line 350 of file gmock-nice-strict_test.cc
References EXPECT_CALL.
testing::gmock_nice_strict_test::TEST | ( | StrictMockTest | , |
UnexpectedCallFails | |||
) |
Definition at line 358 of file gmock-nice-strict_test.cc.
View newest version in sPHENIX GitHub at line 358 of file gmock-nice-strict_test.cc
References EXPECT_CALL, and EXPECT_NONFATAL_FAILURE.
testing::gmock_nice_strict_test::TEST | ( | StrictMockTest | , |
UninterestingCallFails | |||
) |
Definition at line 367 of file gmock-nice-strict_test.cc.
View newest version in sPHENIX GitHub at line 367 of file gmock-nice-strict_test.cc
References EXPECT_NONFATAL_FAILURE.
testing::gmock_nice_strict_test::TEST | ( | StrictMockTest | , |
UninterestingCallFailsAfterDeath | |||
) |
Definition at line 376 of file gmock-nice-strict_test.cc.
View newest version in sPHENIX GitHub at line 376 of file gmock-nice-strict_test.cc
References testing::gmock_nice_strict_test::MockFoo::Delete(), EXPECT_NONFATAL_FAILURE, testing::Invoke(), and ON_CALL.
testing::gmock_nice_strict_test::TEST | ( | StrictMockTest | , |
NonDefaultConstructor | |||
) |
Definition at line 388 of file gmock-nice-strict_test.cc.
View newest version in sPHENIX GitHub at line 388 of file gmock-nice-strict_test.cc
References EXPECT_EQ, and EXPECT_NONFATAL_FAILURE.
testing::gmock_nice_strict_test::TEST | ( | StrictMockTest | , |
NonDefaultConstructor10 | |||
) |
Definition at line 398 of file gmock-nice-strict_test.cc.
View newest version in sPHENIX GitHub at line 398 of file gmock-nice-strict_test.cc
References EXPECT_EQ, and EXPECT_NONFATAL_FAILURE.
testing::gmock_nice_strict_test::TEST | ( | StrictMockTest | , |
AcceptsClassNamedMock | |||
) |
Definition at line 416 of file gmock-nice-strict_test.cc.
View newest version in sPHENIX GitHub at line 416 of file gmock-nice-strict_test.cc
References EXPECT_CALL.