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

/libcore/support/src/test/java/org/apache/harmony/testframework/
H A DCharWrapperTester.java63 result.addTest(new WrapperTestCase("wrapperTestFlushThrowsViaFlush"));
64 result.addTest(new WrapperTestCase("wrapperTestFlushThrowsViaClose"));
65 result.addTest(new WrapperTestCase("wrapperTestCloseThrows"));
67 result.addTest(new WrapperTestCase("wrapperTestFlushThrowsViaFlushSuppressed"));
68 result.addTest(new WrapperTestCase("wrapperTestFlushThrowsViaCloseSuppressed"));
69 result.addTest(new WrapperTestCase("wrapperTestCloseThrowsSuppressed"));
100 public class WrapperTestCase extends TestCase { class in class:CharWrapperTester
102 private WrapperTestCase(String name) { method in class:CharWrapperTester.WrapperTestCase
H A DWrapperTester.java64 result.addTest(new WrapperTestCase("wrapperTestFlushThrowsViaFlush"));
65 result.addTest(new WrapperTestCase("wrapperTestFlushThrowsViaClose"));
66 result.addTest(new WrapperTestCase("wrapperTestCloseThrows"));
68 result.addTest(new WrapperTestCase("wrapperTestFlushThrowsViaFlushSuppressed"));
69 result.addTest(new WrapperTestCase("wrapperTestFlushThrowsViaCloseSuppressed"));
70 result.addTest(new WrapperTestCase("wrapperTestCloseThrowsSuppressed"));
101 public class WrapperTestCase extends TestCase { class in class:WrapperTester
103 private WrapperTestCase(String name) { method in class:WrapperTester.WrapperTestCase

Completed in 420 milliseconds