Packages

p

org.http4s

testing

package testing

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. testing
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type ArbitraryInstances
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M2) Import from org.http4s.laws.discipline.arbitrary._.

  2. type EntityCodecLaws[F[_], A] = laws.EntityCodecLaws[F, A]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M2) Moved to org.http4s.laws.EntityCodecLaws.

  3. type EntityCodecTests[F[_], A] = laws.discipline.EntityCodecTests[F, A]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M2) Moved to org.http4s.laws.discipline.EntityCodecTests.

  4. type EntityEncoderLaws[F[_], A] = laws.EntityEncoderLaws[F, A]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M2) Moved to org.http4s.laws.EntityEncoderLaws.

  5. type EntityEncoderTests[F[_], A] = laws.discipline.EntityEncoderTests[F, A]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M2) Moved to org.http4s.laws.discipline.EntityEncoderTests.

  6. trait ErrorReportingUtils extends AnyRef
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-RC2) Not related to HTTP, and will be removed from public interface.

  7. trait Http4sMatchers[F[_]] extends Matchers with RunTimedMatchers[F]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-RC2) Discontinued. Inherits from vendored RunTimedMatchers that are now provided by specs-cats. The matchers that require them block threads and are disrecommended. What's left is insubstantial.

  8. type HttpCodecLaws[A] = laws.HttpCodecLaws[A]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M2) Moved to org.http4s.laws.HttpCodecLaws.

  9. type HttpCodecTests[A] = laws.discipline.HttpCodecTests[A]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M2) Moved to org.http4s.laws.discipline.HttpCodecTests.

  10. trait IOMatchers extends RunTimedMatchers[IO]

    Matchers for cats.effect.IO

    Matchers for cats.effect.IO

    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-RC2) Provided by specs2-cats in org.specs2.matcher.IOMatchers

  11. trait RunTimedMatchers[F[_]] extends AnyRef

    Matchers for cats.effect.F_

    Matchers for cats.effect.F_

    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-RC2) Provided by specs2-cats in org.specs2.matcher.RunTimedMatchers

Deprecated Value Members

  1. val ArbitraryInstances: arbitrary.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M2) Moved to org.http4s.laws.discipline.arbitrary.

  2. val EntityCodecLaws: laws.EntityCodecLaws.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M2) Moved to org.http4s.laws.EntityCodecLaws.

  3. val EntityCodecTests: laws.discipline.EntityCodecTests.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M2) Moved to org.http4s.laws.discipline.EntityCodecTests.

  4. val EntityEncoderLaws: laws.EntityEncoderLaws.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M2) Moved to org.http4s.laws.EntityEncoderLaws.

  5. val EntityEncoderTests: laws.discipline.EntityEncoderTests.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M2) Moved to org.http4s.laws.discipline.EntityEncoderTests.

  6. val HttpCodecLaws: laws.EntityCodecLaws.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M2) Moved to org.http4s.laws.HttpCodecLaws.

  7. val HttpCodecTests: laws.discipline.HttpCodecTests.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M2) Moved to org.http4s.laws.discipline.HttpCodecTests.

  8. val application/excel: MediaType
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M2) Will be removed in a future version.

  9. val application/gnutar: MediaType
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M2) Will be removed in a future version.

  10. val application/soap+xml: MediaType
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M2) Will be removed in a future version.

  11. val audio/aiff: MediaType
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M2) Will be removed in a future version.

  12. val audio/mod: MediaType
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M2) Will be removed in a future version.

  13. val instances: arbitrary.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M2) Moved to org.http4s.laws.discipline.arbitrary.

  14. def ioBooleanToProp(iob: IO[Boolean])(implicit ec: TestContext): Prop
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M2) Will be removed in a future version. Prefer IsEq[F[Boolean]].

  15. val text/asp: MediaType
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M2) Will be removed in a future version.

  16. val text/x-h: MediaType
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-M2) Will be removed in a future version.

  17. object IOMatchers extends IOMatchers
    Annotations
    @deprecated
    Deprecated

    (Since version 0.21.0-RC2) Provided by specs2-cats in org.specs2.matcher.IOMatchers

Inherited from AnyRef

Inherited from Any

Ungrouped