Packages

class SetUp extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SetUp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SetUp()

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 assertions(asserts: Iterable[Assertion]): SetUp
  6. def assertions(asserts: Assertion*): SetUp
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def constantPauses: SetUp
  9. def customPauses(custom: Expression[Long]): SetUp
  10. def disablePauses: SetUp
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def exponentialPauses: SetUp
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def maxDuration(duration: FiniteDuration): SetUp
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def normalPausesWithPercentageDuration(stdDevPercent: Double): SetUp
  20. def normalPausesWithStdDevDuration(stdDev: FiniteDuration): SetUp
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def pauses(pauseType: PauseType): SetUp
  24. def protocols(ps: Iterable[Protocol]): SetUp
  25. def protocols(ps: Protocol*): SetUp
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def throttle(throttleSteps: Iterable[ThrottleStep]): SetUp
  28. def throttle(throttleSteps: ThrottleStep*): SetUp
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def uniformPauses(plusOrMinus: FiniteDuration): SetUp
  31. def uniformPauses(plusOrMinus: Double): SetUp
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped