TestAdapter

final class TestAdapter(config: Config)
Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def close(): Unit

Releases all resources. All associated runs must be done.

Releases all resources. All associated runs must be done.

def loadFrameworks(frameworkNames: List[List[String]]): List[Option[Framework]]

Creates an sbt.testing.Framework for each framework that can be found.

Creates an sbt.testing.Framework for each framework that can be found.

The returned Frameworks bind to this TestAdapter and are only valid until close is called.