Setup

sbt.Tests.Setup
final case class Setup(setup: ClassLoader => Unit) extends TestOption

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.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TestOption
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product