Object/Trait

org.specs2.reporter

HtmlPrinter

Related Docs: trait HtmlPrinter | package reporter

Permalink

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
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. val RunAborted: String

    Permalink
    Definition Classes
    HtmlPrinter
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

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

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

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

    Permalink

    create an index for all the specifications, if required

    create an index for all the specifications, if required

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

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

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

    Permalink

    Get html options, possibly coming from the command line

    Get html options, possibly coming from the command line

    Definition Classes
    HtmlPrinter
  15. def hashCode(): Int

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

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

    Permalink

    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
  18. def makePandocHtml(spec: SpecStructure, stats: Stats, pandoc: Pandoc, options: HtmlOptions, env: Env): Action[Unit]

    Permalink

    Create the Html file by invoking Pandoc

    Create the Html file by invoking Pandoc

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

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

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

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

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

    Permalink

    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
  25. def printHtmlWithPandoc(env: Env, spec: SpecStructure, stats: Stats, pandoc: Pandoc): Action[Unit]

    Permalink

    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
  26. def reportMissingSeeRefs(specs: List[SpecStructure], outDir: DirectoryPath): Action[Unit]

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

    Permalink

    returns

    a SinkTask for the Html output

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

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from HtmlPrinter

Inherited from Printer

Inherited from AnyRef

Inherited from Any

Ungrouped