Packages

p

bloop

testing

package testing

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class BspLoggingEventHandler extends LoggingEventHandler
  2. final case class DiscoveredTests(classLoader: ClassLoader, tests: Map[Framework, List[TaskDef]]) extends Product with Serializable

    Groups all the tests that were detected with the ClassLoader that was used to detect them.

    Groups all the tests that were detected with the ClassLoader that was used to detect them.

    classLoader

    The ClassLoader used to detect the tests.

    tests

    The test tasks that were discovered, grouped by their Framework.

  3. class LoggingEventHandler extends TestSuiteEventHandler
  4. 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.

  5. sealed trait TestSuiteEvent extends AnyRef
  6. trait TestSuiteEventHandler extends AnyRef

Ungrouped