Package

com.typesafe.conductr

lib

Permalink

package lib

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AkkaUnitTest extends UnitTestLike with AkkaUnitTestLike with BeforeAndAfterAll

    Permalink

    Akka unit tests for Typesafe ConductR.

    Akka unit tests for Typesafe ConductR. The actor system along with its configuration is established just once. Correspondingly the actor system is terminated at the end of all of the tests.

    Note then that the startSystem and config methods (for example) are passed no test data - there is no test data representing the suite as a whole.

  2. trait AkkaUnitTestLike extends AnyRef

    Permalink

    Akka unit tests for Typesafe ConductR.

  3. abstract class AkkaUnitTestWithFixture extends WordSpec with Matchers with AkkaUnitTestLike

    Permalink

    An isolating test for Akka provides a new Akka system for each test run.

  4. abstract class UnitTest extends WordSpec with Matchers

    Permalink

    Unit tests for Typesafe ConductR as an abstract class (improves compilation speed).

  5. trait UnitTestLike extends WordSpecLike with Matchers

    Permalink

    Unit tests for Typesafe ConductR.

Value Members

  1. object AkkaUnitTest extends Serializable

    Permalink

Ungrouped