trait HtmlAssertionDsl extends () => String
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HtmlAssertionDsl
- Function0
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def apply(): String
Return the raw content as a String, with any internal React attributes removed.
Return the raw content as a String, with any internal React attributes removed.
- Definition Classes
- HtmlAssertionDsl → Function0
- abstract def dslName: String
- Attributes
- protected
- abstract def raw(): String
Return the raw content as a String, which may include internal React attributes.
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assert(name: => String, expect: String)(implicit l: Line): Unit
- def assert(expect: String)(implicit l: Line): Unit
- def assertContains(substr: String)(implicit q: Line): Unit
- def assertContainsAll(substrs: String*)(implicit q: Line): Unit
- def assertContainsAllCI(substrs: String*)(implicit q: Line): Unit
- def assertContainsAny(substrs: String*)(implicit q: Line): Unit
- def assertContainsAnyCI(substrs: String*)(implicit q: Line): Unit
- def assertContainsCI(substr: String)(implicit q: Line): Unit
- def assertEndsWith(name: => String, substr: String)(implicit l: Line): Unit
- def assertEndsWith(substr: String)(implicit l: Line): Unit
- def assertEndsWithCI(name: => String, substr: String)(implicit l: Line): Unit
- def assertEndsWithCI(substr: String)(implicit l: Line): Unit
- def assertMatches(name: => String, pattern: Pattern)(implicit l: Line): Unit
- def assertMatches(name: => String, regex: String)(implicit l: Line): Unit
- def assertMatches(pattern: Pattern)(implicit l: Line): Unit
- def assertMatches(regex: String)(implicit l: Line): Unit
- def assertNotContains(substr: String)(implicit q: Line): Unit
- def assertNotContainsAll(substrs: String*)(implicit q: Line): Unit
- def assertNotContainsAllCI(substrs: String*)(implicit q: Line): Unit
- def assertNotContainsAny(substrs: String*)(implicit q: Line): Unit
- def assertNotContainsAnyCI(substrs: String*)(implicit q: Line): Unit
- def assertNotContainsCI(substr: String)(implicit q: Line): Unit
- def assertStartsWith(name: => String, substr: String)(implicit l: Line): Unit
- def assertStartsWith(substr: String)(implicit l: Line): Unit
- def assertStartsWithCI(name: => String, substr: String)(implicit l: Line): Unit
- def assertStartsWithCI(substr: String)(implicit l: Line): Unit
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- HtmlAssertionDsl → Function0 → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()