Searched refs:setThrowsExceptions (Results 1 - 6 of 6) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DOutputStreamTesterTest.java58 suite.addTest(new ByteArrayOutputStreamSinkTester(0).setThrowsExceptions(false).createTests());
59 suite.addTest(new ByteArrayOutputStreamSinkTester(4).setThrowsExceptions(false).createTests());
70 suite.addTest(new PrintStreamTester().setThrowsExceptions(false).createTests());
H A DWriterTesterTest.java56 suite.addTest(new CharArrayWriterCharSinkTester().setThrowsExceptions(false).createTests());
57 suite.addTest(new StringWriterCharSinkTester().setThrowsExceptions(false).createTests());
65 suite.addTest(new PrintWriterCharSinkTester().setThrowsExceptions(false).createTests());
/libcore/support/src/test/java/org/apache/harmony/testframework/
H A DCharWrapperTester.java51 public CharWrapperTester setThrowsExceptions(boolean throwsExceptions) { method in class:CharWrapperTester
59 .setThrowsExceptions(throwsExceptions)
H A DWrapperTester.java52 public WrapperTester setThrowsExceptions(boolean throwsExceptions) { method in class:WrapperTester
60 .setThrowsExceptions(throwsExceptions)
H A DCharSinkTester.java55 public CharSinkTester setThrowsExceptions(boolean throwsExceptions) { method in class:CharSinkTester
H A DSinkTester.java56 public SinkTester setThrowsExceptions(boolean throwsExceptions) { method in class:SinkTester

Completed in 173 milliseconds