final case classSetup(setup: (ClassLoader) ⇒ Unit) extends TestOption with Product with Serializable
Defines a TestOption that will evaluate setup before any tests execute.
The ClassLoader provided to setup is the loader containing the test classes that will be run.
Setup is not currently performed for forked tests.
Linear Supertypes
Serializable, Serializable, Product, Equals, TestOption, AnyRef, Any
Defines a TestOption that will evaluate
setup
before any tests execute. The ClassLoader provided tosetup
is the loader containing the test classes that will be run. Setup is not currently performed for forked tests.