Searched defs:testing (Results 326 - 350 of 567) sorted by relevance

<<11121314151617181920>>

/external/android-mock/tests/com/google/android/testing/mocking/
H A DClassTypeTests.java16 package com.google.android.testing.mocking;
155 "genmocks.com.google.android.testing.mocking.ClassHasDelegateMethodsDelegateInterface")
H A DUsesMocksProcessorTest.java16 package com.google.android.testing.mocking;
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-spi.h32 // Utilities for testing Google Test itself and code that uses Google Test
40 namespace testing { namespace
191 } // namespace testing
193 // A macro for testing Google Test assertions or code that's expected to
212 ::testing::TestPartResultArray gtest_failures;\
213 ::testing::internal::SingleFailureChecker gtest_checker(\
214 &gtest_failures, ::testing::TPRT_FATAL_FAILURE, (substr));\
216 ::testing::ScopedFakeTestPartResultReporter gtest_reporter(\
222 // A macro for testing Google Test assertions or code that's expected to
237 ::testing
[all...]
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-death-test-internal.h42 namespace testing { namespace
127 // Factory interface for death tests. May be mocked out for testing.
151 const ::testing::internal::RE& gtest_regex = (regex); \
152 ::testing::internal::DeathTest* gtest_dt; \
153 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex, \
158 ::testing::internal::scoped_ptr< ::testing::internal::DeathTest> \
161 case ::testing::internal::DeathTest::OVERSEE_TEST: \
166 case ::testing::internal::DeathTest::EXECUTE_TEST: { \
167 ::testing
[all...]
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-spec-builders.h76 namespace testing { namespace
97 // Helper class for testing the Expectation class template.
505 friend class ::testing::internal::ExpectationBase;
506 friend class ::testing::internal::UntypedFunctionMockerBase;
509 friend class ::testing::internal::FunctionMockerBase;
512 friend class ::testing::internal::TypedExpectation;
706 friend class ::testing::Expectation;
822 friend class ::testing::Sequence;
823 friend class ::testing::internal::ExpectationTester;
1218 // Note: class MockSpec really belongs to the ::testing namespac
[all...]
/external/chromium/testing/gmock/test/
H A Dgmock-generated-function-mockers_test.cc57 namespace testing { namespace
60 using testing::internal::string;
61 using testing::_;
62 using testing::A;
63 using testing::An;
64 using testing::AnyNumber;
65 using testing::Const;
66 using testing::DoDefault;
67 using testing::Eq;
68 using testing
[all...]
H A Dgmock-internal-utils_test.cc57 namespace testing { namespace
118 // Don't use EXPECT_EQ as no NULL-testing magic on Symbian.
343 class LogIsVisibleTest : public ::testing::Test {
348 // testing::internal::String. In this case, without the call to
655 } // namespace testing
H A Dgmock-nice-strict_test.cc39 // This must not be defined inside the ::testing namespace, or it will
40 // clash with ::testing::Mock.
51 namespace testing { namespace
54 using testing::internal::string;
55 using testing::GMOCK_FLAG(verbose);
56 using testing::HasSubstr;
57 using testing::NiceMock;
58 using testing::StrictMock;
61 using testing::internal::CaptureStdout;
62 using testing
[all...]
/external/chromium/testing/gtest/include/gtest/
H A Dgtest-test-part.h41 namespace testing { namespace
174 } // namespace testing
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h76 namespace testing { namespace
104 // contention in production code, but is acceptable in a testing
231 } // namespace testing
/external/chromium/testing/gtest/src/
H A Dgtest-printers.cc37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
52 namespace testing { namespace
116 // ::testing::internal namespace, which contains a << operator that
357 } // namespace testing
/external/chromium/testing/gtest/test/
H A Dgtest-unittest-api_test.cc41 using ::testing::InitGoogleTest;
43 namespace testing { namespace
142 return testing::AssertionFailure() << "argument is " << str;
229 // These two tests are here to provide support for testing
333 } // namespace testing
338 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker());
H A Dgtest_environment_test.cc42 namespace testing { namespace
52 // For testing using global test environments.
53 class MyEnvironment : public testing::Environment {
118 testing::internal::posix::Abort();
130 testing::internal::GetUnitTestImpl()->ClearAdHocTestResult();
137 testing::InitGoogleTest(&argc, argv);
142 Check(testing::AddGlobalTestEnvironment(env) == env,
180 testing::GTEST_FLAG(filter) = "-*";
/external/chromium_org/chrome/browser/
H A Dabout_flags.h25 // This is exposed only for testing.
30 // for testing).
31 // This is exposed only for testing.
155 // This is exposed only for testing.
162 namespace testing { namespace in namespace:about_flags
178 } // namespace testing
/external/chromium_org/chrome/test/base/
H A Dtesting_profile_manager.cc14 #include "testing/gtest/include/gtest/gtest.h"
16 namespace testing { namespace
30 } // namespace testing
140 profile_manager_ = new testing::ProfileManager(profiles_dir_.path());
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-test-part.h41 namespace testing { namespace
177 } // namespace testing
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h76 namespace testing { namespace
104 // contention in production code, but is acceptable in a testing
231 } // namespace testing
/external/chromium_org/testing/gtest/src/
H A Dgtest-printers.cc37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
52 namespace testing { namespace
108 // ::testing::internal namespace, which contains a << operator that
363 } // namespace testing
/external/chromium_org/testing/gtest/test/
H A Dgtest-filepath_test.cc59 namespace testing { namespace
680 } // namespace testing
H A Dgtest-unittest-api_test.cc41 using ::testing::InitGoogleTest;
43 namespace testing { namespace
142 return testing::AssertionFailure() << "argument is " << str;
229 // These two tests are here to provide support for testing
333 } // namespace testing
338 AddGlobalTestEnvironment(new testing::internal::FinalSuccessChecker());
H A Dgtest_environment_test.cc42 namespace testing { namespace
52 // For testing using global test environments.
53 class MyEnvironment : public testing::Environment {
119 testing::internal::posix::Abort();
131 testing::internal::GetUnitTestImpl()->ClearAdHocTestResult();
138 testing::InitGoogleTest(&argc, argv);
143 Check(testing::AddGlobalTestEnvironment(env) == env,
181 testing::GTEST_FLAG(filter) = "-*";
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DCompositorAnimationsTestHelper.h39 namespace testing { namespace
47 } // namespace testing
116 class AnimationCompositorAnimationsTestBase : public ::testing::Test {
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-test-part.h41 namespace testing { namespace
174 } // namespace testing
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h76 namespace testing { namespace
104 // contention in production code, but is acceptable in a testing
231 } // namespace testing
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-printers.cc37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
52 namespace testing { namespace
116 // ::testing::internal namespace, which contains a << operator that
356 } // namespace testing

Completed in 639 milliseconds

<<11121314151617181920>>