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

12345678910

/frameworks/base/core/tests/coretests/src/android/net/http/
H A DDefaultHttpClientTest.java29 import junit.framework.TestCase;
42 public final class DefaultHttpClientTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/os/
H A DBroadcasterTest.java24 import junit.framework.TestCase;
26 public class BroadcasterTest extends TestCase {
/frameworks/base/core/tests/coretests/src/android/util/
H A DDayOfMonthCursorTest.java19 import junit.framework.TestCase;
27 public class DayOfMonthCursorTest extends TestCase {
H A DMonthDisplayHelperTest.java23 import junit.framework.TestCase;
28 public class MonthDisplayHelperTest extends TestCase {
H A DRecurrenceRuleTest.java21 import junit.framework.TestCase;
31 public class RecurrenceRuleTest extends TestCase {
H A DStateSetTest.java19 import junit.framework.TestCase;
26 public class StateSetTest extends TestCase {
H A DTokenBucketTest.java21 import junit.framework.TestCase;
23 public class TokenBucketTest extends TestCase {
/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/os/
H A DBatteryStatsDurationTimerTest.java22 import junit.framework.TestCase;
30 public class BatteryStatsDurationTimerTest extends TestCase {
H A DKernelWakelockReaderTest.java20 import junit.framework.TestCase;
24 public class KernelWakelockReaderTest extends TestCase {
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DFastXmlSerializerTest.java24 import junit.framework.TestCase;
37 public class FastXmlSerializerTest extends TestCase {
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DAccessibilityManagerTest.java19 import static junit.framework.TestCase.assertFalse;
20 import static junit.framework.TestCase.assertSame;
/frameworks/base/tests/net/java/android/net/util/
H A DBlockingSocketReaderTest.java40 import junit.framework.TestCase;
48 public class BlockingSocketReaderTest extends TestCase {
H A DIpUtilsTest.java24 import junit.framework.TestCase;
27 public class IpUtilsTest 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 DClientWakelockTrackerTest.java20 import junit.framework.TestCase;
22 public class ClientWakelockTrackerTest extends TestCase {
H A DSimPhoneBookTest.java27 import junit.framework.TestCase;
30 public class SimPhoneBookTest extends TestCase {
H A DVisualVoicemailSmsFilterTest.java30 import junit.framework.TestCase;
39 public class VisualVoicemailSmsFilterTest extends TestCase {
H A DVisualVoicemailSmsParserTest.java20 import junit.framework.TestCase;
22 public class VisualVoicemailSmsParserTest 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/support/emoji/core/tests/java/android/support/text/emoji/widget/
H A DEmojiInputFilterTest.java20 import static junit.framework.TestCase.assertNotNull;
21 import static junit.framework.TestCase.assertSame;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/wakelock/
H A DSettableWakeLockTest.java19 import static junit.framework.TestCase.assertTrue;
/frameworks/base/core/tests/coretests/src/android/app/
H A DLoaderLifecycleTest.java20 import static junit.framework.TestCase.assertNotNull;
21 import static junit.framework.TestCase.assertNotSame;
22 import static junit.framework.TestCase.assertSame;
/frameworks/support/fragment/tests/java/android/support/v4/app/
H A DFragmentReceiveResultTest.java18 import static junit.framework.TestCase.assertEquals;
19 import static junit.framework.TestCase.assertTrue;
20 import static junit.framework.TestCase.fail;
/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"

Completed in 706 milliseconds

12345678910