#include <gtest.h>
Public Member Functions | |
| template<class TestCase > | |
| ParameterizedTestCaseInfo< TestCase > * | GetTestCasePatternHolder (const char *test_case_name, const char *file, int line) |
| ParameterizedTestCaseRegistry () | |
| void | RegisterTests () |
| ~ParameterizedTestCaseRegistry () | |
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 |
|
private |
|
inline |
|
private |