ScalatestUtils
org.apache.pekko.http.scaladsl.testkit.ScalatestUtils
trait ScalatestUtils extends MarshallingTestUtils
Attributes
- Source
- ScalatestUtils.scala
- Graph
-
- Supertypes
- Known subtypes
-
trait ScalatestRouteTest
Members list
Value members
Concrete methods
Attributes
- Source
- ScalatestUtils.scala
Attributes
- Source
- ScalatestUtils.scala
def unmarshalTo[T : FromEntityUnmarshaller](value: Try[T])(implicit evidence$2: FromEntityUnmarshaller[T], ec: ExecutionContext, mat: Materializer): Matcher[HttpEntity]
Attributes
- Source
- ScalatestUtils.scala
def unmarshalToValue[T : FromEntityUnmarshaller](value: T)(implicit evidence$1: FromEntityUnmarshaller[T], ec: ExecutionContext, mat: Materializer): Matcher[HttpEntity]
Attributes
- Source
- ScalatestUtils.scala
Inherited methods
def marshal[T : ToEntityMarshaller](value: T)(implicit evidence$1: ToEntityMarshaller[T], ec: ExecutionContext, mat: Materializer): Strict
Attributes
- Inherited from:
- MarshallingTestUtils
- Source
- MarshallingTestUtils.scala
def marshalToResponse[T : ToResponseMarshaller](value: T, request: HttpRequest)(implicit evidence$3: ToResponseMarshaller[T], ec: ExecutionContext): HttpResponse
Attributes
- Inherited from:
- MarshallingTestUtils
- Source
- MarshallingTestUtils.scala
def marshalToResponseForRequestAccepting[T : ToResponseMarshaller](value: T, mediaRanges: MediaRange*)(implicit evidence$2: ToResponseMarshaller[T], ec: ExecutionContext): HttpResponse
Attributes
- Inherited from:
- MarshallingTestUtils
- Source
- MarshallingTestUtils.scala
Attributes
- Inherited from:
- MarshallingTestUtils
- Source
- MarshallingTestUtils.scala
Attributes
- Inherited from:
- MarshallingTestUtils
- Source
- MarshallingTestUtils.scala
def unmarshal[T : FromEntityUnmarshaller](entity: HttpEntity)(implicit evidence$5: FromEntityUnmarshaller[T], ec: ExecutionContext, mat: Materializer): Try[T]
Attributes
- Inherited from:
- MarshallingTestUtils
- Source
- MarshallingTestUtils.scala
def unmarshalValue[T : FromEntityUnmarshaller](entity: HttpEntity)(implicit evidence$4: FromEntityUnmarshaller[T], ec: ExecutionContext, mat: Materializer): T
Attributes
- Inherited from:
- MarshallingTestUtils
- Source
- MarshallingTestUtils.scala
In this article