Home
last modified time | relevance | path

Searched defs:Fixture (Results 1 – 24 of 24) sorted by relevance

/external/googletest/googletest/test/
Dgtest_skip_test.cc42 class Fixture : public Test { class
49 TEST_F(Fixture, SkipsOneTest) { EXPECT_EQ(5, 7); } in TEST_F() argument
51 TEST_F(Fixture, SkipsAnotherTest) { EXPECT_EQ(99, 100); } in TEST_F() argument
/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/
Dgtest_skip_test.cc42 class Fixture : public Test { class
49 TEST_F(Fixture, SkipsOneTest) { EXPECT_EQ(5, 7); } in TEST_F() argument
51 TEST_F(Fixture, SkipsAnotherTest) { EXPECT_EQ(99, 100); } in TEST_F() argument
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgtest_skip_test.cc42 class Fixture : public Test { class
49 TEST_F(Fixture, SkipsOneTest) { in TEST_F() argument
53 TEST_F(Fixture, SkipsAnotherTest) { in TEST_F() argument
/external/cronet/third_party/googletest/src/googletest/test/
Dgtest_skip_test.cc42 class Fixture : public Test { class
49 TEST_F(Fixture, SkipsOneTest) { EXPECT_EQ(5, 7); } in TEST_F() argument
51 TEST_F(Fixture, SkipsAnotherTest) { EXPECT_EQ(99, 100); } in TEST_F() argument
/external/grpc-grpc/test/core/transport/test_suite/
Dfixture.h41 struct Fixture { struct
43 absl::AnyInvocable<TransportFixture*() const> create; argument
46 const std::vector<Fixture>& fixtures() const { return fixtures_; } in fixtures() argument
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/stream/
DLangCollectorsTest.java35 private static class Fixture { class in LangCollectorsTest
38 private Fixture(final int value) { in Fixture() method in LangCollectorsTest.Fixture
/external/armnn/src/armnnTestUtils/
DUnitTests.hpp123 #define ARMNN_AUTO_TEST_FIXTURE(TestName, Fixture, TestFunction, ...) \ argument
135 #define ARMNN_AUTO_TEST_FIXTURE_WITH_THF(TestName, Fixture, TestFunction, ...) \ argument
181 #define ARMNN_COMPARE_REF_FIXTURE_TEST_CASE(TestName, Fixture, TestFunction, ...) \ argument
187 #define ARMNN_COMPARE_REF_FIXTURE_TEST_CASE_WITH_THF(TestName, Fixture, TestFunction, ...) \ argument
/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/internal/
Dcontainer_memory_test.cc89 class Fixture : public ::testing::Test { class
93 Fixture() { ptr_ = std::allocator_traits<Alloc>::allocate(*alloc(), 1); } in Fixture() function in absl::container_internal::__anon747140f70111::Fixture
106 TEST_F(Fixture, ConstructNoArgs) { in TEST_F() argument
111 TEST_F(Fixture, ConstructOneArg) { in TEST_F() argument
116 TEST_F(Fixture, ConstructTwoArg) { in TEST_F() argument
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dcontainer_memory_test.cc89 class Fixture : public ::testing::Test { class
93 Fixture() { ptr_ = std::allocator_traits<Alloc>::allocate(*alloc(), 1); } in Fixture() function in absl::container_internal::__anon82e31ed20111::Fixture
106 TEST_F(Fixture, ConstructNoArgs) { in TEST_F() argument
111 TEST_F(Fixture, ConstructOneArg) { in TEST_F() argument
116 TEST_F(Fixture, ConstructTwoArg) { in TEST_F() argument
/external/tensorflow/third_party/absl/abseil-cpp/absl/container/internal/
Dcontainer_memory_test.cc89 class Fixture : public ::testing::Test { class
93 Fixture() { ptr_ = std::allocator_traits<Alloc>::allocate(*alloc(), 1); } in Fixture() function in absl::container_internal::__anon6e83c47d0111::Fixture
106 TEST_F(Fixture, ConstructNoArgs) { in TEST_F() argument
111 TEST_F(Fixture, ConstructOneArg) { in TEST_F() argument
116 TEST_F(Fixture, ConstructTwoArg) { in TEST_F() argument
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dcontainer_memory_test.cc89 class Fixture : public ::testing::Test { class
93 Fixture() { ptr_ = std::allocator_traits<Alloc>::allocate(*alloc(), 1); } in Fixture() function in absl::container_internal::__anon0cbbeaa00111::Fixture
106 TEST_F(Fixture, ConstructNoArgs) { in TEST_F() argument
111 TEST_F(Fixture, ConstructOneArg) { in TEST_F() argument
116 TEST_F(Fixture, ConstructTwoArg) { in TEST_F() argument
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dcontainer_memory_test.cc89 class Fixture : public ::testing::Test { class
93 Fixture() { ptr_ = std::allocator_traits<Alloc>::allocate(*alloc(), 1); } in Fixture() function in absl::container_internal::__anon0af6b0b20111::Fixture
106 TEST_F(Fixture, ConstructNoArgs) { in TEST_F() argument
111 TEST_F(Fixture, ConstructOneArg) { in TEST_F() argument
116 TEST_F(Fixture, ConstructTwoArg) { in TEST_F() argument
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dcontainer_memory_test.cc89 class Fixture : public ::testing::Test { class
93 Fixture() { ptr_ = std::allocator_traits<Alloc>::allocate(*alloc(), 1); } in Fixture() function in absl::container_internal::__anonee77db610111::Fixture
106 TEST_F(Fixture, ConstructNoArgs) { in TEST_F() argument
111 TEST_F(Fixture, ConstructOneArg) { in TEST_F() argument
116 TEST_F(Fixture, ConstructTwoArg) { in TEST_F() argument
/external/cronet/third_party/abseil-cpp/absl/container/internal/
Dcontainer_memory_test.cc93 class Fixture : public ::testing::Test { class
97 Fixture() { ptr_ = std::allocator_traits<Alloc>::allocate(*alloc(), 1); } in Fixture() function in absl::container_internal::__anon9136eea40111::Fixture
110 TEST_F(Fixture, ConstructNoArgs) { in TEST_F() argument
115 TEST_F(Fixture, ConstructOneArg) { in TEST_F() argument
120 TEST_F(Fixture, ConstructTwoArg) { in TEST_F() argument
/external/abseil-cpp/absl/container/internal/
Dcontainer_memory_test.cc94 class Fixture : public ::testing::Test { class
98 Fixture() { ptr_ = std::allocator_traits<Alloc>::allocate(*alloc(), 1); } in Fixture() function in absl::container_internal::__anon23c66c510111::Fixture
111 TEST_F(Fixture, ConstructNoArgs) { in TEST_F() argument
116 TEST_F(Fixture, ConstructOneArg) { in TEST_F() argument
121 TEST_F(Fixture, ConstructTwoArg) { in TEST_F() argument
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dcontainer_memory_test.cc94 class Fixture : public ::testing::Test { class
98 Fixture() { ptr_ = std::allocator_traits<Alloc>::allocate(*alloc(), 1); } in Fixture() function in absl::container_internal::__anond98be9e00111::Fixture
111 TEST_F(Fixture, ConstructNoArgs) { in TEST_F() argument
116 TEST_F(Fixture, ConstructOneArg) { in TEST_F() argument
121 TEST_F(Fixture, ConstructTwoArg) { in TEST_F() argument
/external/cronet/third_party/protobuf/benchmarks/cpp/
Dcpp_benchmark.cc52 class Fixture : public benchmark::Fixture { class
54 Fixture(const BenchmarkDataset& dataset, const std::string& suffix) { in Fixture() function in Fixture
/external/protobuf/benchmarks/cpp/
Dcpp_benchmark.cc52 class Fixture : public benchmark::Fixture { class
54 Fixture(const BenchmarkDataset& dataset, const std::string& suffix) { in Fixture() function in Fixture
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_chttp2_transport.cc132 class Fixture { class
134 Fixture(const grpc::ChannelArguments& args, bool client) { in Fixture() function in Fixture
/external/python/cpython3/Lib/test/
Dtest_xmlrpc.py615 class Fixture: class in http_server.TestInstanceClass
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h1051 Fixture() : internal::Benchmark("") {} in Fixture() function
/external/google-benchmark/include/benchmark/
Dbenchmark.h1439 Fixture() : internal::Benchmark("") {} in Fixture() function
/external/cronet/third_party/google_benchmark/src/include/benchmark/
Dbenchmark.h1382 Fixture() : internal::Benchmark("") {} in Fixture() function
/external/cronet/base/task/sequence_manager/
Dsequence_manager_impl_unittest.cc151 class Fixture { class