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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DOutputStreamTesterTest.java22 import org.apache.harmony.testframework.WrapperTester;
146 private static class FilterOutputStreamTester extends WrapperTester {
157 private static class BufferedOutputStreamTester extends WrapperTester {
173 private static class DataOutputStreamTester extends WrapperTester {
184 private static class ObjectOutputStreamTester extends WrapperTester {
196 private static class PrintStreamTester extends WrapperTester {
/libcore/support/src/test/java/org/apache/harmony/testframework/
H A DWrapperTester.java31 public abstract class WrapperTester { class
52 public WrapperTester setThrowsExceptions(boolean throwsExceptions) {
87 return WrapperTester.this.create(delegate);
92 return WrapperTester.this.decode(delegate.bytesOut.toByteArray());
97 return WrapperTester.this.toString();
109 return WrapperTester.this.toString() + ":" + super.getName();

Completed in 68 milliseconds