ConsoleOutput

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

Attributes

Companion
trait
Graph
Supertypes
trait Output
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

override def flush(): Unit

flush the content if necessary

flush the content if necessary

Attributes

Definition Classes
Inherited from:
ConsoleOutput
def printStackTrace(t: Throwable): Unit

print stacktraces

print stacktraces

Attributes

Inherited from:
Output
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 from:
ConsoleOutput
def println(m: Any): Unit

print an object with a newline

print an object with a newline

Attributes

Inherited from:
Output