NoStdOut

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

Attributes

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

Members list

Value members

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 around[T : AsResult](t: => T): Result

Attributes

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

compose the actions of 2 Around traits

compose the actions of 2 Around traits

Attributes

Inherited from:
Around