Output

org.specs2.io.Output
trait Output

This trait represents an output with standard print functions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ConsoleOutput.type
trait StringOutput

Members list

Value members

Abstract methods

def printf(format: 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

Concrete methods

def flush(): Unit

flush the content if necessary

flush the content if necessary

Attributes

def printStackTrace(t: Throwable): Unit

print stacktraces

print stacktraces

Attributes

def println(m: Any): Unit

print an object with a newline

print an object with a newline

Attributes