Scala DOM Test Utils
Scala DOM Test Utils
API
com.raquo.domtestutils
codecs
Codec
matching
ExpectedNode
ExpectedNode
Rule
RuleImplicits
TestableHtmlAttr
TestableProp
TestableStyleProp
TestableSvgAttr
scalatest
AsyncMountSpec
DomEnvSpec
Matchers
MountSpec
ShouldSyntax
ShouldSyntax
EventSimulator
MountOps
Utils
Utils
Scala DOM Test Utils
/
com.raquo.domtestutils
/
com.raquo.domtestutils.matching
/
TestableHtmlAttr
TestableHtmlAttr
com.raquo.domtestutils.matching.TestableHtmlAttr
class
TestableHtmlAttr
[
V
](
val
name
:
String
,
val
encode
:
V
=>
String
,
val
decode
:
String
=>
V
)
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Concrete methods
def
is
(
expectedValue
:
V
):
Rule
def
isEmpty
:
Rule
Concrete fields
val
decode
:
String
=>
V
val
encode
:
V
=>
String
val
name
:
String
In this article
Attributes
Members list
Value members
Concrete methods
Concrete fields