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. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def maxDuration(duration: FiniteDuration): SetUp
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def normalPausesWithPercentageDuration(stdDevPercent: Double): SetUp
  21. def normalPausesWithStdDevDuration(stdDev: FiniteDuration): SetUp
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def pauses(pauseType: PauseType): SetUp
  25. def protocols(ps: Iterable[Protocol]): SetUp
  26. def protocols(ps: Protocol*): SetUp
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def throttle(throttleSteps: Iterable[ThrottleStep]): SetUp
  29. def throttle(throttleSteps: ThrottleStep*): SetUp
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def uniformPauses(plusOrMinus: FiniteDuration): SetUp
  32. def uniformPauses(plusOrMinus: Double): SetUp
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped