NoStdOutAroundEach

This trait allows to remove any console display during the execution of the examples of a Specification

class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

override def flatMap(f: Fragment): Fragments
Definition Classes
Inherited from
AroundEach
def map(fs: => Fragments): Fragments

modify the fragments

modify the fragments

Inherited from
SpecificationStructure
def map(structure: SpecStructure): SpecStructure

modify the specification structure

modify the specification structure

Inherited from
SpecificationStructure