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. Arguments
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ShowArgs
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
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 canShow(s: String): Boolean

  9. def clone(): AnyRef

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

  11. def colors: Colors

  12. val commandLine: CommandLine

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

    returns

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

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

    returns

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

  15. def contains(a: String): Boolean

    returns

    true if the command line contains a given string

  16. def debugMarkdown: Boolean

  17. def diffs: Diffs

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

    Definition Classes
    AnyRef
  19. def errorColor(s: String): String

  20. def ex: String

  21. def exclude: String

  22. val execute: Execute

  23. def failtrace: Boolean

  24. def failureColor(s: String): String

  25. def finalize(): Unit

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

  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  28. def include: String

  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def isolated: Boolean

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

  32. def markdown: Boolean

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

    Definition Classes
    AnyRef
  34. def noindent: Boolean

  35. final def notify(): Unit

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

    Definition Classes
    AnyRef
  37. def offset: Int

  38. def overrideWith(other: Arguments): Arguments

    returns

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

  39. def pendingColor(s: String): String

  40. def plan: Boolean

  41. def removeColors(s: String): String

  42. val report: Report

  43. val select: Select

  44. def sequential: Boolean

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

    Definition Classes
    ShowArgs
  46. def showtimes: Boolean

  47. def skipAll: Boolean

  48. def skippedColor(s: String): String

  49. def specName: String

  50. def statsColor(s: String): String

  51. def stopOnFail: Boolean

  52. def stopOnSkip: Boolean

  53. val store: Store

  54. def successColor(s: String): String

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

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

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

  57. def threadsNb: Int

  58. def toString(): String

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

  60. final def wait(): Unit

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

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

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

  64. def wasIsDefined: Boolean

  65. def wasIssue: Boolean

  66. def xonly: Boolean

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ShowArgs

Inherited from AnyRef

Inherited from Any