Searched refs:testing (Results 76 - 100 of 4428) sorted by relevance

1234567891011>>

/external/gtest/test/
H A Dgtest-death-test_ex_test.cc57 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
83 << (testing::GTEST_FLAG(catch_exceptions) ? "enabled" : "disabled");
90 testing::InitGoogleTest(&argc, argv);
91 testing::GTEST_FLAG(catch_exceptions) = GTEST_ENABLE_CATCH_EXCEPTIONS_ != 0;
H A Dgtest_xml_outfile1_test_.cc37 class PropertyOne : public testing::Test {
H A Dgtest_xml_outfile2_test_.cc37 class PropertyTwo : public testing::Test {
/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 DAbstractCollectionTestSuiteBuilder.java17 package com.google.common.collect.testing;
19 import com.google.common.collect.testing.testers.CollectionAddAllTester;
20 import com.google.common.collect.testing.testers.CollectionAddTester;
21 import com.google.common.collect.testing.testers.CollectionClearTester;
22 import com.google.common.collect.testing.testers.CollectionContainsAllTester;
23 import com.google.common.collect.testing.testers.CollectionContainsTester;
24 import com.google.common.collect.testing.testers.CollectionCreationTester;
25 import com.google.common.collect.testing.testers.CollectionEqualsTester;
26 import com.google.common.collect.testing.testers.CollectionIsEmptyTester;
27 import com.google.common.collect.testing
[all...]
H A DAnEnum.java17 package com.google.common.collect.testing;
20 * A sample enumerated type we use for testing.
H A DDerivedComparable.java17 package com.google.common.collect.testing;
H A DExampleIteratorTester.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;
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DCollectionIsEmptyTester.java17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
21 import com.google.common.collect.testing.AbstractCollectionTester;
22 import com.google.common.collect.testing.features.CollectionSize;
27 * {@link com.google.common.collect.testing.CollectionTestSuiteBuilder}.
H A DMapIsEmptyTester.java17 package com.google.common.collect.testing.testers;
19 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
21 import com.google.common.collect.testing.AbstractMapTester;
22 import com.google.common.collect.testing.features.CollectionSize;
27 * {@link com.google.common.collect.testing.MapTestSuiteBuilder}.
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest_main.cc36 testing::InitGoogleTest(&argc, argv);
/external/mesa3d/src/gtest/src/
H A Dgtest_main.cc37 testing::InitGoogleTest(&argc, argv);
/external/protobuf/gtest/src/
H A Dgtest_main.cc37 testing::InitGoogleTest(&argc, argv);
/external/protobuf/gtest/test/
H A Dgtest_no_test_unittest.cc39 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::String;
46 using ::testing::internal::scoped_ptr;
H A Dgtest_throw_on_failure_test_.cc41 testing::InitGoogleTest(&argc, argv);
44 // other testing frameworks, as long as they initialize Google Test
H A Dgtest_xml_outfile1_test_.cc37 class PropertyOne : public testing::Test {
H A Dgtest_xml_outfile2_test_.cc37 class PropertyTwo : public testing::Test {
H A Dgtest_xml_output_unittest_.cc36 // flag. This is used for testing such functionality.
43 using ::testing::InitGoogleTest;
44 using ::testing::TestEventListeners;
45 using ::testing::UnitTest;
47 class SuccessfulTest : public testing::Test {
55 class FailedTest : public testing::Test {
62 class DisabledTest : public testing::Test {
94 class PropertyRecordingTest : public testing::Test {
121 testing::Test::RecordProperty(key, value);
126 testing
[all...]
/external/chromium_org/chrome/installer/util/
H A Dlanguage_selector_unittest.cc9 #include "testing/gtest/include/gtest/gtest.h"
74 // A fixture for testing sets of single-candidate selections.
76 : public ::testing::TestWithParam<const wchar_t*> {
89 ::testing::ValuesIn(
97 ::testing::ValuesIn(
105 ::testing::ValuesIn(
109 // A fixture for testing aliases that match to an expected translation. The
113 : public ::testing::TestWithParam< std::tr1::tuple<const wchar_t*,
127 ::testing::Combine(
128 ::testing
[all...]
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dtwo_client_extension_settings_and_app_settings_sync_test.cc74 testing::AssertionResult StartWithSameSettingsTest(
94 return testing::AssertionFailure();
96 return testing::AssertionFailure();
98 return testing::AssertionFailure();
102 return testing::AssertionFailure();
104 return testing::AssertionFailure();
108 return testing::AssertionFailure();
110 return testing::AssertionFailure();
112 return testing::AssertionSuccess();
120 testing
[all...]
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_apitest.cc24 #include "testing/gmock/include/gmock/gmock.h"
55 EXPECT_CALL(*mock_adapter_, RemoveObserver(testing::_));
60 mock_adapter_ = new testing::StrictMock<MockBluetoothAdapter>();
63 device1_.reset(new testing::NiceMock<MockBluetoothDevice>(
66 device2_.reset(new testing::NiceMock<MockBluetoothDevice>(
69 device3_.reset(new testing::NiceMock<MockBluetoothDevice>(
93 testing::StrictMock<MockBluetoothAdapter>* mock_adapter_;
94 scoped_ptr<testing::NiceMock<MockBluetoothDiscoverySession> > mock_session_;
95 scoped_ptr<testing::NiceMock<MockBluetoothDevice> > device1_;
96 scoped_ptr<testing
[all...]
/external/chromium_org/testing/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...]

Completed in 288 milliseconds

1234567891011>>