CHROMA
|
#include <gtest.h>
Public Member Functions | |
ParameterizedTestCaseRegistry () | |
~ParameterizedTestCaseRegistry () | |
template<class TestCase > | |
ParameterizedTestCaseInfo< TestCase > * | GetTestCasePatternHolder (const char *test_case_name, const char *file, int line) |
void | RegisterTests () |
Private Types | |
typedef ::std::vector< ParameterizedTestCaseInfoBase * > | TestCaseInfoContainer |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (ParameterizedTestCaseRegistry) | |
Private Attributes | |
TestCaseInfoContainer | test_case_infos_ |
|
private |
|
inline |
|
inline |
|
inline |
Definition at line 10568 of file gtest.h.
References testing::internal::posix::Abort(), testing::internal::CheckedDowncastToActualType(), it, and testing::internal::ReportInvalidTestCaseType().
|
private |
|
inline |
|
private |