Packages

trait HtmlAssertionDsl extends () => String

Linear Supertypes
() => String, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HtmlAssertionDsl
  2. Function0
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. 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
  2. abstract def dslName: String
    Attributes
    protected
  3. abstract def raw(): String

    Return the raw content as a String, which may include internal React attributes.

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def assert(name: => String, expect: String)(implicit l: Line): Unit
  6. def assert(expect: String)(implicit l: Line): Unit
  7. def assertContains(substr: String)(implicit q: Line): Unit
  8. def assertContainsAll(substrs: String*)(implicit q: Line): Unit
  9. def assertContainsAllCI(substrs: String*)(implicit q: Line): Unit
  10. def assertContainsAny(substrs: String*)(implicit q: Line): Unit
  11. def assertContainsAnyCI(substrs: String*)(implicit q: Line): Unit
  12. def assertContainsCI(substr: String)(implicit q: Line): Unit
  13. def assertEndsWith(name: => String, substr: String)(implicit l: Line): Unit
  14. def assertEndsWith(substr: String)(implicit l: Line): Unit
  15. def assertEndsWithCI(name: => String, substr: String)(implicit l: Line): Unit
  16. def assertEndsWithCI(substr: String)(implicit l: Line): Unit
  17. def assertMatches(name: => String, pattern: Pattern)(implicit l: Line): Unit
  18. def assertMatches(name: => String, regex: String)(implicit l: Line): Unit
  19. def assertMatches(pattern: Pattern)(implicit l: Line): Unit
  20. def assertMatches(regex: String)(implicit l: Line): Unit
  21. def assertNotContains(substr: String)(implicit q: Line): Unit
  22. def assertNotContainsAll(substrs: String*)(implicit q: Line): Unit
  23. def assertNotContainsAllCI(substrs: String*)(implicit q: Line): Unit
  24. def assertNotContainsAny(substrs: String*)(implicit q: Line): Unit
  25. def assertNotContainsAnyCI(substrs: String*)(implicit q: Line): Unit
  26. def assertNotContainsCI(substr: String)(implicit q: Line): Unit
  27. def assertStartsWith(name: => String, substr: String)(implicit l: Line): Unit
  28. def assertStartsWith(substr: String)(implicit l: Line): Unit
  29. def assertStartsWithCI(name: => String, substr: String)(implicit l: Line): Unit
  30. def assertStartsWithCI(substr: String)(implicit l: Line): Unit
  31. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  32. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  34. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  35. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  36. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    HtmlAssertionDsl → Function0 → AnyRef → Any
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  45. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from () => String

Inherited from AnyRef

Inherited from Any

Ungrouped