611612613614615616617618619620621
@Test public void pMarkSupported_void() throws Exception { try { Stream stream = new Stream(); assertEquals(true, stream.markSupported()); } finally { } } @Test