final case classCleanup(cleanup: (ClassLoader) ⇒ Unit) extends TestOption with Product with Serializable
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.
Linear Supertypes
Serializable, Serializable, Product, Equals, TestOption, AnyRef, Any
Defines a TestOption that will evaluate
cleanupafter all tests execute. The ClassLoader provided tocleanupis the loader containing the test classes that ran. Cleanup is not currently performed for forked tests.