BeforeAfterAll

@deprecated(message = "Use the org.specs2.specification.BeforeAfterSpec trait instead", since = "5.0.0")

Execute a step before and after all other fragments

Deprecated
[Since version 5.0.0] Use the org.specs2.specification.BeforeAfterSpec trait instead
class Object
trait Matchable
class Any

Value members

Abstract methods

def afterAll(): Unit
def beforeAll(): Unit

Concrete methods

override
def map(fs: => Fragments): Fragments
Definition Classes

Inherited methods

modify the fragments

modify the fragments

Inherited from
SpecificationStructure

modify the specification structure

modify the specification structure

Inherited from
SpecificationStructure