TestEntry

case class TestEntry(id: TestId, action: IO[TestResult])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def info(msg: String, config: TestConfig): IO[Unit]
def runEntry(r: Ref[IO, Stats], config: TestConfig): IO[TestResult]

Inherited methods

Inherited from:
Product