Packages

c

bloop.testing

TestServer

class TestServer extends AnyRef

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestServer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TestServer(logger: Logger, eventHandler: EventHandler, discoveredTests: DiscoveredTests)

Value Members

  1. val port: Int

    The port on which this server is listening.

  2. def whileRunning[T](op: ⇒ T): T