package testing
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait BloopTestSuiteEventHandler extends TestSuiteEventHandler
-
final
class
DebugLoggingEventHandler extends LoggingEventHandler
Works just as an ordinary LoggingEventHandler, but for TestSuiteEvent.Results extracts information about tests execution and send it to the DebuggeeListener.
- sealed trait DiscoveredTestFrameworks extends AnyRef
- final case class FingerprintInfo[+Print <: Fingerprint](name: String, isModule: Boolean, framework: Framework, fingerprint: Print) extends Product with Serializable
- class LoggingEventHandler extends BloopTestSuiteEventHandler
-
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 DiscoveredTestFrameworks
- object NoopEventHandler extends BloopTestSuiteEventHandler
- object TestInternals