Searched defs:testing (Results 1 - 25 of 467) sorted by relevance

1234567891011>>

/external/chromium/testing/gmock/include/gmock/
H A Dgmock.h68 namespace testing { namespace
91 } // namespace testing
/external/littlemock/src/com/google/testing/littlemock/
H A DCaptor.java17 package com.google.testing.littlemock;
H A DMock.java17 package com.google.testing.littlemock;
/external/android-mock/src/com/google/android/testing/mocking/
H A DMockObject.java16 package com.google.android.testing.mocking;
H A DUsesMocks.java16 package com.google.android.testing.mocking;
/external/android-mock/tests/com/google/android/testing/mocking/
H A DClassHasNoDefaultConstructor.java16 package com.google.android.testing.mocking;
19 * Class with no default constructor. Used only for testing.
H A DClassHasNoPublicConstructors.java16 package com.google.android.testing.mocking;
19 * Class with no public constructor. Used only for testing.
H A DClassIsAnnotation.java16 package com.google.android.testing.mocking;
19 * Annotation Class. Used only for testing.
H A DClassIsFinal.java16 package com.google.android.testing.mocking;
19 * Final Class. Used only for testing.
H A DClassIsInterface.java16 package com.google.android.testing.mocking;
19 * Interface. Used only for testing.
/external/chromium/base/test/
H A Dtest_suite.h17 namespace testing { namespace
26 typedef bool (*TestMatch)(const testing::TestInfo&);
32 static bool IsMarkedFlaky(const testing::TestInfo& test);
35 static bool IsMarkedFailing(const testing::TestInfo& test);
40 static bool IsMarkedMaybe(const testing::TestInfo& test);
43 static bool ShouldIgnoreFailure(const testing::TestInfo& test);
46 static bool NonIgnoredFailures(const testing::TestInfo& test);
/external/chromium/testing/
H A Dgtest_mac.h15 namespace testing { namespace
33 } // namespace testing
37 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperNSEQ, expected, actual)
39 EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperNSNE, val1, val2)
42 ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperNSEQ, expected, actual)
44 ASSERT_PRED_FORMAT2(::testing::internal::CmpHelperNSNE, val1, val2)
/external/guava/guava-gwt/src-super/com/google/common/testing/super/com/google/common/testing/
H A DPlatform.java17 package com.google.common.testing;
/external/guava/guava-gwt/test/com/google/common/testing/
H A DTestModuleEntryPoint.java17 package com.google.common.testing;
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DExampleIteratorTester.java17 package com.google.common.collect.testing;
H A DIteratorTestSuiteBuilder.java17 package com.google.common.collect.testing;
H A DTestCollectionGenerator.java17 package com.google.common.collect.testing;
H A DTestIteratorGenerator.java17 package com.google.common.collect.testing;
H A DTestSubjectGenerator.java17 package com.google.common.collect.testing;
H A DWrongType.java17 package com.google.common.collect.testing;
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DTesterAnnotation.java17 package com.google.common.collect.testing.features;
/external/guava/guava-testlib/src/com/google/common/testing/
H A DClusterException.java17 package com.google.common.testing;
H A DPlatform.java17 package com.google.common.testing;
H A DTearDown.java17 package com.google.common.testing;
33 * {@code com.google.common.testing.junit3.TearDownTestCase} and
34 * {@code com.google.common.testing.junit4.TearDownTestCase} for example.
H A DTearDownAccepter.java17 package com.google.common.testing;

Completed in 584 milliseconds

1234567891011>>