< prev index next >

test/java/io/InputStream/TransferTo.java

Print this page

        

*** 35,44 **** --- 35,45 ---- /* * @test * @bug 8066867 * @summary tests whether java.io.InputStream.transferTo conforms to its * contract defined in the javadoc + * @key randomness */ public class TransferTo { public static void main(String[] args) throws IOException { ifOutIsNullThenNpeIsThrown();
< prev index next >