ScalaTest 1.0
|
|
org/scalatest/BeforeAndAfter.scala
]
trait
BeforeAndAfter
extends
BeforeAndAfterEach with
BeforeAndAfterAllbeforeEach
and/or afterEach
methods,
mix in BeforeAndAfterEach
instead. If you are only using its beforeAll
and/or afterAll
methods, mix in BeforeAndAfterAll
instead.
If you are using at least one "each" and one "all" method, mix in
BeforeAndAfterEach with BeforeAndAfterAll
instead.Methods inherited from BeforeAndAfterAll | |
beforeAll, beforeAll, afterAll, afterAll, run |
Methods inherited from BeforeAndAfterEach | |
beforeEach, beforeEach, afterEach, afterEach, runTest |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Methods inherited from AbstractSuite | |
withFixture (abstract), runNestedSuites (abstract), runTests (abstract), testNames (abstract), nestedSuites (abstract), tags (abstract), expectedTestCount (abstract) |
ScalaTest 1.0
|
|