object HtmlBodyPrinter extends HtmlBodyPrinter
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HtmlBodyPrinter
- HtmlBodyPrinter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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 clone(): AnyRef
- Attributes
- protected[java.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 errorElement(element: String, er: Result with ResultStackTrace, description: Any, m: String, arguments: Arguments): Elem
- Definition Classes
- HtmlBodyPrinter
- def failureElement(element: String, f: Result with ResultStackTrace, description: Any, m: String, showTrace: Boolean, details: Details, arguments: Arguments): Elem
- Definition Classes
- HtmlBodyPrinter
- def finalize(): Unit
- Attributes
- protected[java.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()
- def id(a: Any): String
- Definition Classes
- HtmlBodyPrinter
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def makeBody(spec: SpecStructure, stats: Stats, timer: SimpleTimer, options: HtmlOptions, arguments: Arguments, pandoc: Boolean)(ee: ExecutionEnv): Operation[String]
Make the body of the Html file based on all the specification fragments
Make the body of the Html file based on all the specification fragments
- Definition Classes
- HtmlBodyPrinter
- def makeDifferencesMessage(description: String, values: Seq[Any]): String
differences message
differences message
- Definition Classes
- HtmlBodyPrinter
- 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()
- def printFragment(fragment: Fragment, result: Result, arguments: Arguments, level: Level, baseDir: DirectoryPath, pandoc: Boolean): NodeSeq
Print a Fragment as a piece of Html
Print a Fragment as a piece of Html
If pandoc is true we make sure that text is not parsed in order to be correctly rendered as Markdown
- Definition Classes
- HtmlBodyPrinter
- def printStatistics(title: String, stats: Stats, timer: SimpleTimer, options: HtmlOptions): Serializable
- Definition Classes
- HtmlBodyPrinter
- def show(f: Fragment): Elem
- Definition Classes
- HtmlBodyPrinter
- def showStacktrace(id: String, st: List[StackTraceElement], klass: String, arguments: Arguments): Elem
- Definition Classes
- HtmlBodyPrinter
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toggleElement(a: Any): String
- Definition Classes
- HtmlBodyPrinter
- 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()