Scala DOM Test Utils
Scala DOM Test Utils
com.raquo.domtestutils
EventSimulator
MountOps
Utils
Utils
com.raquo.domtestutils.codecs
Codec
com.raquo.domtestutils.matching
ExpectedNode
ExpectedNode
Rule
RuleImplicits
TestableHtmlAttr
TestableProp
TestableStyleProp
TestableSvgAttr
com.raquo.domtestutils.scalatest
AsyncMountSpec
DomEnvSpec
Matchers
MountSpec
ShouldSyntax
ShouldSyntax
Scala DOM Test Utils
/
com.raquo.domtestutils.matching
com.raquo.domtestutils.matching
package
com.raquo.domtestutils.matching
Type members
Type members
Classlikes
class
ExpectedNode
Companion:
object
object
ExpectedNode
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
]