Packages

p

bloop

testing

package testing

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait BloopTestSuiteEventHandler extends TestSuiteEventHandler
  2. 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.

  3. sealed trait DiscoveredTestFrameworks extends AnyRef
  4. final case class FingerprintInfo[+Print <: Fingerprint](name: String, isModule: Boolean, framework: Framework, fingerprint: Print) extends Product with Serializable
  5. class LoggingEventHandler extends BloopTestSuiteEventHandler
  6. 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.

Ungrouped