Home
last modified time | relevance | path

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

1234567

/cts/tests/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.java43 Map<String, TestCase> mChildTestCaseMap = new LinkedHashMap<String, TestCase>();
81 TestCase testCase = getTestCase(testClassName); in findTest()
100 public Collection<TestCase> getTestCases() { in getTestCases()
124 private TestCase getTestCase(String testCaseName) { in getTestCase()
125 TestCase testCase = mChildTestCaseMap.get(testCaseName); in getTestCase()
127 testCase = new TestCase(testCaseName); in getTestCase()
147 for (TestCase childCase : mChildTestCaseMap.values()) { in serialize()
175 TestCase.TAG)) { in parse()
176 TestCase testCase = new TestCase(); in parse()
189 public void insertTestCase(TestCase testCase) { in insertTestCase()
[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()
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/tools/vm-tests-tf/src/dot/junit/
DDxTestCase.java19 import junit.framework.TestCase;
21 public class DxTestCase extends TestCase {
/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/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 {
DLayerRasterizerTest.java19 import junit.framework.TestCase;
23 public class LayerRasterizerTest extends TestCase {
/cts/tests/tests/hardware/src/android/hardware/cts/
DCamera_ParametersTest.java19 import junit.framework.TestCase;
22 public class Camera_ParametersTest 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 {
DDrawable_ConstantStateTest.java19 import junit.framework.TestCase;
22 public class Drawable_ConstantStateTest extends TestCase {
/cts/tests/tests/example/src/android/example/cts/
DExampleTest.java21 import junit.framework.TestCase;
29 public class ExampleTest extends TestCase {
DExampleSecondaryTest.java21 import junit.framework.TestCase;
30 public class ExampleSecondaryTest 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/util/src/android/util/cts/
DDebugUtilsTest.java18 import junit.framework.TestCase;
21 public class DebugUtilsTest extends TestCase {
/cts/tests/tests/jni/src/android/jni/cts/
DJniTestCase.java21 import junit.framework.TestCase;
23 class JniTestCase extends TestCase {
/cts/tests/tests/security/src/android/security/cts/
DCharDeviceTest.java19 import junit.framework.TestCase;
21 public class CharDeviceTest extends TestCase {
/cts/tools/utils/
DCollectAllTests.java51 import junit.framework.TestCase;
206 if (!TestCase.class.isAssignableFrom(klass)) { in main()
217 addToTests(expectations, testCases, klass.asSubclass(TestCase.class)); in main()
227 addToTests(expectations, testCases, klass.asSubclass(TestCase.class)); in main()
317 private static String getKnownFailure(final Class<? extends TestCase> testClass, in getKnownFailure()
322 private static boolean isKnownFailure(final Class<? extends TestCase> testClass, in isKnownFailure()
327 private static boolean isBrokenTest(final Class<? extends TestCase> testClass, in isBrokenTest()
332 private static boolean isSuppressed(final Class<? extends TestCase> testClass, in isSuppressed()
337 private static boolean hasSideEffects(final Class<? extends TestCase> testClass, in hasSideEffects()
342 private static String getAnnotation(final Class<? extends TestCase> testClass, in getAnnotation()
[all …]
/cts/tests/tests/gesture/src/android/gesture/cts/
DGesturePointTest.java21 import junit.framework.TestCase;
26 public class GesturePointTest extends TestCase {
/cts/tests/tests/text/src/android/text/style/cts/
DTabStopSpan_StandardTest.java19 import junit.framework.TestCase;
23 public class TabStopSpan_StandardTest extends TestCase {
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
DResponderTestActivity.java32 import com.android.cts.verifier.p2p.testcase.TestCase;
33 import com.android.cts.verifier.p2p.testcase.TestCase.TestCaseListener;
48 private TestCase mTestCase;
75 abstract protected TestCase getTestCase(Context context); in getTestCase()

1234567