Searched refs:testing (Results 101 - 125 of 4428) sorted by relevance

1234567891011>>

/external/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h44 namespace testing { namespace
139 // Factory interface for death tests. May be mocked out for testing.
169 ::testing::internal::FormatFileLocation(__FILE__, __LINE__).c_str(), \
172 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
174 death_test->Abort(::testing::internal::DeathTest::TEST_THREW_EXCEPTION); \
187 if (::testing::internal::AlwaysTrue()) { \
188 const ::testing::internal::RE& gtest_regex = (regex); \
189 ::testing::internal::DeathTest* gtest_dt; \
190 if (!::testing::internal::DeathTest::Create(#statement, &gtest_regex, \
195 ::testing
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DListTestSuiteBuilder.java17 package com.google.common.collect.testing;
19 import com.google.common.collect.testing.features.CollectionFeature;
20 import com.google.common.collect.testing.features.Feature;
21 import com.google.common.collect.testing.testers.ListAddAllAtIndexTester;
22 import com.google.common.collect.testing.testers.ListAddAllTester;
23 import com.google.common.collect.testing.testers.ListAddAtIndexTester;
24 import com.google.common.collect.testing.testers.ListAddTester;
25 import com.google.common.collect.testing.testers.ListCreationTester;
26 import com.google.common.collect.testing.testers.ListEqualsTester;
27 import com.google.common.collect.testing
[all...]
/external/chromium_org/chrome/browser/ui/autofill/
H A Dmock_address_validator.cc10 using testing::_;
11 using testing::Return;
/external/chromium_org/components/invalidation/
H A Dunacked_invalidation_set_test_util.h10 #include "testing/gmock/include/gmock/gmock-matchers.h"
20 ::testing::Matcher<const UnackedInvalidationSet&> Eq(
23 ::testing::Matcher<const UnackedInvalidationsMap&> Eq(
/external/chromium_org/testing/gtest/samples/
H A Dsample10_unittest.cc39 using ::testing::EmptyTestEventListener;
40 using ::testing::InitGoogleTest;
41 using ::testing::Test;
42 using ::testing::TestCase;
43 using ::testing::TestEventListeners;
44 using ::testing::TestInfo;
45 using ::testing::TestPartResult;
46 using ::testing::UnitTest;
/external/chromium_org/testing/gtest/test/
H A Dgtest_color_test_.cc32 // A helper program for testing how Google Test determines whether to use
49 using testing::internal::ShouldUseColor;
59 testing::InitGoogleTest(&argc, argv);
H A Dgtest_shuffle_test_.cc38 using ::testing::EmptyTestEventListener;
39 using ::testing::InitGoogleTest;
40 using ::testing::Message;
41 using ::testing::Test;
42 using ::testing::TestEventListeners;
43 using ::testing::TestInfo;
44 using ::testing::UnitTest;
45 using ::testing::internal::scoped_ptr;
/external/chromium_org/testing/
H A Dplatform_test.h22 class PlatformTest : public testing::Test {
33 typedef testing::Test PlatformTest;
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/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatBoxTestHelpers.h37 ::testing::AssertionResult AssertAlmostEqual(const char*, const char*, const FloatBox&, const FloatBox&);
38 ::testing::AssertionResult AssertContains(const char*, const char*, const FloatBox&, const FloatBox&);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/mac/
H A Dmain.mm35 testing::InitGoogleTest(&argc, argv);
/external/gtest/test/
H A Dgtest_color_test_.cc32 // A helper program for testing how Google Test determines whether to use
49 using testing::internal::ShouldUseColor;
59 testing::InitGoogleTest(&argc, argv);
H A Dgtest_shuffle_test_.cc38 using ::testing::EmptyTestEventListener;
39 using ::testing::InitGoogleTest;
40 using ::testing::Message;
41 using ::testing::Test;
42 using ::testing::TestEventListeners;
43 using ::testing::TestInfo;
44 using ::testing::UnitTest;
45 using ::testing::internal::scoped_ptr;
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DAbstractQueueTester.java17 package com.google.common.collect.testing.testers;
19 import com.google.common.collect.testing.AbstractCollectionTester;
H A DAbstractSetTester.java17 package com.google.common.collect.testing.testers;
19 import com.google.common.collect.testing.AbstractCollectionTester;
H A DCollectionContainsTester.java17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_QUERIES;
20 import static com.google.common.collect.testing.features.CollectionFeature.ALLOWS_NULL_VALUES;
21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
23 import com.google.common.collect.testing.AbstractCollectionTester;
24 import com.google.common.collect.testing.WrongType;
25 import com.google.common.collect.testing.features.CollectionFeature;
26 import com.google.common.collect.testing.features.CollectionSize;
31 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
H A DCollectionEqualsTester.java17 package com.google.common.collect.testing.testers;
19 import com.google.common.collect.testing.AbstractCollectionTester;
H A DCollectionSizeTester.java17 package com.google.common.collect.testing.testers;
19 import com.google.common.collect.testing.AbstractCollectionTester;
24 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
H A DListRetainAllTester.java17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_RETAIN_ALL;
20 import static com.google.common.collect.testing.features.CollectionSize.ONE;
21 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL;
22 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
24 import com.google.common.collect.testing.MinimalCollection;
25 import com.google.common.collect.testing.features.CollectionFeature;
26 import com.google.common.collect.testing.features.CollectionSize;
31 * {@link com.google.common.collect.testing.ListTestSuiteBuilder}.
H A DMapSizeTester.java17 package com.google.common.collect.testing.testers;
19 import com.google.common.collect.testing.AbstractMapTester;
24 * {@link com.google.common.collect.testing.MapTestSuiteBuilder}.
H A DQueuePollTester.java17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER;
20 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE;
21 import static com.google.common.collect.testing.features.CollectionSize.ONE;
22 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL;
23 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
25 import com.google.common.collect.testing.features.CollectionFeature;
26 import com.google.common.collect.testing.features.CollectionSize;
31 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
H A DQueueRemoveTester.java17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionFeature.KNOWN_ORDER;
20 import static com.google.common.collect.testing.features.CollectionFeature.SUPPORTS_REMOVE;
21 import static com.google.common.collect.testing.features.CollectionSize.ONE;
22 import static com.google.common.collect.testing.features.CollectionSize.SEVERAL;
23 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
25 import com.google.common.collect.testing.features.CollectionFeature;
26 import com.google.common.collect.testing.features.CollectionSize;
33 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
/external/protobuf/gtest/samples/
H A Dsample10_unittest.cc39 using ::testing::EmptyTestEventListener;
40 using ::testing::InitGoogleTest;
41 using ::testing::Test;
42 using ::testing::TestCase;
43 using ::testing::TestEventListeners;
44 using ::testing::TestInfo;
45 using ::testing::TestPartResult;
46 using ::testing::UnitTest;
/external/protobuf/gtest/test/
H A Dgtest-typed-test2_test.cc43 testing::Types<std::vector<int> >);
/external/chromium_org/base/test/
H A Dgtest_xml_util.h12 #include "testing/gtest/include/gtest/gtest.h"
21 class XmlUnitTestResultPrinter : public testing::EmptyTestEventListener {
30 // testing::EmptyTestEventListener:
31 virtual void OnTestCaseStart(const testing::TestCase& test_case) OVERRIDE;
32 virtual void OnTestStart(const testing::TestInfo& test_info) OVERRIDE;
33 virtual void OnTestEnd(const testing::TestInfo& test_info) OVERRIDE;
34 virtual void OnTestCaseEnd(const testing::TestCase& test_case) OVERRIDE;

Completed in 4007 milliseconds

1234567891011>>