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
/
RuleImplicits
RuleImplicits
trait
RuleImplicits
Graph
Supertypes
class
Object
trait
Matchable
class
Any
Implicits
Implicits
Implicits
implicit
def
commentBuilderAsExpectedChildRule
(
commentBuilder: ()
=>
Comment
):
Rule
implicit
def
expectedNodeAsExpectedChildRule
(
expectedChild:
ExpectedNode
):
Rule
implicit
def
makeAttrTestable
[
V
](
attr:
HtmlAttr
[
V
]):
TestableHtmlAttr
[
V
]
implicit
def
makeCommentBuilderTestable
(
commentBuilder: ()
=>
Comment
):
ExpectedNode
implicit
def
makePropTestable
[
V
,
DomV
](
prop:
Prop
[
V
,
DomV
]):
TestableProp
[
V
,
DomV
]
implicit
def
makeStyleTestable
[
V
](
style:
Style
[
V
]):
TestableStyle
[
V
]
implicit
def
makeSvgAttrTestable
[
V
](
svgAttr:
SvgAttr
[
V
]):
TestableSvgAttr
[
V
]
implicit
def
makeTagTestable
(
tag:
Tag
[
_
]):
ExpectedNode
implicit
def
stringAsExpectedTextRule
(
childText:
String
):
Rule
implicit
def
tagAsExpectedChildRule
(
tag:
Tag
[
_
]):
Rule