Object/Trait

org.specs2.reporter

TextPrinter

Related Docs: trait TextPrinter | package reporter

Permalink

object TextPrinter extends TextPrinter

Linear Supertypes
TextPrinter, Printer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TextPrinter
  2. TextPrinter
  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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def emitNone: Process[Task, LogLine]

    Permalink
    Definition Classes
    TextPrinter
  7. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    TextPrinterPrinter
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def fold(env: Env, spec: SpecStructure): Fold[Fragment] { ... /* 2 definitions in type refinement */ }

    Permalink
    Definition Classes
    TextPrinterPrinter
  12. def fragmentsSink(logger: LineLogger, header: SpecHeader, args: Arguments): Sink[Task, LogLine]

    Permalink
    Definition Classes
    TextPrinter
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. def indentText(text: String, indentation: Int, indentationSize: Int): String

    Permalink
    Definition Classes
    TextPrinter
  16. def indentationSize(args: Arguments): Int

    Permalink
    Definition Classes
    TextPrinter
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def location(r: ResultStackTrace, args: Arguments): String

    Permalink
    Definition Classes
    TextPrinter
  19. def loggerSink(logger: LineLogger): Sink[Task, LogLine]

    Permalink
    Definition Classes
    TextPrinter
  20. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    TextPrinterPrinter
  24. def print(env: Env): (SpecStructure) ⇒ Task[Unit]

    Permalink

    convenience method to print a SpecStructure using the printer's Fold

    convenience method to print a SpecStructure using the printer's Fold

    Definition Classes
    Printer
  25. def printError(show: String, err: Error, args: Arguments): Process[Task, LogLine]

    Permalink
    Definition Classes
    TextPrinter
  26. def printExecutable(text: String, execution: Execution, args: Arguments, indentation: Int): Process[Task, LogLine]

    Permalink

    print an executed fragment: example, step, action

    print an executed fragment: example, step, action

    Definition Classes
    TextPrinter
  27. def printFailure(show: String, failure: Failure, args: Arguments): Process[[x]Task[x], LogLine]

    Permalink
    Definition Classes
    TextPrinter
  28. def printFailureDetails(args: Arguments): (Details) ⇒ Process[Task, LogLine]

    Permalink

    If the failure contains the expected and actual values, display them

    If the failure contains the expected and actual values, display them

    Definition Classes
    TextPrinter
  29. def printFragment(args: Arguments): ((Fragment, (Stats, Int))) ⇒ Process[Task, LogLine]

    Permalink

    transform a stream of fragments into a stream of strings for printing

    transform a stream of fragments into a stream of strings for printing

    Definition Classes
    TextPrinter
  30. def printHeader(args: Arguments): (SpecHeader) ⇒ Process[Task, LogLine]

    Permalink
    Definition Classes
    TextPrinter
  31. def printMessage(args: Arguments, description: String, as: (String) ⇒ LogLine): (Result with ResultStackTrace) ⇒ Process[Task, LogLine]

    Permalink
    Definition Classes
    TextPrinter
  32. def printNewLine: Process0[EmptyLine.type]

    Permalink
    Definition Classes
    TextPrinter
  33. def printOther(show: String, other: Result, args: Arguments): Process[Nothing, InfoLine]

    Permalink
    Definition Classes
    TextPrinter
  34. def printPending(show: String, pending: Pending, args: Arguments): Process[Nothing, InfoLine]

    Permalink
    Definition Classes
    TextPrinter
  35. def printSkipped(show: String, skipped: Skipped, args: Arguments): Process[Nothing, InfoLine]

    Permalink
    Definition Classes
    TextPrinter
  36. def printStacktrace(args: Arguments, print: Boolean, as: (String) ⇒ LogLine): (Result with ResultStackTrace) ⇒ Process[Task, LogLine]

    Permalink
    Definition Classes
    TextPrinter
  37. def printStats(header: SpecHeader, args: Arguments): (Stats) ⇒ Process[Task, LogLine]

    Permalink
    Definition Classes
    TextPrinter
  38. def printSuccess(show: String, success: Success, args: Arguments): Process[Nothing, InfoLine]

    Permalink
    Definition Classes
    TextPrinter
  39. def printSummary(descriptions: (String, Seq[String])*): Process[Task, LogLine]

    Permalink

    print a short summary of differences between Seqs, Sets or Maps

    print a short summary of differences between Seqs, Sets or Maps

    Definition Classes
    TextPrinter
  40. def printValues(description: String, values: Seq[Any]): Process[Task, LogLine]

    Permalink

    show values as a string with a description

    show values as a string with a description

    Definition Classes
    TextPrinter
  41. def run(env: Env): (SpecStructure) ⇒ Unit

    Permalink

    run and shutdown the environment

    run and shutdown the environment

    Definition Classes
    TextPrinter
  42. def showTime(description: String, execution: Execution, args: Arguments): String

    Permalink

    show execution times if the showtimes argument is true

    show execution times if the showtimes argument is true

    Definition Classes
    TextPrinter
  43. def shutdown: (LineLogger) ⇒ Task[Unit]

    Permalink
    Definition Classes
    TextPrinter
  44. def start(logger: LineLogger, header: SpecHeader, args: Arguments): Task[LineLogger]

    Permalink
    Definition Classes
    TextPrinter
  45. def statusAndDescription(text: String, result: Result)(args: Arguments): String

    Permalink
    Definition Classes
    TextPrinter
  46. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from TextPrinter

Inherited from Printer

Inherited from AnyRef

Inherited from Any

Ungrouped