trait ArgumentsShortcuts extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArgumentsShortcuts
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def batchSize(n: Int): Arguments

    returns

    arguments for a specification where examples must in a given batch size

  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def colors(c: Colors): Arguments

    shortcut to set new Colors

  8. def diffs(show: Boolean = true, separators: String = "[]", triggerSize: Int = 20, diffRatio: Int = 30, shortenSize: Int = 5, full: Boolean = false, seqTriggerSize: Int = 0, seqMaxSize: Int = 1000000): Arguments

    shortcut to display the differences with some specific parameters

  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def exclude(tags: String): Arguments

    shortcut to exclude some tagged fragments

  12. def excludeAlsoTrace(patterns: String*): IncludeExcludeStackTraceFilter

    shortcut to add exclude trace patterns

  13. def excludeTrace(patterns: String*): IncludeExcludeStackTraceFilter

    shortcut to create a stackTrace filter to exclude only some elements

  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def fullStackTrace: Arguments

    shortcut to filter nothing

  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def include(tags: String): Arguments

    shortcut to include only some tagged fragments

  19. def includeAlsoTrace(patterns: String*): IncludeExcludeStackTraceFilter

    shortcut to add include trace patterns

  20. def includeTrace(patterns: String*): IncludeExcludeStackTraceFilter

    shortcut to create a stackTrace filter to include only some elements

  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def isolated: Arguments

    returns

    arguments for a specification where examples must be executed in their own specification

  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def nocolor: Arguments

    shortcut to avoid colored output

  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def only(examples: String): Arguments

    shortcut to execute and print only some examples

  28. def plan: Arguments

    shortcut to show only the text without any execution

  29. def sequential: Arguments

    returns

    arguments for a specification where examples must be executed sequentially

  30. def showOnly(s: String): Arguments

    shortcut to print only some statuses

  31. def skipAll: Arguments

    shortcut to skip all examples

  32. def skipAllIf(condition: ⇒ Boolean): Arguments

    shortcut to skip all examples when a condition is true.

    shortcut to skip all examples when a condition is true. if the condition throws an exception, its stacktrace is *not* printed and all the examples are skipped

  33. def skipAllUnless(condition: ⇒ Boolean): Arguments

    shortcut to skip all examples when a condition is false.

  34. def stopOnFail: Arguments

    shortcut to stop after the first failure or error

  35. def stopOnSkip: Arguments

    shortcut to stop after the first skipped result

  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def unbatched: Arguments

    returns

    arguments for a specification where examples must be executed inside just one big batch

  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  42. def was(s: String): Arguments

    shortcut to include only examples with some previous statuses

  43. def xonly: Arguments

    shortcut to print only failures and errors

Inherited from AnyRef

Inherited from Any

Ungrouped