Searched refs:TestCase (Results 176 - 200 of 243) sorted by relevance

12345678910

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
H A DImsVideoProviderWrapperTest.java29 import junit.framework.TestCase;
41 public class ImsVideoProviderWrapperTest extends TestCase {
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationTestRunner.java45 import junit.framework.TestCase;
55 * An {@link Instrumentation} that runs various types of {@link junit.framework.TestCase}s against
66 * <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}.
737 test.getClass().getName() + "#" + ((TestCase) test).getName()
769 String testName = ((TestCase)test).getName();
821 ((TestCase)test).getName(), BaseTestRunner.getFilteredTrace(t)));
833 ((TestCase)test).getName(), BaseTestRunner.getFilteredTrace(t)));
/frameworks/support/compat/tests/java/android/support/v4/os/
H A DLocaleListCompatTest.java21 import static junit.framework.TestCase.assertFalse;
22 import static junit.framework.TestCase.assertSame;
23 import static junit.framework.TestCase.fail;
/frameworks/support/fragment/tests/java/android/support/v4/app/
H A DFragmentTransactionTest.java18 import static junit.framework.TestCase.assertEquals;
19 import static junit.framework.TestCase.assertFalse;
20 import static junit.framework.TestCase.assertTrue;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
H A DMffFilterTestCase.java23 import junit.framework.TestCase;
35 * A {@link TestCase} for testing single MFF filter runs. Implementers should extend this class and
/frameworks/support/emoji/core/tests/java/android/support/text/emoji/
H A DAllEmojisTest.java21 import static junit.framework.TestCase.assertTrue;
/frameworks/support/emoji/core/tests/java/android/support/text/emoji/widget/
H A DEmojiTextViewHelperTest.java20 import static junit.framework.TestCase.assertEquals;
/frameworks/base/core/tests/coretests/src/android/content/res/
H A DResourcesManagerTest.java28 import junit.framework.TestCase;
30 public class ResourcesManagerTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/graphics/
H A DBitmapTest.java21 import junit.framework.TestCase;
24 public class BitmapTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/metrics/
H A DLogMakerTest.java19 import junit.framework.TestCase;
21 public class LogMakerTest 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/net/http/
H A DAbstractProxyTest.java28 import junit.framework.TestCase;
41 public abstract class AbstractProxyTest extends TestCase {
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryStatsHelperTest.java45 import junit.framework.TestCase;
58 public class BatteryStatsHelperTest extends TestCase {
H A DBatteryStatsNoteTest.java28 import junit.framework.TestCase;
47 public class BatteryStatsNoteTest extends TestCase{
H A DBatteryStatsTimeBaseTest.java28 import junit.framework.TestCase;
35 public class BatteryStatsTimeBaseTest extends TestCase {
H A DBatteryStatsTimerTest.java25 import junit.framework.TestCase;
34 public class BatteryStatsTimerTest extends TestCase {
/frameworks/base/location/tests/locationtests/src/android/location/
H A DGpsStatusTest.java19 import junit.framework.TestCase;
34 public class GpsStatusTest extends TestCase {
/frameworks/base/tests/CoreTests/android/core/
H A DHeapTest.java25 import junit.framework.TestCase;
35 public class HeapTest extends TestCase {
/frameworks/base/tests/net/java/com/android/server/connectivity/
H A DNetworkNotificationManagerTest.java44 import junit.framework.TestCase;
50 public class NetworkNotificationManagerTest extends TestCase {
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DRRuleTest.java28 import junit.framework.TestCase;
41 public class RRuleTest extends TestCase {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmAlphabetTest.java22 import junit.framework.TestCase;
27 public class GsmAlphabetTest extends TestCase {
/frameworks/support/tv-provider/tests/src/android/support/media/tv/
H A DChannelTest.java30 import junit.framework.TestCase;
40 public class ChannelTest extends TestCase {
H A DProgramTest.java32 import junit.framework.TestCase;
45 public class ProgramTest extends TestCase {
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DKeyEventDispatcherTest.java19 import static junit.framework.TestCase.assertEquals;
20 import static junit.framework.TestCase.assertFalse;
21 import static junit.framework.TestCase.assertTrue;
/frameworks/base/core/tests/coretests/src/android/os/
H A DAidlTest.java24 import junit.framework.TestCase;
28 public class AidlTest extends TestCase {

Completed in 669 milliseconds

12345678910