RuleImplicits

class Object
trait Matchable
class Any

Implicits

Implicits

implicit def commentBuilderAsExpectedChildRule(commentBuilder: () => Comment): Rule
implicit def expectedNodeAsExpectedChildRule(expectedChild: ExpectedNode): Rule
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]): TestableStyle[V]
implicit def makeSvgAttrTestable[V](svgAttr: SvgAttr[V]): TestableSvgAttr[V]
implicit def makeTagTestable(tag: Tag[_]): ExpectedNode
implicit def stringAsExpectedTextRule(childText: String): Rule
implicit def tagAsExpectedChildRule(tag: Tag[_]): Rule