HomeSort by relevance Sort by last modified time
    Searched refs:TestCase (Results 226 - 250 of 4711) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
AsyncChannelTest.java 23 import junit.framework.TestCase;
28 public class AsyncChannelTest extends TestCase {
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
ThreadBitmapTest.java 19 import junit.framework.TestCase;
23 public class ThreadBitmapTest extends TestCase {
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
SmokeTestSuiteBuilderTest.java 19 import junit.framework.TestCase;
24 public class SmokeTestSuiteBuilderTest extends TestCase {
TestGroupingTest.java 21 import junit.framework.TestCase;
26 public class TestGroupingTest extends TestCase {
  /frameworks/base/tests/CoreTests/android/core/
MiscRegressionTest.java 21 import junit.framework.TestCase;
23 public class MiscRegressionTest extends TestCase {
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
LineVerifierElem.java 23 import junit.framework.TestCase;
58 TestCase.fail("Multiple \"BEGIN:VCARD\" line found");
65 TestCase.fail("Multiple \"END:VCARD\" line found");
74 TestCase.fail("Multiple VERSION line + found");
82 TestCase.fail("Property other than BEGIN came before BEGIN property: " + line);
84 TestCase.fail("Property other than END came after END property: " + line);
91 TestCase.fail("Unexpected line: " + line);
102 TestCase.fail("Expected line(s) not found:" + buffer.toString());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/
ByteOrderTest.java 22 import junit.framework.TestCase;
28 public class ByteOrderTest extends TestCase {
  /libcore/luni/src/test/java/libcore/java/io/
ObjectOutputStreamTest.java 21 import junit.framework.TestCase;
23 public final class ObjectOutputStreamTest extends TestCase {
OldAndroidByteArrayOutputStreamTest.java 20 import junit.framework.TestCase;
25 public class OldAndroidByteArrayOutputStreamTest extends TestCase {
OldAndroidStringWriterTest.java 20 import junit.framework.TestCase;
22 public class OldAndroidStringWriterTest extends TestCase {
OldStringBufferInputStreamTest.java 21 import junit.framework.TestCase;
23 public class OldStringBufferInputStreamTest extends TestCase {
  /libcore/luni/src/test/java/libcore/java/lang/
ClassNotFoundExceptionTest.java 19 import junit.framework.TestCase;
21 public final class ClassNotFoundExceptionTest extends TestCase {
StringIndexOutOfBoundsExceptionTest.java 19 import junit.framework.TestCase;
21 public final class StringIndexOutOfBoundsExceptionTest extends TestCase {
  /libcore/luni/src/test/java/libcore/java/net/
OldFileNameMapTest.java 19 import junit.framework.TestCase;
24 public class OldFileNameMapTest extends TestCase {
OldPasswordAuthenticationTest.java 21 import junit.framework.TestCase;
23 public class OldPasswordAuthenticationTest extends TestCase {
  /libcore/luni/src/test/java/libcore/java/util/
OldEventListenerProxyTest.java 19 import junit.framework.TestCase;
24 public class OldEventListenerProxyTest extends TestCase {
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherAesTest.java 18 import junit.framework.TestCase;
20 public class CipherAesTest extends TestCase {
CipherDESedeTest.java 18 import junit.framework.TestCase;
20 public class CipherDESedeTest extends TestCase {
CipherDesTest.java 18 import junit.framework.TestCase;
20 public class CipherDesTest extends TestCase {
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
CallbackHandlerTest.java 20 import junit.framework.TestCase;
29 public class CallbackHandlerTest extends TestCase {
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
ParserConfigurationExceptionTest.java 20 import junit.framework.TestCase;
22 public class ParserConfigurationExceptionTest extends TestCase{
  /libcore/luni/src/test/java/tests/api/org/xml/sax/
SAXNotRecognizedExceptionTest.java 19 import junit.framework.TestCase;
23 public class SAXNotRecognizedExceptionTest extends TestCase {
SAXNotSupportedExceptionTest.java 19 import junit.framework.TestCase;
23 public class SAXNotSupportedExceptionTest extends TestCase {
  /packages/apps/Email/tests/src/com/android/emailcommon/mail/
FlagTests.java 23 import junit.framework.TestCase;
29 public class FlagTests extends TestCase {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_delattr.py 7 class TestCase(unittest.TestCase):

Completed in 665 milliseconds

1 2 3 4 5 6 7 8 91011>>