com.raquo.domtestutils.matching

Members list

Type members

Classlikes

class ExpectedNode

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object ExpectedNode

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
trait Rule

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
class TestableHtmlAttr[V](val name: String, val encode: V => String, val decode: String => V)

Attributes

Supertypes
class Object
trait Matchable
class Any
class TestableProp[V, DomV](val name: String, val decode: DomV => V)

Attributes

Supertypes
class Object
trait Matchable
class Any
class TestableStyleProp[V](val name: String)

Attributes

Supertypes
class Object
trait Matchable
class Any
class TestableSvgAttr[V](val name: String, val encode: V => String, val decode: String => V, val namespace: Option[String])

Attributes

Supertypes
class Object
trait Matchable
class Any

Types

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