NoStdOut

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

Companion:
object
trait Around
trait Context
trait Scope
trait Scope
class Object
trait Matchable
class Any
object NoStdOut.type

Value members

Concrete methods

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

Inherited methods

sequence the actions of 2 Around traits

sequence the actions of 2 Around traits

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

compose the actions of 2 Around traits

compose the actions of 2 Around traits

Inherited from:
Around