Class StandardStreams
java.lang.Object
org.antublue.test.engine.internal.util.StandardStreams
Class to implement StandardStreams
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidflush()Method to flush streamsstatic voidMethod to print a line to System.out and flush streamsstatic voidMethod to print a line with newline to System.out and flush streams
-
Method Details
-
print
Method to print a line to System.out and flush streams- Parameters:
format- formatobjects- objects
-
println
Method to print a line with newline to System.out and flush streams- Parameters:
format- formatobjects- objects
-
flush
public static void flush()Method to flush streams
-