org.scalatest

trait BeforeAndAfter

[source: org/scalatest/BeforeAndAfter.scala]

@scala.deprecated

trait BeforeAndAfter
extends BeforeAndAfterEach with BeforeAndAfterAll
This trait has been deprecated and will be removed in a future version of ScalaTest. If you are only using its beforeEach 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.
Author
Bill Venners
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)

Copyright (C) 2001-2010 Artima, Inc. All rights reserved.