BeforeAfter

@nowarn
trait BeforeAfter extends BeforeAfter with DelayedInit with Scope
trait DelayedInit
trait After
trait Before
trait Context
trait Scope
trait Scope
class Object
trait Matchable
class Any

Value members

Concrete methods

override def delayedInit(x: => Unit): Unit
Definition Classes
DelayedInit

Inherited methods

def after: Any

override this method to provide the after behavior

override this method to provide the after behavior

Inherited from:
After

sequence the actions of 2 BeforeAfter traits

sequence the actions of 2 BeforeAfter traits

Inherited from:
BeforeAfter

sequence the actions of 2 After traits

sequence the actions of 2 After traits

Inherited from:
After

sequence the actions of 2 Before traits

sequence the actions of 2 Before traits

Inherited from:
Before
override def apply[T : AsResult](a: => T): Result
Definition Classes
Inherited from:
BeforeAfter
def before: Any

override this method to provide the before behavior

override this method to provide the before behavior

Inherited from:
Before

compose the actions of 2 BeforeAfter traits

compose the actions of 2 BeforeAfter traits

Inherited from:
BeforeAfter

compose the actions of 2 After traits

compose the actions of 2 After traits

Inherited from:
After

compose the actions of 2 Before traits

compose the actions of 2 Before traits

Inherited from:
Before