Cleanup

sbt.Tests.Cleanup
final case class Cleanup(cleanup: ClassLoader => Unit) extends TestOption

Defines a TestOption that will evaluate cleanup after all tests execute. The ClassLoader provided to cleanup is the loader containing the test classes that ran. Cleanup 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