Test

weaver.Test$
object Test

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Test.type

Members list

Concise view

Value members

Concrete methods

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