RuleImplicits

com.raquo.domtestutils.matching.RuleImplicits
trait RuleImplicits[Tag, Comment, Prop[_, _], HtmlAttr[_], SvgAttr[_], Style[_]]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

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]): TestableStyleProp[V]
implicit def makeSvgAttrTestable[V](svgAttr: SvgAttr[V]): TestableSvgAttr[V]
implicit def makeTagTestable(tag: Tag): ExpectedNode
implicit def maybeCommentBuilderAsExpectedChildRule(maybeCommentBuilder: Option[() => Comment]): Rule
implicit def maybeExpectedNodeAsExpectedChildRule(maybeExpectedChild: Option[ExpectedNode]): Rule
implicit def maybeStringAsExpectedTextRule(maybeChildText: Option[String]): Rule
implicit def maybeTagAsExpectedChildRule(maybeTag: Option[Tag]): Rule
implicit def stringAsExpectedTextRule(childText: String): Rule
implicit def tagAsExpectedChildRule(tag: Tag): Rule