ExpectedNode

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

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def checkCommentText(expectedText: String)(node: Node): MaybeError
def checkNodeType(expectedNodeType: String)(node: Node): MaybeError
def checkText(expectedText: String)(node: Node): MaybeError
def element(tagName: String): ExpectedNode
def nodeListToList(nodeList: NodeList[Node]): List[Node]
def nodeType(node: Node): String
def withClue(clue: String, message: String): String