HtmlAssertionDsl

japgolly.scalajs.react.test.internal.HtmlAssertionDsl$
See theHtmlAssertionDsl companion trait

Attributes

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

Members list

Value members

Concrete methods

def apply(name: String, html: => String): HtmlAssertionDsl
def apply(name: String, rawHtml: => String, html: => String): HtmlAssertionDsl
def node(name: String, node: => Node, onElement: Element => String, onNode: Node => String): HtmlAssertionDsl