Text

korolev.testkit.PseudoHtml$.Text
case class Text(id: Id, value: String) extends PseudoHtml

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

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

val text: String