This trait adds the possibility to execute the after behavior after the body of the context.
This trait provides shortcuts to create Arguments instances and adding them to the SpecificationStructure by mutating its current content
This trait adds the possibility to execute the around behavior around the body of the context.
This trait adds the possibility to execute the before behavior before the body of the context.
Adding new implicits to support specs-like naming: "the system" should "do this" in { .
This marker trait can be used to scope variables which should only be used for a given set of fragments
This trait can be used to deactivate implicits for building fragments
This class must be inherited to allow a Specification to be executed as a JUnit test
This trait uses the NoBangExamples trait to allow using ! on string values in a DataTable
The tags trait allows the creation of Tags fragments in a mutable specification where the tags are defined for the _next_ fragment (or fragments for a section)