ExpectedNode

com.raquo.domtestutils.matching.ExpectedNode
See theExpectedNode companion object
class ExpectedNode

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def addCheck(check: Check): Unit
def addExpectedChild(child: ExpectedNode): Unit
def checkNode(node: Node, clue: String): ErrorList
def checks: List[Check]
def like(rules: Rule*): ExpectedNode
def of(rules: Rule*): ExpectedNode
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

val isComment: Boolean
val isTextNode: Boolean
val maybeTagName: Option[String]
val nodeType: String