Trait

io.jobial.scase.core.test

TestRequestHandler

Related Doc: package test

Permalink

trait TestRequestHandler extends RequestHandler[IO, TestRequest[_ <: TestResponse], TestResponse] with ServiceTestModel

Linear Supertypes
ServiceTestModel, RequestHandler[IO, TestRequest[_ <: TestResponse], TestResponse], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TestRequestHandler
  2. ServiceTestModel
  3. RequestHandler
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Handler = (TestRequest[_ <: TestResponse]) ⇒ IO[SendResponseResult[TestResponse]]

    Permalink
    Definition Classes
    RequestHandler

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. implicit val eqTestRequest1: Eq[TestRequest1]

    Permalink
    Definition Classes
    ServiceTestModel
  8. implicit val eqTestResp: Eq[Resp]

    Permalink
    Definition Classes
    ServiceTestModel
  9. implicit val eqTestResp1: Eq[Resp1]

    Permalink
    Definition Classes
    ServiceTestModel
  10. implicit val eqTestResponse: Eq[TestResponse]

    Permalink
    Definition Classes
    ServiceTestModel
  11. implicit val eqTestResponse1: Eq[TestResponse1]

    Permalink
    Definition Classes
    ServiceTestModel
  12. implicit val eqTestResponse2: Eq[TestResponse2]

    Permalink
    Definition Classes
    ServiceTestModel
  13. implicit val eqThrowable: Eq[Throwable]

    Permalink
    Definition Classes
    ServiceTestModel
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  16. def handleRequest(implicit context: RequestContext[IO]): (TestRequest[_ <: TestResponse]) ⇒ IO[SendResponseResult[TestResponse]]

    Permalink
    Definition Classes
    TestRequestHandler → RequestHandler
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  22. implicit def req1Resp1Mapping: RequestResponseMapping[Req1, Resp1]

    Permalink
    Definition Classes
    ServiceTestModel
  23. val request1: TestRequest1

    Permalink
    Definition Classes
    ServiceTestModel
  24. val request2: TestRequest2

    Permalink
    Definition Classes
    ServiceTestModel
  25. val response1: TestResponse1

    Permalink
    Definition Classes
    ServiceTestModel
  26. val response2: TestResponse2

    Permalink
    Definition Classes
    ServiceTestModel
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ServiceTestModel

Inherited from RequestHandler[IO, TestRequest[_ <: TestResponse], TestResponse]

Inherited from AnyRef

Inherited from Any

Ungrouped