BeforeAfter

org.specs2.mutable.BeforeAfter
trait BeforeAfter extends BeforeAfter, DelayedInit, Scope

Attributes

Graph
Supertypes
trait DelayedInit
trait BeforeAfter
trait After
trait Before
trait Context
trait Scope
trait Scope
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def delayedInit(x: => Unit): Unit

Attributes

Definition Classes
DelayedInit

Inherited methods

def after: Any

override this method to provide the after behavior

override this method to provide the after behavior

Attributes

Inherited from:
After

sequence the actions of 2 BeforeAfter traits

sequence the actions of 2 BeforeAfter traits

Attributes

Inherited from:
BeforeAfter
def andThen(a: After): After

sequence the actions of 2 After traits

sequence the actions of 2 After traits

Attributes

Inherited from:
After
def andThen(b: Before): Before

sequence the actions of 2 Before traits

sequence the actions of 2 Before traits

Attributes

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

execute an action returning a Result and finally the after action

execute an action returning a Result and finally the after action

Attributes

Definition Classes
Inherited from:
BeforeAfter
def before: Any

override this method to provide the before behavior

override this method to provide the before behavior

Attributes

Inherited from:
Before

compose the actions of 2 BeforeAfter traits

compose the actions of 2 BeforeAfter traits

Attributes

Inherited from:
BeforeAfter
def compose(a: After): After

compose the actions of 2 After traits

compose the actions of 2 After traits

Attributes

Inherited from:
After
def compose(b: Before): Before

compose the actions of 2 Before traits

compose the actions of 2 Before traits

Attributes

Inherited from:
Before