NoStdOut

org.specs2.reporter.NoStdOut
See theNoStdOut companion object
trait NoStdOut extends Around

This trait allows to remove any console display during the execution of an example

Of course it needs to be understood that the output might be completely messed up when executing specifications and examples concurrently

Attributes

Companion
object
Graph
Supertypes
trait Around
trait Context
trait Scope
trait Scope
class Object
trait Matchable
class Any
Show all
Known subtypes
object NoStdOut.type

Members list

Value members

Concrete methods

def around[T : AsResult](t: => T): Result

Inherited methods

def andThen(a: Around): Around

sequence the actions of 2 Around traits

sequence the actions of 2 Around traits

Attributes

Inherited from:
Around
def apply[T : AsResult](a: => T): Result

Attributes

Inherited from:
Around
def compose(a: Around): Around

compose the actions of 2 Around traits

compose the actions of 2 Around traits

Attributes

Inherited from:
Around