Packages

p

bloop

testing

package testing

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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.

  2. class TestServer extends AnyRef

    A server that communicates with the test agent in a forked JVM to run the tests.

    A server that communicates with the test agent in a forked JVM to run the tests. Heavily inspired from sbt's ForkTests.scala.

Value Members

  1. object TestInternals

Ungrouped