Home
last modified time | relevance | path

Searched defs:test_suite_name (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/googletest/googletest/include/gtest/
H A Dgtest-param-test.h450 #define TEST_P(test_suite_name, test_name) \ argument
496 INSTANTIATE_TEST_SUITE_P(prefix,test_suite_name,...) global() argument
[all...]
H A Dgtest.h541 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 Dgtest-typed-test.cc61 const char* test_suite_name, const char* file, int line, in VerifyRegisteredTestNames()
H A Dgtest.cc557 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 Dtest_program.cpp63 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 Dmigrate_v1_v2.sql102 test_suite_name TEXT NOT NULL, field
H A Dschema_v3.sql157 test_suite_name TEXT NOT NULL, field
H A Dschema_v2.sql188 test_suite_name TEXT NOT NULL, field
H A Dschema_v1.sql154 test_suite_name TEXT NOT NULL, field
/freebsd-src/contrib/kyua/engine/
H A Drequirements.cpp62 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 Dgtest-param-util.h568 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...]