| /external/chromium_org/chrome/browser/extensions/api/idle/ |
| idle_api_unittest.cc | 22 #include "testing/gmock/include/gmock/gmock.h" 23 #include "testing/gtest/include/gtest/gtest.h" 25 using ::testing::_; 136 testing::StrictMock<MockEventDelegate>* event_delegate_; 149 event_delegate_ = new testing::StrictMock<MockEventDelegate>(); 294 testing::Mock::VerifyAndClearExpectations(event_delegate_); 323 testing::Mock::VerifyAndClearExpectations(event_delegate_); 339 testing::Mock::VerifyAndClearExpectations(event_delegate_); 370 testing::Mock::VerifyAndClearExpectations(event_delegate_); 387 testing::Mock::VerifyAndClearExpectations(event_delegate_) [all...] |
| /external/chromium_org/net/tools/quic/ |
| quic_time_wait_list_manager_test.cc | 21 #include "testing/gmock/include/gmock/gmock.h" 22 #include "testing/gtest/include/gtest/gtest.h" 28 using testing::Args; 29 using testing::Assign; 30 using testing::DoAll; 31 using testing::Matcher; 32 using testing::MatcherInterface; 33 using testing::NiceMock; 34 using testing::Return; 35 using testing::ReturnPointee [all...] |
| /external/protobuf/gtest/include/gtest/internal/ |
| gtest-internal.h | 32 // The Google C++ Testing Framework (Google Test) 70 // Google Test defines the testing::Message class to allow construction of 72 // streamable to std::ostream can be streamed to a testing::Message. 83 // namespace, but not other namespaces, including the testing 88 // testing::Message must access the custom << operator from the global 100 namespace testing { namespace 160 (sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1) 516 // Returns the type ID of ::testing::Test. Always call this instead 517 // of GetTypeId< ::testing::Test>() to get the type ID of 518 // ::testing::Test, as the latter may give the wrong result due to [all...] |
| /external/chromium_org/chrome/browser/extensions/api/identity/ |
| account_tracker_unittest.cc | 24 #include "testing/gtest/include/gtest/gtest.h" 124 testing::AssertionResult CheckEvents(); 125 testing::AssertionResult CheckEvents(const TrackingEvent& e1); 126 testing::AssertionResult CheckEvents(const TrackingEvent& e1, 128 testing::AssertionResult CheckEvents(const TrackingEvent& e1, 131 testing::AssertionResult CheckEvents(const TrackingEvent& e1, 135 testing::AssertionResult CheckEvents(const TrackingEvent& e1, 140 testing::AssertionResult CheckEvents(const TrackingEvent& e1, 156 testing::AssertionResult CheckEvents( 184 testing::AssertionResult AccountTrackerObserver::CheckEvents() [all...] |
| /external/chromium_org/chrome/browser/extensions/ |
| shared_module_service_unittest.cc | 56 testing::AssertionResult InstallExtension(const Extension* extension); 66 testing::AssertionResult SharedModuleServiceUnitTest::InstallExtension( 71 return testing::AssertionFailure() << "Extension already installed."; 82 return testing::AssertionFailure() << "Could not install extension."; 85 return testing::AssertionSuccess();
|
| /external/chromium_org/chrome/browser/profile_resetter/ |
| automatic_profile_resetter_delegate_unittest.cc | 42 #include "testing/gmock/include/gmock/gmock.h" 43 #include "testing/gtest/include/gtest/gtest.h" 61 // A testing version of the AutomaticProfileResetterDelegate that differs from 108 SCOPED_TRACE(testing::Message("Key: ") << it.key()); 220 testing::HasSubstr(kTestBrandcode)); 255 testing::StrictMock<MockCallbackTarget> mock_target; 262 testing::Mock::VerifyAndClearExpectations(&mock_target); 272 testing::Mock::VerifyAndClearExpectations(&mock_target); 313 testing::StrictMock<MockCallbackTarget> mock_target; 322 testing::Mock::VerifyAndClearExpectations(&mock_target) [all...] |
| /external/chromium_org/chromeos/dbus/ |
| shill_client_unittest_base.h | 19 #include "testing/gtest/include/gtest/gtest.h" 21 using ::testing::MatcherInterface; 22 using ::testing::MatchResultListener; 23 using ::testing::Matcher; 24 using ::testing::MakeMatcher; 60 // A class to provide functionalities needed for testing Shill D-Bus clients. 61 class ShillClientUnittestBase : public testing::Test {
|
| /external/chromium_org/components/password_manager/core/browser/ |
| log_router_unittest.cc | 9 #include "testing/gmock/include/gmock/gmock.h" 10 #include "testing/gtest/include/gtest/gtest.h" 12 using testing::_; 34 class LogRouterTest : public testing::Test { 36 testing::StrictMock<MockLogReceiver> receiver_; 37 testing::StrictMock<MockLogReceiver> receiver2_; 38 testing::StrictMock<MockClient> client_;
|
| /external/chromium_org/components/policy/core/common/ |
| preg_parser_win_unittest.cc | 15 #include "testing/gtest/include/gtest/gtest.h" 22 testing::AssertionResult RegistryDictEquals(const RegistryDict& a, 29 return testing::AssertionFailure() 33 testing::AssertionResult result = RegistryDictEquals(*iter_key_a->second, 45 return testing::AssertionFailure() 52 return testing::AssertionSuccess();
|
| /external/chromium_org/content/browser/renderer_host/p2p/ |
| socket_host_tcp_server_unittest.cc | 12 #include "testing/gmock/include/gmock/gmock.h" 13 #include "testing/gtest/include/gtest/gtest.h" 15 using ::testing::_; 16 using ::testing::DeleteArg; 17 using ::testing::DoAll; 18 using ::testing::Return; 90 class P2PSocketHostTcpServerTest : public testing::Test {
|
| /external/chromium_org/content/renderer/ |
| skia_benchmarking_extension_unittest.cc | 7 #include "testing/gtest/include/gtest/gtest.h" 15 testing::AssertionResult HasInfoField(SkDebugCanvas& canvas, int index, 20 return testing::AssertionFailure() << " command info not found for index " 26 return testing::AssertionFailure() << " NULL info string for index " 31 return testing::AssertionSuccess() << field << " found"; 34 return testing::AssertionFailure() << field << " not found";
|
| /external/chromium_org/dbus/ |
| mock_unittest.cc | 15 #include "testing/gmock/include/gmock/gmock.h" 16 #include "testing/gtest/include/gtest/gtest.h" 18 using ::testing::_; 19 using ::testing::Invoke; 20 using ::testing::Return; 21 using ::testing::Unused; 25 class MockTest : public testing::Test {
|
| /external/chromium_org/net/base/ |
| network_change_notifier_win_unittest.cc | 9 #include "testing/gmock/include/gmock/gmock.h" 10 #include "testing/gtest/include/gtest/gtest.h" 12 using ::testing::AtLeast; 13 using ::testing::Invoke; 14 using ::testing::Return; 15 using ::testing::StrictMock; 70 class NetworkChangeNotifierWinTest : public testing::Test {
|
| /external/chromium_org/net/proxy/ |
| proxy_config_service_common_unittest.cc | 12 #include "testing/gtest/include/gtest/gtest.h" 25 ::testing::AssertionResult* failure_details, 95 ::testing::AssertionResult ProxyRulesExpectation::Matches( 97 ::testing::AssertionResult failure_details = ::testing::AssertionFailure(); 131 return failed ? failure_details : ::testing::AssertionSuccess();
|
| /external/chromium_org/net/spdy/ |
| hpack_huffman_aggregator_test.cc | 12 #include "testing/gmock/include/gmock/gmock.h" 13 #include "testing/gtest/include/gtest/gtest.h" 17 using ::testing::Each; 18 using ::testing::ElementsAre; 19 using ::testing::Eq; 20 using ::testing::Pair; 70 class HpackHuffmanAggregatorTest : public ::testing::Test {
|
| /external/chromium_org/remoting/host/ |
| host_status_sender_unittest.cc | 15 #include "testing/gmock/include/gmock/gmock.h" 16 #include "testing/gtest/include/gtest/gtest.h" 22 using testing::DoAll; 23 using testing::NotNull; 24 using testing::Return; 25 using testing::SaveArg; 42 : public testing::Test {
|
| /external/chromium_org/testing/gtest/test/ |
| gtest-test-part_test.cc | 37 using testing::Message; 38 using testing::Test; 39 using testing::TestPartResult; 40 using testing::TestPartResultArray; 46 // The test fixture for testing TestPartResult. 61 message << static_cast<const char*>(testing::internal::kStackTraceMarker);
|
| /external/chromium_org/third_party/libvpx/source/libvpx/test/ |
| partial_idct_test.cc | 35 class PartialIDctTest : public ::testing::TestWithParam<partial_itxfm_param_t> { 121 ::testing::Values( 146 ::testing::Values( 170 ::testing::Values( 197 ::testing::Values(
|
| /external/chromium_org/third_party/webrtc/modules/desktop_capture/ |
| screen_capturer_unittest.cc | 13 #include "testing/gmock/include/gmock/gmock.h" 14 #include "testing/gtest/include/gtest/gtest.h" 20 using ::testing::_; 21 using ::testing::AnyNumber; 22 using ::testing::Return; 23 using ::testing::SaveArg; 29 class ScreenCapturerTest : public testing::Test {
|
| /external/gtest/test/ |
| gtest-test-part_test.cc | 37 using testing::Message; 38 using testing::Test; 39 using testing::TestPartResult; 40 using testing::TestPartResultArray; 46 // The test fixture for testing TestPartResult. 61 message << static_cast<const char*>(testing::internal::kStackTraceMarker);
|
| /external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
| ListGenerators.java | 17 package com.google.common.collect.testing.google; 24 import com.google.common.collect.testing.TestListGenerator; 25 import com.google.common.collect.testing.TestStringListGenerator; 26 import com.google.common.collect.testing.TestUnhashableCollectionGenerator; 27 import com.google.common.collect.testing.UnhashableObject;
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| ForwardingCollectionTest.java | 21 import com.google.common.collect.testing.CollectionTestSuiteBuilder; 22 import com.google.common.collect.testing.MinimalCollection; 23 import com.google.common.collect.testing.TestStringCollectionGenerator; 24 import com.google.common.collect.testing.features.CollectionFeature; 25 import com.google.common.collect.testing.features.CollectionSize;
|
| ForwardingSetTest.java | 21 import com.google.common.collect.testing.MinimalSet; 22 import com.google.common.collect.testing.SetTestSuiteBuilder; 23 import com.google.common.collect.testing.TestStringSetGenerator; 24 import com.google.common.collect.testing.features.CollectionFeature; 25 import com.google.common.collect.testing.features.CollectionSize;
|
| ForwardingSortedSetTest.java | 19 import com.google.common.collect.testing.SafeTreeSet; 20 import com.google.common.collect.testing.SetTestSuiteBuilder; 21 import com.google.common.collect.testing.TestStringSetGenerator; 22 import com.google.common.collect.testing.features.CollectionFeature; 23 import com.google.common.collect.testing.features.CollectionSize;
|
| ImmutableMapTest.java | 19 import static com.google.common.testing.SerializableTester.reserialize; 25 import com.google.common.collect.testing.CollectionTestSuiteBuilder; 26 import com.google.common.collect.testing.ListTestSuiteBuilder; 27 import com.google.common.collect.testing.MapInterfaceTest; 28 import com.google.common.collect.testing.MinimalSet; 29 import com.google.common.collect.testing.ReserializingTestCollectionGenerator; 30 import com.google.common.collect.testing.ReserializingTestSetGenerator; 31 import com.google.common.collect.testing.SampleElements.Colliders; 32 import com.google.common.collect.testing.SampleElements.Unhashables; 33 import com.google.common.collect.testing.SetTestSuiteBuilder [all...] |