Home
last modified time | relevance | path

Searched defs:TestInfo (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h588 struct TestInfo { struct
589 TestInfo(const char* a_test_suite_base_name, const char* a_test_base_name, in TestInfo() function
599 using TestInfoContainer = ::std::vector<std::shared_ptr<TestInfo> >; argument
H A Dgtest-internal.h92 class TestInfo; // Information about a test. variable
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/
H A DSATestBuild.py209 class TestInfo(NamedTuple): class
262 projects_to_test: List[TestInfo]) -> bool:
274 projects_to_test: List[TestInfo]) -> bool:
308 def __init__(self, test_info: TestInfo, silent: bool = False):
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h193 class TestInfo; variable
1154 void OnTestStart(const TestInfo& /*test_info*/) override {} in OnTestStart()
1156 void OnTestEnd(const TestInfo& /*test_info*/) override {} in OnTestEnd()
1207 friend class TestInfo; variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/
H A Dcommon.py53 class TestInfo(object): class
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2540 TestInfo::TestInfo(const std::string& a_test_suite_name, in TestInfo() function in testing::TestInfo