Package

akka.http.scaladsl

testkit

Permalink

package testkit

Content Hierarchy
Visibility
  1. Public
  2. All

Type Members

  1. trait MarshallingTestUtils extends AnyRef

    Permalink
  2. trait RouteTest extends RequestBuilding with WSTestRequestBuilding with RouteTestResultComponent with MarshallingTestUtils

    Permalink
  3. trait RouteTestResultComponent extends AnyRef

    Permalink
  4. case class RouteTestTimeout(duration: FiniteDuration) extends Product with Serializable

    Permalink
  5. trait ScalatestRouteTest extends RouteTest with Scalatest with ScalatestUtils

    Permalink
  6. trait ScalatestUtils extends MarshallingTestUtils

    Permalink
  7. trait TestFrameworkInterface extends AnyRef

    Permalink
  8. trait WSProbe extends AnyRef

    Permalink

    A WSProbe is a probe that implements a Flow[Message, Message, Unit] for testing websocket code.

    A WSProbe is a probe that implements a Flow[Message, Message, Unit] for testing websocket code.

    Requesting elements is handled automatically.

  9. trait WSTestRequestBuilding extends AnyRef

    Permalink

Ungrouped