Scala DOM Test Utils
Scala DOM Test Utils
com.raquo.domtestutils
EventSimulator
MountOps
Utils
Utils
com.raquo.domtestutils.matching
ExpectedNode
ExpectedNode
Rule
RuleImplicits
TestableHtmlAttr
TestableProp
TestableStyle
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
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
]