com.raquo.domtestutils.matching

Type members

Classlikes

Companion:
object
Companion:
class
trait Rule
trait RuleImplicits[Tag, Comment, Prop[_, _], HtmlAttr[_], SvgAttr[_], Style[_]]
class TestableHtmlAttr[V](val name: String, val encode: V => String, val decode: String => V)
class TestableProp[V, DomV](val name: String, val decode: DomV => V)
class TestableStyleProp[V](val name: String)
class TestableSvgAttr[V](val name: String, val encode: V => String, val decode: String => V, val namespace: Option[String])

Types

type Check = Node => MaybeError
type ErrorList = List[String]
type MaybeError = Option[String]