HomeSort by relevance Sort by last modified time
    Searched full:testing (Results 176 - 200 of 8489) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/android-mock/tests/com/google/android/testing/mocking/
ClassHasStaticMethods.java 16 package com.google.android.testing.mocking;
19 * Class with static methods. Used only for testing.
ClassIsAnnotation.java 16 package com.google.android.testing.mocking;
19 * Annotation Class. Used only for testing.
ClassIsEnum.java 16 package com.google.android.testing.mocking;
19 * Enum Class. Used only for testing.
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/
base64_unittest.cc 6 #include "testing/gtest/include/gtest/gtest.h"
10 class Base64Test : public testing::Test {
gmock_unittest.cc 9 #include "testing/gmock/include/gmock/gmock.h"
10 #include "testing/gtest/include/gtest/gtest.h"
13 using testing::AnyOf;
14 using testing::Eq;
15 using testing::Return;
16 using testing::SetArgumentPointee;
17 using testing::WithArg;
18 using testing::_;
  /external/chromium/base/threading/
worker_pool_unittest.cc 8 #include "testing/gtest/include/gtest/gtest.h"
9 #include "testing/platform_test.h"
  /external/chromium/chrome/browser/history/
history_unittest_base.h 9 #include "testing/gtest/include/gtest/gtest.h"
14 class HistoryUnitTestBase : public testing::Test {
  /external/chromium/chrome/browser/sync/glue/
autofill_model_associator_unittest.cc 7 #include "testing/gtest/include/gtest/gtest.h"
12 class AutofillModelAssociatorTest : public testing::Test {
  /external/chromium/chrome/browser/sync/
profile_sync_factory_mock.cc 11 using testing::_;
12 using testing::InvokeWithoutArgs;
  /external/chromium/chrome/browser/sync/syncable/
model_type_payload_map_unittest.cc 12 #include "testing/gtest/include/gtest/gtest.h"
23 class ModelTypePayloadMapTest : public testing::Test {};
syncable_mock.h 12 #include "testing/gmock/include/gmock/gmock.h"
13 #include "testing/gtest/include/gtest/gtest.h"
  /external/chromium/chrome/browser/ui/cocoa/
accelerators_cocoa_unittest.mm 10 #include "testing/gtest/include/gtest/gtest.h"
11 #include "testing/gtest_mac.h"
background_tile_view_unittest.mm 10 #include "testing/gtest/include/gtest/gtest.h"
11 #include "testing/platform_test.h"
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_unittest.mm 8 #include "testing/gtest/include/gtest/gtest.h"
9 #include "testing/platform_test.h"
  /external/chromium/chrome/browser/ui/cocoa/status_icons/
status_icon_mac_unittest.mm 10 #include "testing/gmock/include/gmock/gmock.h"
11 #include "testing/gtest/include/gtest/gtest.h"
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
previewable_contents_controller_unittest.mm 11 #include "testing/gtest/include/gtest/gtest.h"
12 #include "testing/platform_test.h"
  /external/chromium/chrome/browser/ui/cocoa/tabs/
side_tab_strip_view_unittest.mm 10 #include "testing/gtest/include/gtest/gtest.h"
11 #include "testing/platform_test.h"
tab_strip_view_unittest.mm 10 #include "testing/gtest/include/gtest/gtest.h"
11 #include "testing/platform_test.h"
throbber_view_unittest.mm 11 #include "testing/gtest/include/gtest/gtest.h"
12 #include "testing/platform_test.h"
  /external/chromium/chrome/browser/ui/tabs/
tab_menu_model_unittest.cc 8 #include "testing/gtest/include/gtest/gtest.h"
9 #include "testing/platform_test.h"
  /external/chromium/testing/
platform_test.h 22 class PlatformTest : public testing::Test {
31 typedef testing::Test PlatformTest;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/
customTest.xml 1 <project name="Customized testing instructions" default="noDefault">
7 <!--copy the runtimes to install for testing, excluding the JUnit plug-in tests-->
  /external/guava/guava-gwt/test/com/google/common/base/
testModule.gwt.xml 7 <inherits name="com.google.common.testing.Testing"/>

Completed in 675 milliseconds

1 2 3 4 5 6 78 91011>>