Searched refs:WrapperTester (Results 1 – 2 of 2) sorted by relevance
31 public abstract class WrapperTester { class52 public WrapperTester setThrowsExceptions(boolean throwsExceptions) { in setThrowsExceptions()87 return WrapperTester.this.create(delegate); in create()92 return WrapperTester.this.decode(delegate.bytesOut.toByteArray()); in getBytes()97 return WrapperTester.this.toString(); in toString()109 return WrapperTester.this.toString() + ":" + super.getName(); in getName()
29 class WrapperTester: class56 class TestCLI(WrapperTester):149 class TestGUI(WrapperTester):