Searched defs:testing (Results 101 - 125 of 567) sorted by relevance

1234567891011>>

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DSetRemoveTester.java17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE;
20 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
22 import com.google.common.collect.testing.features.CollectionFeature;
23 import com.google.common.collect.testing.features.CollectionSize;
28 * {@link com.google.common.collect.testing.ListTestSuiteBuilder}.
/external/guava/guava-testlib/src/com/google/common/testing/
H A DSerializableTester.java17 package com.google.common.testing;
H A DSloppyTearDown.java17 package com.google.common.testing;
/external/littlemock/src/com/google/testing/littlemock/
H A DArgumentCaptor.java17 package com.google.testing.littlemock;
/external/protobuf/gtest/test/
H A Dgtest_env_var_test_.cc32 // A helper program for testing that Google Test parses the environment
45 namespace testing { namespace
114 } // namespace testing
117 testing::InitGoogleTest(&argc, argv);
124 testing::PrintFlag(argv[1]);
/external/chromium_org/chrome/test/base/
H A Djs2gtest.js10 * @see WebUI testing: http://goo.gl/ZWFXF
90 testing.Test.prototype.typedefCppFixture = 'V8UnitTest';
95 testing.Test.prototype.typedefCppFixture = 'WebUIBrowserTest';
100 print('#include "testing/gtest/include/gtest/gtest.h"');
/external/android-mock/src/com/google/android/testing/mocking/
H A DFileUtils.java16 package com.google.android.testing.mocking;
H A DGeneratedClassFile.java16 package com.google.android.testing.mocking;
/external/android-mock/tests/com/google/android/testing/mocking/
H A DFileUtilsTest.java16 package com.google.android.testing.mocking;
31 "com/google/android/testing/mocking/FileUtilsTest$InnerClass.class"),
39 "com/google/android/testing/mocking/FileUtilsTest$InnerClass.class"),
H A DSdkVersionTest.java16 package com.google.android.testing.mocking;
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.h43 namespace testing { namespace
91 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
114 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
119 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
143 // The death testing framework causes this to have interesting semantics,
203 } // namespace testing
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-filepath.h37 // This file is #included in testing/base/internal/gtest-internal.h
45 namespace testing { namespace
154 } // namespace testing
/external/chromium/testing/gmock/src/
H A Dgmock-matchers.cc44 namespace testing { namespace
101 } // namespace testing
/external/chromium/testing/gtest/include/gtest/
H A Dgtest-death-test.h43 namespace testing { namespace
81 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
203 // The death testing framework causes this to have interesting semantics,
248 do { statement; } while (::testing::internal::AlwaysFalse())
251 do { statement; } while (::testing::internal::AlwaysFalse())
281 } // namespace testing
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-filepath.h45 namespace testing { namespace
208 } // namespace testing
/external/chromium/testing/gtest/src/
H A Dgtest-typed-test.cc35 namespace testing { namespace
110 } // namespace testing
/external/chromium/testing/gtest/test/
H A Dgtest-options_test.cc58 namespace testing { namespace
212 } // namespace testing
/external/chromium_org/base/i18n/
H A Dnumber_formatting.cc78 namespace testing { namespace in namespace:base
85 } // namespace testing
/external/chromium_org/chrome/common/metrics/variations/
H A Dvariations_util.cc61 // Functions below are exposed for testing explicitly behind this namespace.
63 namespace testing { namespace in namespace:chrome_variations
72 } // namespace testing
/external/chromium_org/components/variations/
H A Dvariations_associated_data.h142 // Expose some functions for testing.
143 namespace testing { namespace in namespace:chrome_variations
151 } // namespace testing
/external/chromium_org/dbus/
H A Ddbus_statistics.h64 namespace testing { namespace in namespace:dbus::statistics
74 } // namespace testing
/external/chromium_org/rlz/lib/
H A Dmachine_id.cc30 if (!testing::GetMachineIdImpl(sid_string, volume_id, machine_id))
38 namespace testing { namespace in namespace:rlz_lib
82 } // namespace testing
H A Drlz_value_store.h109 namespace testing { namespace in namespace:rlz_lib
115 } // namespace testing
/external/chromium_org/testing/android/
H A Dnative_test_util.cc5 #include "testing/android/native_test_util.h"
27 namespace testing { namespace
54 } // namespace testing
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-death-test.h43 namespace testing { namespace
92 // ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
180 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
185 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
214 // The death testing framework causes this to have interesting semantics,
292 } // namespace testing

Completed in 983 milliseconds

1234567891011>>