PartiallyAppliedCheckAll

weaver.discipline.DisciplineFSuite.PartiallyAppliedCheckAll
class PartiallyAppliedCheckAll(name: TestName, parameters: Parameters => Parameters)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply(run: => F[RuleSet]): Unit
def apply(run: Res => F[RuleSet]): Unit
def pure(run: Res => RuleSet): Unit
def usingRes(run: Res => F[RuleSet]): Unit