testkit
testkit
API
korolev.testkit
Action
Action
EvalJs
Focus
PropertySet
Publish
RegisterCallback
ResetForm
Transition
Browser
Browser
Handler
PseudoHtml
PseudoHtml
Element
RenderingResult
Text
testkit
/
korolev.testkit
/
PseudoHtml
/
Element
Element
korolev.testkit.PseudoHtml$.Element
case
class
Element
(
id
:
Id
,
ns
:
XmlNs
,
tagName
:
String
,
attributes
:
Map
[
String
,
String
],
styles
:
Map
[
String
,
String
],
children
:
List
[
PseudoHtml
])
extends
PseudoHtml
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
trait
PseudoHtml
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Inherited methods
def
byAttribute
(
name
:
String
,
f
:
String
=>
Boolean
):
List
[
Element
]
Attributes
Inherited from:
PseudoHtml
def
byClass
(
clazz
:
String
):
List
[
Element
]
Attributes
Inherited from:
PseudoHtml
def
byName
(
name
:
String
):
List
[
Element
]
Attributes
Inherited from:
PseudoHtml
def
byTag
(
tagName
:
String
):
List
[
PseudoHtml
]
Attributes
Inherited from:
PseudoHtml
def
find
(
f
:
PseudoHtml
=>
Boolean
):
List
[
PseudoHtml
]
Attributes
Inherited from:
PseudoHtml
def
findElement
(
f
:
Element
=>
Boolean
):
List
[
Element
]
Attributes
Inherited from:
PseudoHtml
def
mkString
:
String
Attributes
Inherited from:
PseudoHtml
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product
Concrete fields
lazy
val
text
:
String