RuleImplicits

trait RuleImplicits[Tag, Comment, Prop[_, _], HtmlAttr[_], SvgAttr[_], Style[_]]
class Object
trait Matchable
class Any

Implicits

Implicits

implicit
def commentBuilderAsExpectedChildRule(commentBuilder: () => Comment): Rule
implicit
implicit
def makeAttrTestable[V](attr: HtmlAttr[V]): TestableHtmlAttr[V]
implicit
def makeCommentBuilderTestable(commentBuilder: () => Comment): ExpectedNode
implicit
def makePropTestable[V, DomV](prop: Prop[V, DomV]): TestableProp[V, DomV]
implicit
def makeStyleTestable[V](style: Style[V]): TestableStyleProp[V]
implicit
def makeSvgAttrTestable[V](svgAttr: SvgAttr[V]): TestableSvgAttr[V]
implicit
implicit
def stringAsExpectedTextRule(childText: String): Rule
implicit