Class/Object

org.specs2.main

Arguments

Related Docs: object Arguments | package main

Permalink

case class Arguments(select: Select = Select(), execute: Execute = Execute(), store: Store = Store(), report: Report = Report(), commandLine: 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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <|(other: Arguments): Arguments

    Permalink

    alias for overrideWith

  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def batchSize: Int

    Permalink
  7. def canShow(s: String): Boolean

    Permalink
  8. def clone(): AnyRef

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

    Permalink
  10. def colors: Colors

    Permalink
  11. val commandLine: CommandLine

    Permalink
  12. def commandLineFilter(included: String*): Arguments

    Permalink

    returns

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

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

    Permalink

    returns

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

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

    Permalink
  15. def diffs: Diffs

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def errorColor(s: String): String

    Permalink
  18. def ex: String

    Permalink
  19. def exclude: String

    Permalink
  20. val execute: Execute

    Permalink
  21. def failtrace: Boolean

    Permalink
  22. def failureColor(s: String): String

    Permalink
  23. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hasFilter: Boolean

    Permalink
  26. def include: String

    Permalink
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def isSet(a: String): Boolean

    Permalink

    returns

    true if a switch is present or a flag is set

  29. def isolated: Boolean

    Permalink
  30. def keep(tags: String*): Boolean

    Permalink
  31. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  34. def offset: Int

    Permalink
  35. def overrideWith(other: Arguments): Arguments

    Permalink

    returns

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

  36. def pendingColor(s: String): String

    Permalink
  37. def plan: Boolean

    Permalink
  38. def removeColors(s: String): String

    Permalink
  39. val report: Report

    Permalink
  40. def scheduledThreadsNb: Int

    Permalink
  41. val select: Select

    Permalink
  42. def sequential: Boolean

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

    Permalink
    Definition Classes
    ShowArgs
  44. def showtimes: Boolean

    Permalink
  45. def skipAll: Boolean

    Permalink
  46. def skippedColor(s: String): String

    Permalink
  47. def specs2ThreadsNb: Int

    Permalink
  48. def statsColor(s: String): String

    Permalink
  49. def stopOnError: Boolean

    Permalink
  50. def stopOnFail: Boolean

    Permalink
  51. def stopOnIssue: Boolean

    Permalink
  52. def stopOnSkip: Boolean

    Permalink
  53. val store: Store

    Permalink
  54. def successColor(s: String): String

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

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

    Permalink

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

  57. def threadsNb: Int

    Permalink
  58. def toString(): String

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

    Permalink
  60. def useCustomClassLoader: Boolean

    Permalink
  61. def verbose: Boolean

    Permalink
  62. final def wait(): Unit

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

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

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

    Permalink
  66. def wasIsDefined: Boolean

    Permalink
  67. def xonly: Boolean

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ShowArgs

Inherited from AnyRef

Inherited from Any

Ungrouped