Searched refs:TestCase (Results 126 - 150 of 179) sorted by relevance

12345678

/frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
H A DMultipartTest.java19 import junit.framework.TestCase;
28 public class MultipartTest extends TestCase {
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DArrayUtilsTest.java19 import junit.framework.TestCase;
24 public class ArrayUtilsTest extends TestCase {
/frameworks/base/tests/CoreTests/android/core/
H A DSocketTest.java20 import junit.framework.TestCase;
40 public class SocketTest extends TestCase {
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
H A DWindowManagerPermissionTests.java28 import junit.framework.TestCase;
33 public class WindowManagerPermissionTests extends TestCase {
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/
H A DTestDelegates.java27 import junit.framework.TestCase;
42 public class TestDelegates extends TestCase {
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DRecurrenceSetTest.java26 import junit.framework.TestCase;
31 public class RecurrenceSetTest extends TestCase {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DAdnRecordTest.java19 import junit.framework.TestCase;
28 public class AdnRecordTest extends TestCase {
H A DSimPhoneBookTest.java27 import junit.framework.TestCase;
30 public class SimPhoneBookTest extends TestCase {
H A DTelephonyUtilsTest.java20 import junit.framework.TestCase;
23 public class TelephonyUtilsTest extends TestCase {
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardUtilsTests.java22 import junit.framework.TestCase;
26 public class VCardUtilsTests extends TestCase {
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DPropertyNodesVerifierElem.java21 import junit.framework.TestCase;
227 TestCase.fail("Expected property " + Arrays.toString(expectedProps.toArray())
265 TestCase.fail("Unexpected property \"" + propName + "\" exists.");
280 TestCase.fail("Unexpected property \"" + propName + "\" exists.");
326 TestCase.fail("Property \"" + propName + "\" has wrong value.\n"
/frameworks/base/test-runner/src/android/test/
H A DTestRunner.java74 mJUnitClass = Class.forName("junit.framework.TestCase", false, null);
290 TestCase testcase = null;
291 if (test instanceof TestCase) {
292 testcase = (TestCase) test;
334 junit.framework.TestCase test = (junit.framework.TestCase) clazz.newInstance();
494 junit.framework.TestCase test = (junit.framework.TestCase) clazz.newInstance();
H A DInstrumentationTestRunner.java48 import junit.framework.TestCase;
56 * An {@link Instrumentation} that runs various types of {@link junit.framework.TestCase}s against
67 * <li>Write {@link junit.framework.TestCase}s that perform unit, functional, or performance tests
88 * with the argument '-e class' set to run an individual {@link junit.framework.TestCase}.
727 test.getClass().getName() + "#" + ((TestCase) test).getName()
762 String testName = ((TestCase)test).getName();
838 ((TestCase)test).getName(), BaseTestRunner.getFilteredTrace(t)));
850 ((TestCase)test).getName(), BaseTestRunner.getFilteredTrace(t)));
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DCameraUtilsDecoratorTest.java31 public class CameraUtilsDecoratorTest extends junit.framework.TestCase {
/frameworks/base/core/java/android/test/
H A DInstrumentationTestCase.java31 import junit.framework.TestCase;
36 public class InstrumentationTestCase extends TestCase {
/frameworks/base/core/tests/coretests/src/android/database/
H A DMatrixCursorTest.java21 import junit.framework.TestCase;
25 public class MatrixCursorTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/net/
H A DRouteInfoTest.java26 import junit.framework.TestCase;
29 public class RouteInfoTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/os/
H A DMessageQueueTest.java23 import junit.framework.TestCase;
25 public class MessageQueueTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/text/
H A DDynamicLayoutBlocksTest.java23 import junit.framework.TestCase;
32 public class DynamicLayoutBlocksTest extends TestCase {
H A DSpannedTest.java26 import junit.framework.TestCase;
31 public class SpannedTest extends TestCase {
H A DStaticLayoutDirectionsTest.java25 import junit.framework.TestCase;
27 public class StaticLayoutDirectionsTest extends TestCase {
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DLoggingPrintStreamTest.java28 import junit.framework.TestCase;
32 public class LoggingPrintStreamTest extends TestCase {
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/
H A DBitmapTest.java20 import junit.framework.TestCase;
23 public class BitmapTest extends TestCase {
/frameworks/base/location/tests/locationtests/src/android/location/
H A DLocationTest.java21 import junit.framework.TestCase;
27 public class LocationTest extends TestCase {
/frameworks/volley/tests/src/com/android/volley/toolbox/
H A DHttpHeaderParserTest.java30 import junit.framework.TestCase;
33 public class HttpHeaderParserTest extends TestCase {

Completed in 627 milliseconds

12345678