Home
last modified time | relevance | path

Searched refs:TestCase (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewFadingEdgeTest.java44 private static final TestCase[] TEST_DATA = {
46 new TestCase("Should not fade when text:empty, fading:disabled",
48 new TestCase("Should not fade when text:short, dir:LTR, fading:disabled",
50 new TestCase("Should not fade when text:short, dir:RTL, fading:disabled",
52 new TestCase("Should not fade when text:long , dir:LTR, fading:disabled",
54 new TestCase("Should not fade when text:long , dir:RTL, fading:disabled",
56 new TestCase("Should not fade when text:long, dir:LTR, scroll:middle",
58 new TestCase("Should not fade when text:long, dir:RTL, scroll:middle",
62 new TestCase("Should not fade when text:empty",
64 new TestCase("Should not fade when text:short, dir:LTR",
[all …]
/cts/tests/accessibility/src/android/view/accessibility/cts/
DAccessibilityRecordTest.java25 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/
DTestSuite.java42 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/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java111 List<TestCase> testCases = mTestCaseBuilder.getTestCases(); in tearDown()
117 for (TestCase testCase : testCases) { in tearDown()
133 protected Point runRenderSpec(TestCase testCase) { in runRenderSpec()
151 protected Bitmap captureRenderSpec(TestCase testCase) { in captureRenderSpec()
213 private List<TestCase> mTestCases;
230 for (TestCase testCase : mTestCases) { in runWithComparer()
246 for (TestCase testCase : mTestCases) { in runWithVerifier()
267 for (TestCase testCase : mTestCases) { in runWithAnimationVerifier()
304 mTestCases.add(new TestCase(layoutId, viewInitializer, useHardware)); in addLayout()
310 TestCase test = new TestCase(layoutId, viewInitializer, useHardware); in addLayout()
[all …]
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DTestSuite.java31 private final List<TestCase> mCases = new ArrayList<TestCase>();
57 public void addCase(TestCase testCase) { in addCase()
61 public Collection<TestCase> getCases() { in getCases()
75 for (TestCase testCase : mCases) { in countTests()
DTestCase.java23 class TestCase implements Comparable<TestCase> { class
29 public TestCase(String name) { in TestCase() method in TestCase
46 public int compareTo(TestCase another) { in compareTo()
DTestListParser.java37 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/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteQueryTest.java19 import junit.framework.TestCase;
21 public class SQLiteQueryTest extends TestCase {
/cts/tests/tests/telephony/src/android/telephony/cts/
DSmsMessage_MessageClassTest.java19 import junit.framework.TestCase;
23 public class SmsMessage_MessageClassTest extends TestCase {
/cts/tests/camera/src/android/hardware/cts/
DCamera_ParametersTest.java19 import junit.framework.TestCase;
22 public class Camera_ParametersTest extends TestCase {
/cts/tests/tests/graphics/src/android/graphics/cts/
DMaskFilterTest.java19 import junit.framework.TestCase;
22 public class MaskFilterTest extends TestCase {
DDrawFilterTest.java19 import junit.framework.TestCase;
22 public class DrawFilterTest extends TestCase {
/cts/tests/tests/networksecurityconfig/networksecurityconfig-debug-basic-disabled/src/android/security/net/config/cts/
DBasicDebugOverrideDisabledTest.java19 import junit.framework.TestCase;
21 public class BasicDebugOverrideDisabledTest extends TestCase {
/cts/tests/tests/networksecurityconfig/networksecurityconfig-debug-basic-enabled/src/android/security/net/config/cts/
DBasicDebugOverrideEnabledTest.java19 import junit.framework.TestCase;
21 public class BasicDebugOverrideEnabledTest extends TestCase {
/cts/tests/tests/os/src/android/os/cts/
DRemoteExceptionTest.java18 import junit.framework.TestCase;
22 public class RemoteExceptionTest extends TestCase {
DDeadObjectExceptionTest.java18 import junit.framework.TestCase;
21 public class DeadObjectExceptionTest extends TestCase {
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DShapeDrawable_ShaderFactoryTest.java19 import junit.framework.TestCase;
22 public class ShapeDrawable_ShaderFactoryTest extends TestCase {
/cts/tests/tests/telephony/src/android/telephony/gsm/cts/
DSmsMessage_MessageClassTest.java19 import junit.framework.TestCase;
24 public class SmsMessage_MessageClassTest extends TestCase {
/cts/tests/tests/drm/src/android/drm/cts/
DNativeCodeTest.java19 import junit.framework.TestCase;
21 public class NativeCodeTest extends TestCase {
/cts/tests/tests/util/src/android/util/cts/
DDebugUtilsTest.java18 import junit.framework.TestCase;
21 public class DebugUtilsTest extends TestCase {
DPatternsTest.java21 import junit.framework.TestCase;
26 public class PatternsTest extends TestCase {
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityTestTest.java19 import junit.framework.TestCase;
21 public class CompatibilityTestTest extends TestCase {
/cts/tests/tests/jni/src/android/jni/cts/
DJniTestCase.java21 import junit.framework.TestCase;
23 class JniTestCase extends TestCase {
/cts/tests/tests/networksecurityconfig/networksecurityconfig-invalid-pin/src/android/security/net/config/cts/
DInvalidPinTest.java19 import junit.framework.TestCase;
21 public class InvalidPinTest extends TestCase {
/cts/tests/tests/security/src/android/security/cts/
DCharDeviceTest.java19 import junit.framework.TestCase;
21 public class CharDeviceTest extends TestCase {

12345678910>>...12