/freebsd-src/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-param-test.h | 450 #define TEST_P(test_suite_name, test_name) \ argument 496 INSTANTIATE_TEST_SUITE_P(prefix,test_suite_name,...) global() argument [all...] |
H A D | gtest.h | 541 const char* test_suite_name() const { return test_suite_name_.c_str(); } test_suite_name() function 2169 GTEST_TEST(test_suite_name,test_name) global() argument 2176 TEST(test_suite_name,test_name) global() argument [all...] |
/freebsd-src/contrib/googletest/googletest/src/ |
H A D | gtest-typed-test.cc | 61 const char* test_suite_name, const char* file, int line, in VerifyRegisteredTestNames()
|
H A D | gtest.cc | 557 RegisterTypeParameterizedTestSuite(const char * test_suite_name,CodeLocation code_location) RegisterTypeParameterizedTestSuite() argument 569 RegisterTestSuite(const char * test_suite_name,CodeLocation code_location) RegisterTestSuite() argument 575 RegisterInstantiation(const char * test_suite_name) RegisterInstantiation() argument 832 MatchesTest(const std::string & test_suite_name,const std::string & test_name) const MatchesTest() argument 857 FilterMatchesTest(const std::string & test_suite_name,const std::string & test_name) FilterMatchesTest() argument 2764 MakeAndRegisterTestInfo(const char * test_suite_name,const char * name,const char * type_param,const char * value_param,CodeLocation code_location,TypeId fixture_class_id,SetUpTestSuiteFunc set_up_tc,TearDownTestSuiteFunc tear_down_tc,TestFactoryBase * factory) MakeAndRegisterTestInfo() argument 2775 ReportInvalidTestSuiteType(const char * test_suite_name,CodeLocation code_location) ReportInvalidTestSuiteType() argument 4224 OutputXmlTestInfo(::std::ostream * stream,const char * test_suite_name,const TestInfo & test_info) OutputXmlTestInfo() argument 4678 OutputJsonTestInfo(::std::ostream * stream,const char * test_suite_name,const TestInfo & test_info) OutputJsonTestInfo() argument 5750 GetTestSuite(const char * test_suite_name,const char * type_param,internal::SetUpTestSuiteFunc set_up_tc,internal::TearDownTestSuiteFunc tear_down_tc) GetTestSuite() argument 6108 const std::string& test_suite_name = test_suite->name(); FilterTests() local [all...] |
/freebsd-src/contrib/kyua/model/ |
H A D | test_program.cpp | 63 std::string test_suite_name; member 192 model::test_program::test_suite_name(void) const in test_suite_name() function in model::test_program
|
/freebsd-src/contrib/kyua/store/ |
H A D | migrate_v1_v2.sql | 102 test_suite_name TEXT NOT NULL, field
|
H A D | schema_v3.sql | 157 test_suite_name TEXT NOT NULL, field
|
H A D | schema_v2.sql | 188 test_suite_name TEXT NOT NULL, field
|
H A D | schema_v1.sql | 154 test_suite_name TEXT NOT NULL, field
|
/freebsd-src/contrib/kyua/engine/ |
H A D | requirements.cpp | 62 check_required_configs(const model::strings_set & required_configs,const config::tree & user_config,const std::string & test_suite_name) check_required_configs() argument
|
/freebsd-src/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-param-util.h | 568 test_suite_name = instantiation_name + "/"; in RegisterTests() local 532 AddTestPattern(const char * test_suite_name,const char * test_base_name,TestMetaFactoryBase<ParamType> * meta_factory,CodeLocation code_location) AddTestPattern() argument 705 GetTestSuitePatternHolder(const char * test_suite_name,CodeLocation code_location) GetTestSuitePatternHolder() argument [all...] |