/cts/tests/tests/accessibility/src/android/view/accessibility/cts/ |
D | AccessibilityRecordTest.java | 25 import junit.framework.TestCase; 83 TestCase.assertEquals("addedCount not properly recycled", -1, record.getAddedCount()); in assertAccessibilityRecordCleared() 84 TestCase.assertNull("beforeText not properly recycled", record.getBeforeText()); in assertAccessibilityRecordCleared() 85 TestCase.assertFalse("checked not properly recycled", record.isChecked()); in assertAccessibilityRecordCleared() 86 TestCase.assertNull("className not properly recycled", record.getClassName()); in assertAccessibilityRecordCleared() 87 TestCase.assertNull("contentDescription not properly recycled", in assertAccessibilityRecordCleared() 89 TestCase.assertEquals("currentItemIndex not properly recycled", -1, in assertAccessibilityRecordCleared() 91 TestCase.assertFalse("enabled not properly recycled", record.isEnabled()); in assertAccessibilityRecordCleared() 92 TestCase.assertEquals("fromIndex not properly recycled", -1, record.getFromIndex()); in assertAccessibilityRecordCleared() 93 TestCase.assertFalse("fullScreen not properly recycled", record.isFullScreen()); in assertAccessibilityRecordCleared() [all …]
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
D | TestSuite.java | 42 Map<String, TestCase> mChildTestCaseMap = new LinkedHashMap<String, TestCase>(); 80 TestCase testCase = getTestCase(testClassName); in findTest() 99 public Collection<TestCase> getTestCases() { in getTestCases() 123 private TestCase getTestCase(String testCaseName) { in getTestCase() 124 TestCase testCase = mChildTestCaseMap.get(testCaseName); in getTestCase() 126 testCase = new TestCase(testCaseName); in getTestCase() 146 for (TestCase childCase : mChildTestCaseMap.values()) { in serialize() 174 TestCase.TAG)) { in parse() 175 TestCase testCase = new TestCase(); in parse() 188 public void insertTestCase(TestCase testCase) { in insertTestCase() [all …]
|
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/ |
D | TestCase.java | 23 class TestCase implements Comparable<TestCase> { class 29 public TestCase(String name) { in TestCase() method in TestCase 46 public int compareTo(TestCase another) { in compareTo()
|
D | TestSuite.java | 31 private final List<TestCase> mCases = new ArrayList<TestCase>(); 57 public void addCase(TestCase testCase) { in addCase() 61 public Collection<TestCase> getCases() { in getCases()
|
D | TestListParser.java | 37 TestCase currentCase = null; in parse() 96 private TestCase handleCase(TestSuite suite, String caseName) { in handleCase() 97 TestCase testCase = new TestCase(caseName); in handleCase() 102 private void handleTest(TestCase testCase, String test, int timeout) { in handleTest()
|
/cts/common/host-side/xml-plan-generator/src/com/android/compatibility/common/xmlgenerator/ |
D | TestSuite.java | 26 private final ArrayList<TestCase> mTestCases = new ArrayList<TestCase>(); 44 public void addTestCase(TestCase testCase) { in addTestCase() 56 public ArrayList<TestCase> getTestCases() { in getTestCases()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | ActivityTestBase.java | 99 List<TestCase> testCases = mTestCaseBuilder.getTestCases(); in tearDown() 106 for (TestCase testCase : testCases) { in tearDown() 162 protected Bitmap captureRenderSpec(TestCase testCase) { in captureRenderSpec() 227 private List<TestCase> mTestCases; 230 mTestCases = new ArrayList<TestCase>(); in TestCaseBuilder() 244 for (TestCase testCase : mTestCases) { in runWithComparer() 260 for (TestCase testCase : mTestCases) { in runWithVerifier() 298 mTestCases.add(new TestCase(null, 0, webViewUrl, viewInitializer, useHardware)); in addWebView() 304 mTestCases.add(new TestCase(null, layoutId, null, viewInitializer, useHardware)); in addLayout() 309 mTestCases.add(new TestCase(canvasClient, 0, null, null, useHardware)); in addCanvasClient() [all …]
|
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/ |
D | TradefedTest.java | 19 import junit.framework.TestCase; 21 public class TradefedTest extends TestCase {
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
D | SQLiteQueryTest.java | 19 import junit.framework.TestCase; 21 public class SQLiteQueryTest extends TestCase {
|
/cts/common/device-side/util/tests/src/com/android/compatibility/common/util/ |
D | DeviceUtilTest.java | 19 import junit.framework.TestCase; 21 public class DeviceUtilTest extends TestCase {
|
/cts/common/device-side/device-setup/tests/src/com/android/compatibility/common/devicesetup/ |
D | DeviceSetupTest.java | 19 import junit.framework.TestCase; 21 public class DeviceSetupTest extends TestCase {
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
D | SmsMessage_MessageClassTest.java | 19 import junit.framework.TestCase; 23 public class SmsMessage_MessageClassTest extends TestCase {
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
D | Camera_ParametersTest.java | 19 import junit.framework.TestCase; 22 public class Camera_ParametersTest extends TestCase {
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | MaskFilterTest.java | 19 import junit.framework.TestCase; 22 public class MaskFilterTest extends TestCase {
|
D | DrawFilterTest.java | 19 import junit.framework.TestCase; 22 public class DrawFilterTest extends TestCase {
|
/cts/tests/tests/os/src/android/os/cts/ |
D | RemoteExceptionTest.java | 18 import junit.framework.TestCase; 22 public class RemoteExceptionTest extends TestCase {
|
D | DeadObjectExceptionTest.java | 18 import junit.framework.TestCase; 21 public class DeadObjectExceptionTest extends TestCase {
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | ShapeDrawable_ShaderFactoryTest.java | 19 import junit.framework.TestCase; 22 public class ShapeDrawable_ShaderFactoryTest extends TestCase {
|
D | Drawable_ConstantStateTest.java | 19 import junit.framework.TestCase; 22 public class Drawable_ConstantStateTest extends TestCase {
|
/cts/tests/tests/drm/src/android/drm/cts/ |
D | NativeCodeTest.java | 19 import junit.framework.TestCase; 21 public class NativeCodeTest extends TestCase {
|
/cts/tests/tests/telephony/src/android/telephony/gsm/cts/ |
D | SmsMessage_MessageClassTest.java | 19 import junit.framework.TestCase; 24 public class SmsMessage_MessageClassTest extends TestCase {
|
/cts/tests/tests/security/src/android/security/cts/ |
D | LoadEffectLibraryTest.java | 19 import junit.framework.TestCase; 21 public class LoadEffectLibraryTest extends TestCase {
|
D | CharDeviceTest.java | 19 import junit.framework.TestCase; 21 public class CharDeviceTest extends TestCase {
|
/cts/tests/tests/util/src/android/util/cts/ |
D | DebugUtilsTest.java | 18 import junit.framework.TestCase; 21 public class DebugUtilsTest extends TestCase {
|
/cts/tests/tests/jni/src/android/jni/cts/ |
D | JniTestCase.java | 21 import junit.framework.TestCase; 23 class JniTestCase extends TestCase {
|