Packages

p

munit

package munit

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. munit
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract class Http4sAuthedRoutesSuite[A] extends Http4sSuite[AuthedRequest[IO, A], AuthedRoutes[A, IO]]

    Base class for suites testing AuthedRoutes.

  2. abstract class Http4sHttpRoutesSuite extends Http4sSuite[Request[IO], HttpRoutes[IO]]

    Base class for suites testing HttpRoutes.

  3. abstract class Http4sSuite[Req, Routes <: Kleisli[[β$0$]OptionT[IO, β$0$], Req, Response[IO]]] extends CatsEffectSuite

    The base class for all http4s suites.

  4. abstract class HttpSuite extends CatsEffectSuite with CatsEffectFunFixtures

    Base class for suites testing HTTP servers.

Value Members

  1. val Fail: Tag
  2. val Flaky: Tag
  3. val Ignore: Tag
  4. val Only: Tag
  5. val Slow: Tag

Inherited from AnyRef

Inherited from Any

Ungrouped