Packages

t

klk

Http4sTestBase

trait Http4sTestBase[RunF[_], FR] extends ComposeTest[RunF, FR] with Http4s[RunF, FR]

Linear Supertypes
Http4s[RunF, FR], ComposeTest[RunF, FR], TestBase[RunF, FR], FrameworkTest[FR], TestMarker, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Http4sTestBase
  2. Http4s
  3. ComposeTest
  4. TestBase
  5. FrameworkTest
  6. TestMarker
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def tests: Suite[RunF, Unit, Unit]
    Definition Classes
    TestBase

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def run(frameworkResources: FR): List[TestStats]
    Definition Classes
    TestBase → FrameworkTest
  15. def server: Serve[RunF, FR]
    Definition Classes
    Http4s
  16. def sharedResource[R](resource: Resource[RunF, R])(tests: (SharedResource[RunF, R, FR]) ⇒ Suite[RunF, R, Unit])(implicit bracket: Bracket[RunF, Throwable]): Suite[RunF, Unit, Unit]
    Definition Classes
    ComposeTest
  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def test(desc: String): TestBuilder[RunF, HNil, Id, [γ$5$]Suite[RunF, Unit, γ$5$]]
    Definition Classes
    ComposeTest
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Http4s[RunF, FR]

Inherited from ComposeTest[RunF, FR]

Inherited from TestBase[RunF, FR]

Inherited from FrameworkTest[FR]

Inherited from TestMarker

Inherited from AnyRef

Inherited from Any

Ungrouped