HomeSort by relevance Sort by last modified time
    Searched defs:testing (Results 26 - 50 of 617) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/android-mock/tests/com/google/android/testing/mocking/
ClassIsFinal.java 16 package com.google.android.testing.mocking;
19 * Final Class. Used only for testing.
ClassIsInterface.java 16 package com.google.android.testing.mocking;
19 * Interface. Used only for testing.
  /external/chromium/base/test/
test_suite.h 17 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/gmock/src/
gmock-matchers.cc 44 namespace testing { namespace
101 } // namespace testing
  /external/chromium/testing/gtest/test/
gtest_env_var_test_.cc 32 // 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/testing/
gtest_mac.h 15 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/chromium_org/base/test/
test_suite.h 17 namespace testing { namespace
26 typedef bool (*TestMatch)(const testing::TestInfo&);
34 static bool IsMarkedMaybe(const testing::TestInfo& test);
  /external/chromium_org/chrome/app/
breakpad_field_trial_win.cc 49 namespace testing { namespace
58 } // namespace testing
  /external/chromium_org/testing/android/
native_test_util.h 14 namespace testing { namespace
35 } // namespace testing
  /external/chromium_org/testing/gtest/test/
gtest_env_var_test_.cc 32 // 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/testing/
gtest_mac.h 15 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/gtest/test/
gtest_env_var_test_.cc 32 // 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/guava/guava-gwt/src-super/com/google/common/testing/super/com/google/common/testing/
Platform.java 17 package com.google.common.testing;
  /external/guava/guava-gwt/test/com/google/common/testing/
TestModuleEntryPoint.java 17 package com.google.common.testing;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
CollectionTestSuiteBuilder.java 17 package com.google.common.collect.testing;
21 * testing collections that do not have a more specific tester like
DerivedComparable.java 17 package com.google.common.collect.testing;
ExampleIteratorTester.java 17 package com.google.common.collect.testing;
IteratorTestSuiteBuilder.java 17 package com.google.common.collect.testing;
TestCollectionGenerator.java 17 package com.google.common.collect.testing;
TestIteratorGenerator.java 17 package com.google.common.collect.testing;
TestListGenerator.java 17 package com.google.common.collect.testing;
TestQueueGenerator.java 17 package com.google.common.collect.testing;
TestSetGenerator.java 17 package com.google.common.collect.testing;
TestSubjectGenerator.java 17 package com.google.common.collect.testing;
WrongType.java 17 package com.google.common.collect.testing;

Completed in 2820 milliseconds

12 3 4 5 6 7 8 91011>>