org.specs2.main

Arguments

case class Arguments(select: Select, execute: Execute, store: Store, report: Report, commandLine: CommandLine) extends ShowArgs with Product with Serializable

This class holds all the options that are relevant for specs2 execution and reporting.

The arguments are grouped along 4 functions:

- select: for the selection of what must be executed - execute: for the execution of fragments - store: for the storing of execution results - report: for the reporting of results

Linear Supertypes
Serializable, Serializable, Product, Equals, ShowArgs, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Arguments
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ShowArgs
  7. AnyRef
  8. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Arguments(select: Select = ..., execute: Execute = ..., store: Store = ..., report: Report = ..., commandLine: CommandLine = ...)

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. def <|(other: Arguments): Arguments

    alias for overrideWith

  5. final def ==(arg0: AnyRef): Boolean

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

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

    Definition Classes
    Any
  8. def canEqual(arg0: Any): Boolean

    Definition Classes
    Arguments → Equals
  9. def canShow(s: String): Boolean

  10. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def color: Boolean

  12. def colors: Colors

  13. val commandLine: CommandLine

  14. def commandLineFilter(included: String*): Arguments

    returns

    a new Arguments object with only some arguments on the command line

  15. def commandLineFilterNot(excluded: String*): Arguments

    returns

    a new Arguments object with some arguments removed from the command line

  16. def contain(tags: String*): Boolean

  17. def contains(a: String): Boolean

    returns

    true if the command line contains a given string

  18. def debugMarkdown: Boolean

  19. def diffs: Diffs

  20. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    Arguments → Equals → AnyRef → Any
  22. def errorColor(s: String): String

  23. def ex: String

  24. def exclude: String

  25. val execute: Execute

  26. def failtrace: Boolean

  27. def failureColor(s: String): String

  28. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. def fromSource: Boolean

  30. final def getClass(): java.lang.Class[_]

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

    Definition Classes
    Arguments → AnyRef → Any
  32. def include: String

  33. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  34. def isolated: Boolean

  35. def keep(tags: String*): Boolean

  36. def markdown: Boolean

  37. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  38. def noindent: Boolean

  39. final def notify(): Unit

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

    Definition Classes
    AnyRef
  41. def offset: Int

  42. def overrideWith(other: Arguments): Arguments

    returns

    a new Arguments object where the values of this are overriden with the values of other if defined

  43. def pendingColor(s: String): String

  44. def plan: Boolean

  45. def productArity: Int

    Definition Classes
    Arguments → Product
  46. def productElement(arg0: Int): Any

    Definition Classes
    Arguments → Product
  47. def productIterator: Iterator[Any]

    Definition Classes
    Product
  48. def productPrefix: String

    Definition Classes
    Arguments → Product
  49. def removeColors(s: String): String

  50. val report: Report

  51. val select: Select

  52. def sequential: Boolean

  53. def showArg(a: (String, Option[_])): Option[String]

    Definition Classes
    ShowArgs
  54. def showtimes: Boolean

  55. def skipAll: Boolean

  56. def skippedColor(s: String): String

  57. def specName: String

  58. def statsColor(s: String): String

  59. def stopOnFail: Boolean

  60. def stopOnSkip: Boolean

  61. val store: Store

  62. def successColor(s: String): String

  63. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  64. def textColor(s: String): String

    shortcut methods to add ansi colors to some text depending on its status

  65. def threadsNb: Int

  66. def toString(): String

    Definition Classes
    Arguments → AnyRef → Any
  67. def traceFilter: StackTraceFilter

  68. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  71. def was(s: String): Boolean

  72. def wasIsDefined: Boolean

  73. def wasIssue: Boolean

  74. def xonly: Boolean

Deprecated Value Members

  1. def productElements: Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ShowArgs

Inherited from AnyRef

Inherited from Any