Searched refs:TestCase (Results 151 - 175 of 243) sorted by relevance

12345678910

/frameworks/base/legacy-test/src/junit/framework/
H A DTestResult.java109 * Runs a TestCase.
111 protected void run(final TestCase test) {
129 * Runs a TestCase.
/frameworks/support/emoji/core/tests/java/android/support/text/emoji/widget/
H A DEmojiEditableFactoryTest.java20 import static junit.framework.TestCase.assertNotNull;
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DAppCompatTextViewAutoSizeTest.java18 import static junit.framework.TestCase.assertEquals;
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/
H A DScanFilterTest.java27 import junit.framework.TestCase;
35 public class ScanFilterTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/app/
H A DApplicationPackageManagerTest.java26 import junit.framework.TestCase;
37 public class ApplicationPackageManagerTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DParceledListSliceTest.java6 import junit.framework.TestCase;
12 public class ParceledListSliceTest 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 DSntpClientTest.java29 import junit.framework.TestCase;
32 public class SntpClientTest extends TestCase {
H A DStaticIpConfigurationTest.java28 import junit.framework.TestCase;
34 public class StaticIpConfigurationTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/os/
H A DMessageQueueTest.java24 import junit.framework.TestCase;
27 public class MessageQueueTest extends TestCase {
H A DPatternMatcherTest.java4 import junit.framework.TestCase;
11 public class PatternMatcherTest extends TestCase{
/frameworks/base/core/tests/coretests/src/com/android/internal/app/procstats/
H A DSparseMappingTableTest.java29 import junit.framework.TestCase;
36 public class SparseMappingTableTest extends TestCase {
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryStatsCounterTest.java22 import junit.framework.TestCase;
27 public class BatteryStatsCounterTest extends TestCase {
H A DBatteryStatsSamplingTimerTest.java22 import junit.framework.TestCase;
26 public class BatteryStatsSamplingTimerTest extends TestCase {
H A DBatteryStatsStopwatchTimerTest.java21 import junit.framework.TestCase;
26 public class BatteryStatsStopwatchTimerTest extends TestCase {
H A DLoggingPrintStreamTest.java28 import junit.framework.TestCase;
32 public class LoggingPrintStreamTest extends TestCase {
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DArrayUtilsTest.java19 import junit.framework.TestCase;
25 public class ArrayUtilsTest extends TestCase {
H A DLineBreakBufferedWriterTest.java19 import junit.framework.TestCase;
32 public class LineBreakBufferedWriterTest extends TestCase {
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DArrayUtilsTest.java22 import junit.framework.TestCase;
27 public class ArrayUtilsTest extends TestCase {
/frameworks/base/legacy-test/src/android/test/
H A DInstrumentationTestCase.java31 import junit.framework.TestCase;
42 public class InstrumentationTestCase extends TestCase {
/frameworks/base/location/tests/locationtests/src/android/location/
H A DLocationTest.java22 import junit.framework.TestCase;
28 public class LocationTest extends TestCase {
/frameworks/base/tests/net/java/android/net/netlink/
H A DRtNetlinkNeighborMessageTest.java35 import junit.framework.TestCase;
38 public class RtNetlinkNeighborMessageTest extends TestCase {
/frameworks/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;
34 public class RecurrenceSetTest extends TestCase {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DServiceStateTest.java25 import junit.framework.TestCase;
29 public class ServiceStateTest extends TestCase {

Completed in 670 milliseconds

12345678910