Test

object Test
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_]](name: String, f: Log[F] => F[Expectations])(F: EffectCompat[F]): F[TestOutcome]
def apply[F[_]](name: String, f: F[Expectations])(F: EffectCompat[F]): F[TestOutcome]
def pure(name: String)(ex: () => Expectations): TestOutcome