| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest.h | 192 class TestInfo; variable 403 friend class TestInfo; 608 friend class TestInfo; 694 class GTEST_API_ TestInfo { 698 ~TestInfo(); 902 const TestInfo* GetTestInfo(int i) const; 922 TestInfo* GetMutableTestInfo(int i); 929 void AddTestInfo(TestInfo * test_info); 1007 std::vector<TestInfo*> test_info_list_; 1206 friend class TestInfo; variable [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/ |
| H A D | upgrade-googletest-case.cpp | 217 class FooTestInfo : public testing::TestInfo { 228 class BarTestInfo : public testing::TestInfo { 230 using TestInfo::test_case_name; 242 class BarTestInfo3 : public testing::TestInfo { 252 class TestInfo { class 260 testing::TestInfo t; in FuncInfo() 277 (void)testing::TestInfo().test_case_name(); in testInfoCallAndReference() 283 auto F1 = &testing::TestInfo::test_case_name; in testInfoCallAndReference() 289 using MyTestInfo = testing::TestInfo; in testInfoCallAndReference() 297 testInfoInstantiationOnlyWarns<testing::TestInfo>(); in testInfoCallAndReference() [all …]
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-internal-inl.h | 675 TestInfo* test_info) { in AddTestInfo() 708 void set_current_test_info(TestInfo* a_current_test_info) { in set_current_test_info() 759 TestInfo* current_test_info() { return current_test_info_; } in current_test_info() 760 const TestInfo* current_test_info() const { return current_test_info_; } in current_test_info() 893 TestInfo* current_test_info_; 1170 void OnTestStart(const TestInfo& test_info) override { in OnTestStart() 1174 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd()
|
| H A D | gtest.cc | 2540 TestInfo::TestInfo(const std::string& a_test_suite_name, in TestInfo() function in testing::TestInfo 2559 TestInfo::~TestInfo() { delete factory_; } in ~TestInfo() 2581 TestInfo* MakeAndRegisterTestInfo( in MakeAndRegisterTestInfo() 2586 TestInfo* const test_info = in MakeAndRegisterTestInfo() 2631 bool operator()(const TestInfo * test_info) const { in operator ()() 2657 void TestInfo::Run() { in Run() 2782 TestInfo* TestSuite::GetMutableTestInfo(int i) { in GetMutableTestInfo() 2789 void TestSuite::AddTestInfo(TestInfo* test_info) { in AddTestInfo() 3478 GTEST_REPEATER_METHOD_(OnTestStart, TestInfo) in GTEST_REPEATER_METHOD_() 3483 GTEST_REVERSE_REPEATER_METHOD_(OnTestEnd, TestInfo) in GTEST_REPEATER_METHOD_() [all …]
|
| H A D | gtest-death-test.cc | 370 TestInfo* const info = GetUnitTestImpl()->current_test_info(); in DeathTest() 729 const TestInfo* const info = impl->current_test_info(); in AssumeRole() 976 const TestInfo* const info = impl->current_test_info(); in AssumeRole() 1417 const TestInfo* const info = impl->current_test_info(); in AssumeRole()
|
| /llvm-project-15.0.7/clang/utils/analyzer/ |
| H A D | SATestBuild.py | 209 class TestInfo(NamedTuple): class 228 TestQueue = Queue[TestInfo] # this is only processed by mypy 251 projects_to_test: List[TestInfo] = [] 256 TestInfo(project, 267 projects_to_test: List[TestInfo]) -> bool: argument 279 projects_to_test: List[TestInfo]) -> bool: argument 314 def __init__(self, test_info: TestInfo, silent: bool = False): argument
|
| H A D | SATestBenchmark.py | 15 from SATestBuild import ProjectTester, stdout, TestInfo 59 test_info = TestInfo(project)
|
| H A D | SATestAdd.py | 58 test_info = SATestBuild.TestInfo(project,
|
| H A D | SATestUpdateDiffs.py | 19 test_info = SATestBuild.TestInfo(project)
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-param-util.h | 515 tests_.push_back(std::shared_ptr<TestInfo>( in AddTestPattern() 516 new TestInfo(test_suite_name, test_base_name, meta_factory))); in AddTestPattern() 536 std::shared_ptr<TestInfo> test_info = *test_it; in RegisterTests() 592 struct TestInfo { struct 593 TestInfo(const char* a_test_suite_base_name, const char* a_test_base_name, in TestInfo() function 603 using TestInfoContainer = ::std::vector<std::shared_ptr<TestInfo> >; argument
|
| H A D | gtest-internal.h | 96 class TestInfo; // Information about a test. variable 562 GTEST_API_ TestInfo* MakeAndRegisterTestInfo( 1366 static ::testing::TestInfo* const test_info_ GTEST_ATTRIBUTE_UNUSED_; \ 1371 ::testing::TestInfo* const GTEST_TEST_CLASS_NAME_(test_suite_name, \
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/nosuite/gtest/ |
| H A D | gtest.h | 16 class TestInfo {
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/ |
| H A D | gtest.h | 20 class TestInfo {
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/google/ |
| H A D | upgrade-googletest-case.rst | 19 - Member functions of ``testing::Test``, ``testing::TestInfo``,
|
| /llvm-project-15.0.7/clang/unittests/StaticAnalyzer/ |
| H A D | CheckerRegistration.h | 108 const ::testing::TestInfo *Info = in getCurrentTestNameAsFileName()
|
| /llvm-project-15.0.7/flang/unittests/Frontend/ |
| H A D | FrontendActionTest.cpp | 45 const testing::TestInfo *const testInfo = in SetUp()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/ |
| H A D | gmock-spec-builders.cc | 791 const TestInfo* const test_info = in RegisterUseByOnCallOrExpectCall()
|
| /llvm-project-15.0.7/llvm/utils/UpdateTestChecks/ |
| H A D | common.py | 157 class TestInfo(object): class 246 yield TestInfo(test, parser, script_name, final_input_lines, args, argv,
|