Packages

package testing

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final class FilteredLoader extends ClassLoader

    Delegates class loading to parent for all classes included by filter.

    Delegates class loading to parent for all classes included by filter. An attempt to load classes excluded by filter results in a ClassNotFoundException.

  2. final case class FingerprintInfo[+Print <: sbt.testing.Fingerprint](name: String, isModule: Boolean, framework: Framework, fingerprint: Print) extends Product with Serializable
  3. class IncludeClassFilter extends AnyRef
  4. class LoggingEventHandler extends TestSuiteEventHandler
  5. case class TestArgument(args: List[String], frameworkNames: List[String]) extends Product with Serializable
  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.

Value Members

  1. object TestInternals
  2. object TimeFormat

Ungrouped