org.specs2.reporter

HtmlPrinter

object HtmlPrinter extends HtmlPrinter

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HtmlPrinter
  2. HtmlPrinter
  3. Printer
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val RunAborted: String

    Definition Classes
    HtmlPrinter
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def copyResources(env: Env, options: HtmlOptions): Action[List[Unit]]

    Definition Classes
    HtmlPrinter
  10. def copySpecResourcesDir(env: Env, base: DirectoryPath, outputDir: DirectoryPath, loader: ClassLoader)(src: DirectoryPath): Action[Unit]

    Definition Classes
    HtmlPrinter
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(env: Env, specifications: List[SpecStructure]): Action[Unit]

    create an index for all the specifications, if required

    create an index for all the specifications, if required

    Definition Classes
    HtmlPrinter → Printer
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getHtmlOptions(arguments: Arguments): Action[HtmlOptions]

    Get html options, possibly coming from the command line

    Get html options, possibly coming from the command line

    Definition Classes
    HtmlPrinter
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def makeHtml(template: String, spec: SpecStructure, stats: Stats, timer: SimpleTimer, options: HtmlOptions, arguments: Arguments): Action[String]

    Create the html file content from:

    Create the html file content from:

    • the template
    • the body of the file (built from the specification execution)
    Definition Classes
    HtmlPrinter
  20. def makePandocHtml(spec: SpecStructure, stats: Stats, timer: SimpleTimer, pandoc: Pandoc, options: HtmlOptions, env: Env): Action[Unit]

    Create the Html file by invoking Pandoc

    Create the Html file by invoking Pandoc

    Definition Classes
    HtmlPrinter
  21. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def prepare(env: Env, specifications: List[SpecStructure]): Action[Unit]

    Definition Classes
    HtmlPrinter → Printer
  25. def print(env: Env): (SpecStructure) ⇒ Task[Unit]

    Definition Classes
    Printer
  26. def printHtml(env: Env, spec: SpecStructure, stats: Stats, timer: SimpleTimer): Action[Unit]

    Print the execution results as an Html file

    Print the execution results as an Html file

    • copy resources: css, javascript, template
    • create the file content using the template
    • output the file
    Definition Classes
    HtmlPrinter
  27. def printHtmlWithPandoc(env: Env, spec: SpecStructure, stats: Stats, timer: SimpleTimer, pandoc: Pandoc): Action[Unit]

    Print the execution results as an Html file

    Print the execution results as an Html file

    • copy resources: css, javascript, template
    • create the file content using the template and Pandoc (as an external process)
    Definition Classes
    HtmlPrinter
  28. def reportMissingSeeRefs(specs: List[SpecStructure], outDir: DirectoryPath): Action[Unit]

    Definition Classes
    HtmlPrinter
  29. def sink(env: Env, spec: SpecStructure): SinkTask[Fragment]

    returns

    a SinkTask for the Html output

    Definition Classes
    HtmlPrinter → Printer
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from HtmlPrinter

Inherited from Printer

Inherited from AnyRef

Inherited from Any

Ungrouped