Ticker

@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
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product