Home
last modified time | relevance | path

Searched refs:current_test_case (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dgoogle-upgrade-googletest-case.cpp472 testing::TestCase *current_test_case() const;
494 testing::TestCase *FooUnitTest::current_test_case() const {} in current_test_case() function in FooUnitTest
518 using testing::UnitTest::current_test_case;
539 using BarUnitTest::current_test_case;
562 testing::TestSuite *current_test_case() const;
592 TestSuite *current_test_case() const;
604 (void)t.current_test_case(); in FuncUnitTest()
617 (void)t.current_test_case(); in unitTestInstantiationOnlyWarns()
631 #define UNIT_TEST_NAME_MACRO_REPLACE1 current_test_case
637 #define UNIT_TEST_NAME_MACRO_WARN_ONLY1 testing::UnitTest().current_test_case
[all …]
/external/pigweed/pw_unit_test/py/pw_unit_test/
Drpc.py149 current_test_case = TestCase(raw_test_case.suite_name,
162 event_handler.test_case_start(current_test_case)
164 event_handler.test_case_end(current_test_case,
167 event_handler.test_case_disabled(current_test_case)
176 event_handler.test_case_expect(current_test_case, expectation)
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dunique_test.py46 current_test_case = []
47 dataset = dataset_ops.Dataset.from_generator(lambda: current_test_case,
51 current_test_case = test_case
/external/ltp/testcases/kernel/device-drivers/acpi/
Dltp_acpi_cmds.c528 static int current_test_case; variable
581 sscanf(buf, "%d", &current_test_case); in sys_tcase()
582 prk_info("test-case %d", current_test_case); in sys_tcase()
584 switch (current_test_case) { in sys_tcase()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/gtest/nosuite/gtest/
Dgtest.h37 TestCase *current_test_case() const;
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/gtest/
Dgtest.h49 TestCase *current_test_case() const;
/external/llvm/utils/unittest/googletest/src/
Dgtest-internal-inl.h718 const TestCase* current_test_case() const { return current_test_case_; } in current_test_case() function
Dgtest.cc1953 const TestCase* const test_case = impl->current_test_case(); in HasSameFixtureClass()
3856 const TestCase* UnitTest::current_test_case() const { in current_test_case() function in testing::UnitTest
3858 return impl_->current_test_case(); in current_test_case()
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest-internal-inl.h733 const TestCase* current_test_case() const { return current_test_case_; } in current_test_case() function
Dgtest.cc2271 const TestCase* const test_case = impl->current_test_case(); in HasSameFixtureClass()
4271 const TestCase* UnitTest::current_test_case() const in current_test_case() function in testing::UnitTest
4274 return impl_->current_test_case(); in current_test_case()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-internal-inl.h737 const TestCase* current_test_case() const { return current_test_case_; } in current_test_case() function
Dgtest.cc2312 const TestCase* const test_case = impl->current_test_case(); in HasSameFixtureClass()
4800 const TestCase* UnitTest::current_test_case() const in current_test_case() function in testing::UnitTest
4803 return impl_->current_test_case(); in current_test_case()
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h1112 const TestCase* current_test_case() const;
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h1172 const TestCase* current_test_case() const
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h1227 const TestCase* current_test_case() const
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest.h1278 const TestCase *current_test_case() const GTEST_LOCK_EXCLUDED_(mutex_);
/external/mesa3d/src/gtest/include/gtest/
Dgtest.h1282 const TestCase* current_test_case() const GTEST_LOCK_EXCLUDED_(mutex_);
/external/googletest/googletest/include/gtest/
Dgtest.h1299 const TestCase* current_test_case() const GTEST_LOCK_EXCLUDED_(mutex_);
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest.h1263 const TestCase* current_test_case() const GTEST_LOCK_EXCLUDED_(mutex_);
/external/fmtlib/test/
Dgmock-gtest-all.cc1142 const TestCase* current_test_case() const { return current_test_case_; } in current_test_case() function in testing::internal::UnitTestImpl
3317 const TestCase* const test_case = impl->current_test_case(); in HasSameFixtureClass()
5284 const TestCase* UnitTest::current_test_case() const in current_test_case() function in testing::UnitTest
5287 return impl_->current_test_case(); in current_test_case()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc1140 const TestCase* current_test_case() const { return current_test_case_; } in current_test_case() function in testing::internal::UnitTestImpl
3719 const TestCase* const test_case = impl->current_test_case(); in HasSameFixtureClass()
5719 const TestCase* UnitTest::current_test_case() const in current_test_case() function in testing::UnitTest
5722 return impl_->current_test_case(); in current_test_case()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgtest_unittest.cc2016 const TestCase* test_case = UnitTest::GetInstance()->current_test_case(); in ExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTestSuite()
2050 UnitTest::GetInstance()->current_test_case(); in SetUpTestSuite()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest.cc4886 const TestCase* UnitTest::current_test_case() const in current_test_case() function in testing::UnitTest
/external/mesa3d/src/gtest/src/
Dgtest.cc4947 const TestCase* UnitTest::current_test_case() const in current_test_case() function in testing::UnitTest
/external/googletest/googletest/src/
Dgtest.cc5460 const TestCase* UnitTest::current_test_case() const in current_test_case() function in testing::UnitTest

12