|
specs 1.2.3 API
|
|
trait
ExampleLifeCycle
extends AnyRef| Value Summary | |
protected[this] var
|
example : scala.Option[Example] |
protected var
|
sequential : Boolean |
| Method Summary | |
def
|
afterExample (ex : Example) : Unit |
def
|
afterTest (ex : Example) : Unit |
def
|
beforeExample (ex : Example) : Unit |
def
|
beforeTest (ex : Example) : Unit |
def
|
executeTest (ex : Example, t : => Any) : Any |
def
|
isSequential : Boolean |
def
|
setSequential : Unit |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Value Details |
| Method Details |
|
specs 1.2.3 API
|
|