com.raquo.domtestutils.matching

Type members

Classlikes

Companion
object
object ExpectedNode
Companion
class
trait Rule
final class TestableHtmlAttr[V](val attr: HtmlAttr[V]) extends AnyVal
final class TestableProp[V, DomV](val prop: Prop[V, DomV]) extends AnyVal
final class TestableStyle[V](val style: Style[V]) extends AnyVal
final class TestableSvgAttr[V](val svgAttr: SvgAttr[V]) extends AnyVal

Types

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