136137138139140141142143144145146
} catch (Exception e) { assertEquals("mark(int)", e.getMessage()); } try { cs.markSupported(); fail(); } catch (Exception e) { assertEquals("markSupported()", e.getMessage()); }
138139140141142143144145146147148
142143144145146147148149150151152
131132133134135136137138139140141