129130131132133134135136137138139
}; public void testWrapping() throws Exception { CharFilter cs = new TestRandomChains.CheckThatYouDidntReadAnythingReaderWrapper(wrappedStream); try { cs.mark(1); fail(); } catch (Exception e) { assertEquals("mark(int)", e.getMessage()); }
131132133134135136137138139140141
135136137138139140141142143144145
124125126127128129130131132133134