ScalatestUtils

pl.iterators.stir.testkit.ScalatestUtils

Attributes

Source
ScalatestUtils.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def evaluateTo[T](value: T)(implicit runtime: IORuntime): Matcher[IO[T]]

Attributes

Source
ScalatestUtils.scala
def haveFailedWith(t: Throwable)(implicit runtime: IORuntime): Matcher[IO[_]]

Attributes

Source
ScalatestUtils.scala
def unmarshalTo[T](value: Try[T])(implicit um: EntityDecoder[IO, T], runtime: IORuntime): Matcher[Request[IO]]

Attributes

Source
ScalatestUtils.scala
def unmarshalToValue[T](value: T)(implicit um: EntityDecoder[IO, T], runtime: IORuntime): Matcher[Request[IO]]

Attributes

Source
ScalatestUtils.scala

Inherited methods

def marshal[T](t: T)(implicit m: ToResponseMarshaller[T], runtime: IORuntime): EntityBody[IO]

Attributes

Inherited from:
MarshallingTestUtils
Source
MarshallingTestUtils.scala
def marshalToResponse[T](t: T)(implicit m: ToResponseMarshaller[T], runtime: IORuntime): Response[IO]

Attributes

Inherited from:
MarshallingTestUtils
Source
MarshallingTestUtils.scala
def unmarshal[T](request: Request[IO])(implicit um: EntityDecoder[IO, T], runtime: IORuntime): Try[T]

Attributes

Inherited from:
MarshallingTestUtils
Source
MarshallingTestUtils.scala
def unmarshalValue[T](request: Request[IO])(implicit um: EntityDecoder[IO, T], runtime: IORuntime): T

Attributes

Inherited from:
MarshallingTestUtils
Source
MarshallingTestUtils.scala