extras.hedgehog.ce3

Type members

Classlikes

The code inside CatsEffectRunner was not entirely but mostly copied from https://git.io/JDcCP and was modified for Hedgehog

The code inside CatsEffectRunner was not entirely but mostly copied from https://git.io/JDcCP and was modified for Hedgehog

Authors

Kevin Lee

Since

2021-08-05

@implicitNotFound("could not find an instance of Ticker; try using `withIO { implicit ticker =>` ".+("or create one by yourself e.g.) `implicit val ticker: Ticker = Ticker.withNewTestContext()`"))
final case class Ticker(ctx: TestContext) extends AnyVal

Moved from CatsEffectRunner

Moved from CatsEffectRunner

Companion
object
object Ticker
Companion
class
object syntax
Authors

Kevin Lee

Since

2022-09-28