Searched refs:TestCase (Results 76 - 100 of 243) sorted by relevance

12345678910

/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DCharSequencesTest.java21 import junit.framework.TestCase;
24 public class CharSequencesTest extends TestCase {
/frameworks/base/legacy-test/src/junit/framework/
H A DTestSuite.java26 * To do so you pass the class of your TestCase class to the
56 return warning("Class "+theClass.getName()+" has no public constructor TestCase(String name) or TestCase()");
62 if (test instanceof TestCase)
63 ((TestCase) test).setName(name);
94 return new TestCase("warning") {
137 addTest(warning("Class "+theClass.getName()+" has no public constructor TestCase(String name) or TestCase()"));
161 public TestSuite(Class<? extends TestCase> theClass, String name) {
175 * @param classes {@link TestCase}
[all...]
/frameworks/base/tests/CoreTests/android/core/
H A DSha1Test.java21 import junit.framework.TestCase;
26 public class Sha1Test extends TestCase {
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DDurationTest.java20 import junit.framework.TestCase;
24 public class DurationTest extends TestCase {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimSmsTest.java26 import junit.framework.TestCase;
28 public class SimSmsTest extends TestCase {
H A DSimUtilsTest.java22 import junit.framework.TestCase;
26 public class SimUtilsTest extends TestCase {
H A DVoLteServiceStateTest.java24 import junit.framework.TestCase;
27 public class VoLteServiceStateTest extends TestCase {
H A DATResponseParserTest.java19 import junit.framework.TestCase;
22 public class ATResponseParserTest extends TestCase {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDataProfileTest.java23 import junit.framework.TestCase;
25 public class DataProfileTest extends TestCase {
/frameworks/base/test-runner/src/junit/textui/
H A DTestRunner.java7 import junit.framework.TestCase;
19 * <p>TestRunner expects the name of a TestCase class as argument.
59 * Runs a suite extracted from a TestCase subclass.
61 static public void run(Class<? extends TestCase> testClass) {
174 throw new Exception("Usage: TestRunner [-wait] testCaseName, where name is the name of the TestCase class");
187 Class<? extends TestCase> testClass= loadSuiteClass(testCase).asSubclass(TestCase.class);
/frameworks/layoutlib/rename_font/
H A Dtest.py21 class MyTest(unittest.TestCase):
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCase.java29 import junit.framework.TestCase;
43 public class UiAutomatorTestCase extends TestCase {
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/
H A DScanRecordTest.java23 import junit.framework.TestCase;
33 public class ScanRecordTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DSignatureTest.java19 import junit.framework.TestCase;
21 public class SignatureTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
H A DStateListDrawableTest.java25 import junit.framework.TestCase;
32 public class StateListDrawableTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/net/
H A DSSLSessionCacheTest.java24 import junit.framework.TestCase;
38 public class SSLSessionCacheTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/os/
H A DLocaleListTest.java22 import junit.framework.TestCase;
24 public class LocaleListTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/util/
H A DArrayMapTest.java19 import junit.framework.TestCase;
27 public class ArrayMapTest extends TestCase {
H A DLocalLogTest.java19 import junit.framework.TestCase;
28 public class LocalLogTest extends TestCase {
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DKernelMemoryBandwidthStatsTest.java6 import junit.framework.TestCase;
16 public class KernelMemoryBandwidthStatsTest extends TestCase {
/frameworks/base/tests/net/java/android/net/
H A DUidRangeTest.java22 import junit.framework.TestCase;
26 public class UidRangeTest extends TestCase {
/frameworks/base/tests/net/java/android/net/netlink/
H A DNetlinkErrorMessageTest.java31 import junit.framework.TestCase;
35 public class NetlinkErrorMessageTest extends TestCase {
/frameworks/base/tests/net/java/android/net/util/
H A DConnectivityPacketSummaryTest.java23 import junit.framework.TestCase;
31 public class ConnectivityPacketSummaryTest extends TestCase {
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
H A DActivityManagerPermissionTests.java25 import junit.framework.TestCase;
30 public class ActivityManagerPermissionTests extends TestCase {
/frameworks/ex/common/tests/src/com/android/common/
H A DRfc822ValidatorTest.java21 import junit.framework.TestCase;
26 public class Rfc822ValidatorTest extends TestCase {

Completed in 895 milliseconds

12345678910