ArbitraryInstances
@deprecated("Use `arbitrary` instead. They were redundant, and that one is consistent with Cats.", "0.22.6")
object ArbitraryInstances
- Deprecated
Value members
Inherited methods
Creates an Gen[Url]
with checking that a URI is converting to String
and back to URI safely.
Use this Gen with cautions - it may lead to tests performance degradation.
Creates an Gen[Url]
with checking that a URI is converting to String
and back to URI safely.
Use this Gen with cautions - it may lead to tests performance degradation.
- Inherited from:
- ArbitraryInstances
Deprecated and Inherited fields
@deprecated("Custom status phrases will be removed in 1.0. They are an optional feature, pose a security risk, and already unsupported on some backends.", "0.22.6")
- Deprecated
- Inherited from:
- ArbitraryInstances
@deprecated("Generates encoded values instead of the expected unencoded values that arbitraries should. Use genQDText instead.", "0.22.5")
- Deprecated
- Inherited from:
- _root_.scala.StringContext.apply("\\\\","").s(c)))">ArbitraryInstances
@deprecated("Generates encoded values instead of the expected unencoded values that arbitraries should. Use genQDText instead.", "0.22.5")
- Deprecated
- Inherited from:
- _root_.scala.StringContext.apply("\\\"","\\\"").s(s)))">ArbitraryInstances
Implicits
Inherited implicits
implicit def http4sTestingArbitraryForEntityDecoder[F[_], A](implicit F: Concurrent[F], dispatcher: Dispatcher[F], testContext: TestContext, g: Arbitrary[DecodeResult[F, A]]): Arbitrary[EntityDecoder[F, A]]
- Inherited from:
- ArbitraryInstances
implicit def http4sTestingArbitraryForEntityEncoder[F[_], A](implicit CA: Cogen[A]): Arbitrary[EntityEncoder[F, A]]
- Inherited from:
- ArbitraryInstances
implicit def http4sTestingCogenForEntity[F[_]](implicit F: Concurrent[F], dispatcher: Dispatcher[F], testContext: TestContext): Cogen[Entity[F]]
- Inherited from:
- ArbitraryInstances
implicit def http4sTestingCogenForEntityBody[F[_]](implicit F: Concurrent[F], dispatcher: Dispatcher[F], testContext: TestContext): Cogen[EntityBody[F]]
- Inherited from:
- ArbitraryInstances
implicit def http4sTestingCogenForMedia[F[_]](implicit F: Concurrent[F], dispatcher: Dispatcher[F], testContext: TestContext): Cogen[Media[F]]
- Inherited from:
- ArbitraryInstances
implicit def http4sTestingCogenForMessage[F[_]](implicit F: Concurrent[F], dispatcher: Dispatcher[F], testContext: TestContext): Cogen[Message[F]]
- Inherited from:
- ArbitraryInstances