Searched refs:WrapperTester (Results 1 - 2 of 2) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DOutputStreamTesterTest.java22 import org.apache.harmony.testframework.WrapperTester;
144 private static class FilterOutputStreamTester extends WrapperTester {
155 private static class BufferedOutputStreamTester extends WrapperTester {
171 private static class DataOutputStreamTester extends WrapperTester {
182 private static class ObjectOutputStreamTester extends WrapperTester {
194 private static class PrintStreamTester extends WrapperTester {
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
H A DWrapperTester.java31 public abstract class WrapperTester { class
52 public WrapperTester setThrowsExceptions(boolean throwsExceptions) {
85 return WrapperTester.this.create(delegate);
89 return WrapperTester.this.decode(delegate.bytesOut.toByteArray());
93 return WrapperTester.this.toString();
104 return WrapperTester.this.toString() + ":" + super.getName();

Completed in 438 milliseconds