NoStdOut

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

Companion:
object
class Object
trait Matchable
class Any
object NoStdOut.type

Value members

Concrete methods

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