Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Public Member Functions | |
SequenceTestingListener (std::vector< std::string > *vector, const char *id) | |
Public Member Functions inherited from testing::EmptyTestEventListener | |
void | OnEnvironmentsSetUpStart (const UnitTest &) override |
void | OnEnvironmentsSetUpEnd (const UnitTest &) override |
void | OnTestSuiteStart (const TestSuite &) override |
void | OnTestCaseStart (const TestCase &) override |
void | OnTestStart (const TestInfo &) override |
void | OnTestPartResult (const TestPartResult &) override |
void | OnTestEnd (const TestInfo &) override |
void | OnTestSuiteEnd (const TestSuite &) override |
void | OnTestCaseEnd (const TestCase &) override |
void | OnEnvironmentsTearDownStart (const UnitTest &) override |
void | OnEnvironmentsTearDownEnd (const UnitTest &) override |
Public Member Functions inherited from testing::TestEventListener | |
virtual | ~TestEventListener () |
Protected Member Functions | |
void | OnTestProgramStart (const UnitTest &) override |
void | OnTestProgramEnd (const UnitTest &) override |
void | OnTestIterationStart (const UnitTest &, int) override |
void | OnTestIterationEnd (const UnitTest &, int) override |
Private Member Functions | |
std::string | GetEventDescription (const char *method) |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (SequenceTestingListener) | |
Private Attributes | |
std::vector< std::string > * | vector_ |
const char *const | id_ |
Definition at line 6887 of file gtest_unittest.cc.
|
inline |
Definition at line 6889 of file gtest_unittest.cc.
|
inlineoverrideprotectedvirtual |
Reimplemented from testing::EmptyTestEventListener.
Definition at line 6893 of file gtest_unittest.cc.
Reimplemented from testing::EmptyTestEventListener.
Definition at line 6897 of file gtest_unittest.cc.
|
inlineoverrideprotectedvirtual |
Reimplemented from testing::EmptyTestEventListener.
Definition at line 6901 of file gtest_unittest.cc.
|
inlineoverrideprotectedvirtual |
Reimplemented from testing::EmptyTestEventListener.
Definition at line 6906 of file gtest_unittest.cc.
|
inlineprivate |
Definition at line 6912 of file gtest_unittest.cc.
|
private |
|
private |
Definition at line 6918 of file gtest_unittest.cc.
|
private |
Definition at line 6919 of file gtest_unittest.cc.