NoStdOut

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

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
class Object
trait Matchable
class Any
Known subtypes
object NoStdOut.type

Members list

Value members

Concrete methods

def around[T](t: => T)(using evidence$1: AsResult[T]): Result