ConsoleOutput

org.specs2.io.ConsoleOutput
See theConsoleOutput companion object
trait ConsoleOutput extends Output

Implementation of the Output trait using the standard Console output

Attributes

Companion:
object
Graph
Supertypes
trait Output
class Object
trait Matchable
class Any
Known subtypes
object ConsoleOutput.type

Members list

Concise view

Value members

Concrete methods

override def flush(): Unit

flush the content if necessary

flush the content if necessary

Attributes

Definition Classes
override def printf(s: String, args: Any*): Unit

print several objects according to a format string (see Console.printf)

print several objects according to a format string (see Console.printf)

Attributes

Definition Classes

Inherited methods

def printStackTrace(t: Throwable): Unit

print stacktraces

print stacktraces

Attributes

Inherited from:
Output
def println(m: Any): Unit

print an object with a newline

print an object with a newline

Attributes

Inherited from:
Output