Searched refs:framework (Results 1 - 25 of 1450) sorted by relevance

1234567891011>>

/libcore/dom/src/test/java/org/w3c/domts/
H A DDOMTestCase.java30 private DOMTestFramework framework; field in class:DOMTestCase
38 framework = null;
50 framework = null;
55 * appropriate test framework and runs the specified test
102 * Sets test framework to be used by test.
104 * @param framework
106 public void setFramework(DOMTestFramework framework) { argument
107 this.framework = framework;
117 framework
[all...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DClassCircularityErrorTest.java19 import junit.framework.TestCase;
H A DClassFormatErrorTest.java19 import junit.framework.TestCase;
H A DThreadDeathTest.java20 public class ThreadDeathTest extends junit.framework.TestCase {
H A DArithmeticExceptionTest.java20 import junit.framework.TestCase;
H A DCharacter_SubsetTest.java20 import junit.framework.TestCase;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DConnectExceptionTest.java22 public class ConnectExceptionTest extends junit.framework.TestCase {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
H A DMessageFormatFieldTest.java19 public class MessageFormatFieldTest extends junit.framework.TestCase {
H A DNumberFormatFieldTest.java19 public class NumberFormatFieldTest extends junit.framework.TestCase {
/libcore/luni/src/test/java/libcore/java/lang/
H A DAssertionErrorTest.java19 import junit.framework.TestCase;
H A DNoClassDefFoundErrorTest.java19 public class NoClassDefFoundErrorTest extends junit.framework.TestCase {
/libcore/luni/src/test/java/libcore/java/util/
H A DArrayListTest.java21 public class ArrayListTest extends junit.framework.TestCase {
H A DListTest.java21 public class ListTest extends junit.framework.TestCase {
H A DVectorTest.java21 public class VectorTest extends junit.framework.TestCase {
/libcore/luni/src/test/java/libcore/javax/net/ssl/
H A DSSLServerSocketFactoryTest.java20 import junit.framework.TestCase;
/libcore/luni/src/test/java/libcore/util/
H A DSneakyThrowTest.java19 import junit.framework.TestCase;
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
H A DDHGenParameterSpecTest.java29 import junit.framework.Test;
30 import junit.framework.TestCase;
31 import junit.framework.TestSuite;
/libcore/dom/src/test/java/tests/api/org/w3c/dom/
H A DAllTests_Level2.java19 import junit.framework.Test;
20 import junit.framework.TestSuite;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DCharConversionExceptionTest.java22 public class CharConversionExceptionTest extends junit.framework.TestCase {
H A DFileNotFoundExceptionTest.java22 import junit.framework.TestCase;
H A DInputStreamTest.java23 import junit.framework.TestCase;
H A DInterruptedIOExceptionTest.java22 import junit.framework.TestCase;
H A DNotActiveExceptionTest.java22 import junit.framework.TestCase;
H A DNotSerializableExceptionTest.java22 import junit.framework.TestCase;
H A DObjectStreamConstantsTest.java21 import junit.framework.TestCase;

Completed in 1715 milliseconds

1234567891011>>