Package

org.squbs

testkit

Permalink

package testkit

Visibility
  1. Public
  2. All

Type Members

  1. abstract class CustomRouteTestKit extends TestKitBase with Suite with ScalatestRouteTest with DebugTiming with PortGetter

    Permalink
  2. abstract class CustomTestKit extends TestKit with DebugTiming with ImplicitSender with Suite with BeforeAndAfterAll with PortGetter

    Permalink

    The custom test kit allows custom configuration of the Unicomplex before boot.

    The custom test kit allows custom configuration of the Unicomplex before boot. It also does not require the test to run in a separate process and allow for parallel tests.

  3. trait DebugTiming extends TestKitBase

    Permalink
  4. trait PortGetter extends AnyRef

    Permalink

Value Members

  1. object CustomTestKit extends Serializable

    Permalink
  2. object DbTest extends Tag

    Permalink
  3. object DebugTiming

    Permalink
  4. object SlowTest extends Tag

    Permalink
  5. object TestRoute

    Permalink

    The TestRoute is used for creating a Route to be used with the Akka Http TestKit, from a RouteDefinition.

    The TestRoute is used for creating a Route to be used with the Akka Http TestKit, from a RouteDefinition. While a RouteDefinition is easy to define, it is actually not easy to instantiate.

  6. object Timeouts

    Permalink
  7. package japi

    Permalink
  8. package stress

    Permalink

Ungrouped