package testing
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final class FilteredLoader extends ClassLoader
Delegates class loading to
parentfor all classes included byfilter.Delegates class loading to
parentfor all classes included byfilter. An attempt to load classes excluded byfilterresults in aClassNotFoundException. - final case class FingerprintInfo[+Print <: sbt.testing.Fingerprint](name: String, isModule: Boolean, framework: Framework, fingerprint: Print) extends Product with Serializable
- class IncludeClassFilter extends AnyRef
- class LoggingEventHandler extends TestSuiteEventHandler
- case class TestArgument(args: List[String], frameworkNames: List[String]) extends Product with Serializable
- final class TestServer extends AnyRef
Implements the protocol that the forked remote JVM talks with the host process.
Implements the protocol that the forked remote JVM talks with the host process.
This protocol is not formal and has been implemented after sbt's
ForkTests.
Value Members
- object TestInternals
- object TimeFormat