TestRunPolicy

sbt.Tests.TestRunPolicy
sealed trait TestRunPolicy

Configures whether a group of tests runs in the same JVM or are forked.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object InProcess.type
class SubProcess
In this article