Home
last modified time | relevance | path

Searched refs:test_names (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h695 const char* case_name, const char* test_names, int index,
707 StripTrailingSpaces(GetPrefixUntilComma(test_names)).c_str(),
719 Register(prefix, std::move(code_location), case_name, test_names,
751 const char* test_names,
756 StripTrailingSpaces(GetPrefixUntilComma(test_names));
771 prefix, test_location, case_name, test_names, 0, type_names);
778 SkipComma(test_names),
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc1031 std::set<std::string> test_names; in TEST() local
1038 test_names.insert(std::string(test_info->name())); in TEST()
1041 EXPECT_EQ(1u, test_names.count("CustomTestNames/FunctorName")); in TEST()
1042 EXPECT_EQ(1u, test_names.count("CustomTestNames/FunctionName")); in TEST()
1043 EXPECT_EQ(1u, test_names.count("CustomTestNames/FunctionNameP")); in TEST()
1044 EXPECT_EQ(1u, test_names.count("CustomTestNames/LambdaName")); in TEST()
/freebsd/crypto/heimdal/lib/gssapi/
H A DMakefile.in50 TESTS = test_oid$(EXEEXT) test_names$(EXEEXT) test_cfx$(EXEEXT)
228 am__EXEEXT_1 = test_oid$(EXEEXT) test_names$(EXEEXT) test_cfx$(EXEEXT)
262 test_names_SOURCES = test_names.c
263 test_names_OBJECTS = test_names.$(OBJEXT)
293 $(test_context_SOURCES) test_cred.c test_kcred.c test_names.c \
297 $(test_context_SOURCES) test_cred.c test_kcred.c test_names.c \
1297 test_names$(EXEEXT): $(test_names_OBJECTS) $(test_names_DEPENDENCIES)
1298 @rm -f test_names$(EXEEXT)
1650 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_names.Po@am__quote@
H A DMakefile.am299 TESTS = test_oid test_names test_cfx