org.specs2.matcher

TaskMatchersSpec

class TaskMatchersSpec extends Spec with TaskMatchers with ResultMatchers with Retries

Linear Supertypes
Retries, AroundEach, ResultMatchers, ResultBeHaveMatchers, BeHaveMatchers, ResultBaseMatchers, TaskMatchers, Spec, SpecLike, StandardMatchResults, StandardResults, FormattingFragments, ArgumentsShortcuts, ArgumentsCreation, MustMatchers1, MustExpectations1, MustExpectationsCreation, Matchers1, ValueChecksBase, ValueChecksLowImplicits, FutureBaseMatchers, ExecutionTimeFactor, EventuallyMatchers, EventuallyResults, TryBaseMatchers, EitherBaseMatchers, OptionBaseMatchers, NumericBaseMatchers, ExceptionBaseMatchers, ExpectationsCreation, MatchResultStackTrace, StringBaseMatchers, TraversableBaseMatchers, AnyBaseMatchers, AcceptanceDsl1, ActionDsl, TagDsl, ReferenceCreation, SpecStructureDsl1, S2StringContext1, S2StringContextCreation, FragmentsFactory, ImmutableSpecificationStructure, SpecificationStructure, ContextualSpecificationStructure, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TaskMatchersSpec
  2. Retries
  3. AroundEach
  4. ResultMatchers
  5. ResultBeHaveMatchers
  6. BeHaveMatchers
  7. ResultBaseMatchers
  8. TaskMatchers
  9. Spec
  10. SpecLike
  11. StandardMatchResults
  12. StandardResults
  13. FormattingFragments
  14. ArgumentsShortcuts
  15. ArgumentsCreation
  16. MustMatchers1
  17. MustExpectations1
  18. MustExpectationsCreation
  19. Matchers1
  20. ValueChecksBase
  21. ValueChecksLowImplicits
  22. FutureBaseMatchers
  23. ExecutionTimeFactor
  24. EventuallyMatchers
  25. EventuallyResults
  26. TryBaseMatchers
  27. EitherBaseMatchers
  28. OptionBaseMatchers
  29. NumericBaseMatchers
  30. ExceptionBaseMatchers
  31. ExpectationsCreation
  32. MatchResultStackTrace
  33. StringBaseMatchers
  34. TraversableBaseMatchers
  35. AnyBaseMatchers
  36. AcceptanceDsl1
  37. ActionDsl
  38. TagDsl
  39. ReferenceCreation
  40. SpecStructureDsl1
  41. S2StringContext1
  42. S2StringContextCreation
  43. FragmentsFactory
  44. ImmutableSpecificationStructure
  45. SpecificationStructure
  46. ContextualSpecificationStructure
  47. AnyRef
  48. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TaskMatchersSpec()

Type Members

  1. class ExceptionClassMatcher extends Matcher[Any]

    Definition Classes
    ExceptionBaseMatchers
  2. class ExceptionMatcher[E <: Throwable] extends Matcher[Any]

    Definition Classes
    ExceptionBaseMatchers
  3. class FindMatcher extends Matcher[String]

    Definition Classes
    StringBaseMatchers
  4. class FindMatcherPattern extends FindMatcher

    Definition Classes
    StringBaseMatchers
  5. class FindMatcherPatternWithGroups extends FindMatcherWithGroups

    Definition Classes
    StringBaseMatchers
  6. class FindMatcherRegex extends FindMatcherPattern

    Definition Classes
    StringBaseMatchers
  7. class FindMatcherWithGroups extends Matcher[String]

    Definition Classes
    StringBaseMatchers
  8. class ResultMatcher[T] extends AnyRef

    Definition Classes
    ResultBeHaveMatchers
  9. case class TaskMatcher[T] extends Matcher[Task[T]] with Product with Serializable

    Definition Classes
    TaskMatchers
  10. trait TraversableMatcher[T] extends Matcher[GenTraversableOnce[T]]

    Definition Classes
    TraversableBaseMatchers
  11. implicit class appendToArguments extends AnyRef

    Definition Classes
    SpecStructureDsl1
  12. implicit class specificationInStringContext extends AnyRef

    Definition Classes
    S2StringContextCreation

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. def !=/(s: String): Matcher[Any]

    Definition Classes
    StringBaseMatchers
  4. def !==[T](t: ⇒ T): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  5. final def ##(): Int

    Definition Classes
    AnyRef → Any
  6. def <[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): BeLessThan[S]

    Definition Classes
    NumericBaseMatchers
  7. def <=[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): BeLessThanOrEqualTo[S]

    Definition Classes
    NumericBaseMatchers
  8. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  10. def ==/(s: String): AdaptableMatcher[Any]

    Definition Classes
    StringBaseMatchers
  11. def ===[T](t: ⇒ T): BeTypedEqualTo[T]

    Definition Classes
    AnyBaseMatchers
  12. def ==~[T, S](s: ⇒ S)(implicit convert: (S) ⇒ T): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  13. def =~(r: Regex): BeMatchingRegex

    Definition Classes
    StringBaseMatchers
  14. def =~(p: Pattern): BeMatchingPattern

    Definition Classes
    StringBaseMatchers
  15. def =~(t: ⇒ String): BeMatching

    Definition Classes
    StringBaseMatchers
  16. def >[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  17. def >=[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  18. def aFailedTry[T](t: Throwable): TryFailureCheckedMatcher[T]

    Definition Classes
    TryBaseMatchers
  19. def aFailedTry[T](check: ValueCheck[Throwable]): TryFailureCheckedMatcher[T]

    Definition Classes
    TryBaseMatchers
  20. def aFailedTry[T]: TryFailureMatcher[T]

    Definition Classes
    TryBaseMatchers
  21. def aSuccessfulTry[T](t: T): TrySuccessCheckedMatcher[T]

    Definition Classes
    TryBaseMatchers
  22. def aSuccessfulTry[T](check: ValueCheck[T]): TrySuccessCheckedMatcher[T]

    Definition Classes
    TryBaseMatchers
  23. def aSuccessfulTry[T]: TrySuccessMatcher[T]

    Definition Classes
    TryBaseMatchers
  24. def action(a: ⇒ Any): Fragment

    Definition Classes
    ActionDsl
  25. def allOf[T](checks: ValueCheck[T]*): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  26. def anError: Error

    Definition Classes
    StandardResults
  27. def args(ex: ArgProperty[String], include: ArgProperty[String], exclude: ArgProperty[String], was: ArgProperty[String], plan: ArgProperty[Boolean], skipAll: ArgProperty[Boolean], stopOnFail: ArgProperty[Boolean], stopOnSkip: ArgProperty[Boolean], sequential: ArgProperty[Boolean], asap: ArgProperty[Boolean], isolated: ArgProperty[Boolean], xonly: ArgProperty[Boolean], showOnly: ArgProperty[String], color: ArgProperty[Boolean]): Arguments

    Definition Classes
    ArgumentsCreation
  28. lazy val args: ArgumentsNamespace

    Definition Classes
    ArgumentsCreation
  29. def around[R](r: ⇒ R)(implicit arg0: AsResult[R]): Result

    Definition Classes
    Retries → AroundEach
  30. def aroundContext: (Env) ⇒ Context

    Attributes
    protected
    Definition Classes
    AroundEach
  31. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  32. def asNoneAs[T](other: ⇒ Option[T]): Matcher[Option[T]]

    Definition Classes
    OptionBaseMatchers
  33. implicit def asResultIsInterpolatedFragment[R](r: ⇒ R)(implicit arg0: AsResult[R]): InterpolatedFragment

    Definition Classes
    S2StringContext1
  34. def atLeast[T](checks: ValueCheck[T]*): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  35. def atMost[T](checks: ValueCheck[T]*): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  36. def await[T](m: Matcher[T])(retries: Int, timeout: FiniteDuration)(implicit ec: ExecutionContext): Matcher[Future[T]]

    Definition Classes
    FutureBaseMatchers
  37. def await[T](m: Matcher[T])(implicit ec: ExecutionContext): Matcher[Future[T]]

    Definition Classes
    FutureBaseMatchers
  38. def awaitFor[T](m: Matcher[T])(timeout: FiniteDuration)(implicit ec: ExecutionContext): Matcher[Future[T]]

    Definition Classes
    FutureBaseMatchers
  39. def be: NeutralMatcher[Any]

    Definition Classes
    BeHaveMatchers
  40. def be[T <: AnyRef](t: ⇒ T): BeTheSameAs[T]

    Definition Classes
    AnyBaseMatchers
  41. def beAFailedTry[T](check: ValueCheck[Throwable]): TryFailureCheckedMatcher[T]

    Definition Classes
    TryBaseMatchers
  42. def beAFailedTry[T]: TryFailureMatcher[T]

    Definition Classes
    TryBaseMatchers
  43. def beASuccessfulTry[T](check: ValueCheck[T]): TrySuccessCheckedMatcher[T]

    Definition Classes
    TryBaseMatchers
  44. def beASuccessfulTry[T]: TrySuccessMatcher[T]

    Definition Classes
    TryBaseMatchers
  45. def beAnInstanceOf[T](implicit arg0: ClassTag[T]): Matcher[Any]

    Definition Classes
    AnyBaseMatchers
  46. def beAnyOf[T](t: T*): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  47. def beAsNoneAs[T](other: ⇒ Option[T]): Matcher[Option[T]]

    Definition Classes
    OptionBaseMatchers
  48. def beAsNullAs[T](a: ⇒ T): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  49. def beAssignableFrom[T](implicit arg0: ClassTag[T]): Matcher[Class[_]]

    Definition Classes
    AnyBaseMatchers
  50. def beBetween[T](t1: T, t2: T)(implicit arg0: (T) ⇒ Ordered[T]): BetweenMatcher[T]

    Definition Classes
    NumericBaseMatchers
  51. def beCloseTo[S](target: SignificantTarget[S])(implicit arg0: Numeric[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  52. def beCloseTo[S](target: S, figures: SignificantFigures)(implicit arg0: Numeric[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  53. def beCloseTo[S](delta: PlusOrMinus[S])(implicit arg0: Numeric[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  54. def beCloseTo[S](n: S, delta: S)(implicit arg0: Numeric[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  55. def beEmpty[T](implicit arg0: (T) ⇒ Any { def isEmpty: Boolean }): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  56. def beEqualTo[T](t: ⇒ T): BeEqualTo

    Definition Classes
    AnyBaseMatchers
  57. def beError[T](check: ValueCheck[String])(implicit arg0: AsResult[T]): Matcher[T]

    Definition Classes
    ResultBaseMatchers
  58. def beError[T](message: String)(implicit arg0: AsResult[T]): Matcher[T]

    Definition Classes
    ResultBaseMatchers
  59. def beError[T](implicit arg0: AsResult[T]): Matcher[T]

    Definition Classes
    ResultBaseMatchers
  60. def beFailedTry[T](check: ValueCheck[Throwable]): TryFailureCheckedMatcher[T]

    Definition Classes
    TryBaseMatchers
  61. def beFailedTry[T]: TryFailureMatcher[T]

    Definition Classes
    TryBaseMatchers
  62. def beFailing[T](check: ValueCheck[String])(implicit arg0: AsResult[T]): Matcher[T]

    Definition Classes
    ResultBaseMatchers
  63. def beFailing[T](message: String)(implicit arg0: AsResult[T]): Matcher[T]

    Definition Classes
    ResultBaseMatchers
  64. def beFailing[T](implicit arg0: AsResult[T]): Matcher[T]

    Definition Classes
    ResultBaseMatchers
  65. def beFalse: Matcher[Boolean]

    Definition Classes
    AnyBaseMatchers
  66. def beGreaterThan[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  67. def beGreaterThanOrEqualTo[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  68. def beLeft[T]: LeftMatcher[T]

    Definition Classes
    EitherBaseMatchers
  69. def beLeft[T](t: ValueCheck[T]): LeftCheckedMatcher[T]

    Definition Classes
    EitherBaseMatchers
  70. def beLessThan[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): BeLessThan[S]

    Definition Classes
    NumericBaseMatchers
  71. def beLessThanOrEqualTo[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): BeLessThanOrEqualTo[S]

    Definition Classes
    NumericBaseMatchers
  72. def beLike[T](pattern: PartialFunction[T, MatchResult[_]]): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  73. def beMatching(a: Regex): BeMatchingRegex

    Definition Classes
    StringBaseMatchers
  74. def beMatching(a: Pattern): BeMatchingPattern

    Definition Classes
    StringBaseMatchers
  75. def beMatching(a: ⇒ String): BeMatching

    Definition Classes
    StringBaseMatchers
  76. def beNone: Matcher[Option[Any]]

    Definition Classes
    OptionBaseMatchers
  77. def beNull[T]: BeNull[T]

    Definition Classes
    AnyBaseMatchers
  78. def beOneOf[T](t: T*): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  79. def bePending[T](check: ValueCheck[String])(implicit arg0: AsResult[T]): Matcher[T]

    Definition Classes
    ResultBaseMatchers
  80. def bePending[T](message: String)(implicit arg0: AsResult[T]): Matcher[T]

    Definition Classes
    ResultBaseMatchers
  81. def bePending[T](implicit arg0: AsResult[T]): Matcher[T]

    Definition Classes
    ResultBaseMatchers
  82. def beRight[T]: RightMatcher[T]

    Definition Classes
    EitherBaseMatchers
  83. def beRight[T](t: ValueCheck[T]): RightCheckedMatcher[T]

    Definition Classes
    EitherBaseMatchers
  84. def beSkipped[T](check: ValueCheck[String])(implicit arg0: AsResult[T]): Matcher[T]

    Definition Classes
    ResultBaseMatchers
  85. def beSkipped[T](message: String)(implicit arg0: AsResult[T]): Matcher[T]

    Definition Classes
    ResultBaseMatchers
  86. def beSkipped[T](implicit arg0: AsResult[T]): Matcher[T]

    Definition Classes
    ResultBaseMatchers
  87. def beSome[T]: SomeMatcher[T]

    Definition Classes
    OptionBaseMatchers
  88. def beSome[T](check: ValueCheck[T]): SomeCheckedMatcher[T]

    Definition Classes
    OptionBaseMatchers
  89. def beSorted[T](implicit arg0: Ordering[T]): OrderingMatcher[T]

    Definition Classes
    TraversableBaseMatchers
  90. def beSuccessful[T](implicit arg0: AsResult[T]): Matcher[T]

    Definition Classes
    ResultBaseMatchers
  91. def beSuccessfulTry[T](check: ValueCheck[T]): TrySuccessCheckedMatcher[T]

    Definition Classes
    TryBaseMatchers
  92. def beSuccessfulTry[T]: TrySuccessMatcher[T]

    Definition Classes
    TryBaseMatchers
  93. def beTheSameAs[T <: AnyRef](t: ⇒ T): BeTheSameAs[T]

    Definition Classes
    AnyBaseMatchers
  94. def beTrue: BeTrueMatcher

    Definition Classes
    AnyBaseMatchers
  95. def beTypedEqualTo[T](t: ⇒ T, equality: (T, T) ⇒ Boolean): BeTypedEqualTo[T]

    Definition Classes
    AnyBaseMatchers
  96. def be[[T](t1: T, t2: T)(implicit arg0: (T) ⇒ Ordered[T]): BetweenMatcher[T]

    Definition Classes
    NumericBaseMatchers
  97. def be][T](t1: T, t2: T)(implicit arg0: (T) ⇒ Ordered[T]): BetweenMatcher[T]

    Definition Classes
    NumericBaseMatchers
  98. def be_!=[T](t: ⇒ T): Matcher[Any]

    Definition Classes
    AnyBaseMatchers
  99. def be_!=/(a: String): Matcher[Any]

    Definition Classes
    StringBaseMatchers
  100. def be_!==[T](t: ⇒ T): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  101. def be_<[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): BeLessThan[S]

    Definition Classes
    NumericBaseMatchers
  102. def be_<=[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): BeLessThanOrEqualTo[S]

    Definition Classes
    NumericBaseMatchers
  103. def be_==[T](t: ⇒ T): BeEqualTo

    Definition Classes
    AnyBaseMatchers
  104. def be_==/(a: String): AdaptableMatcher[Any]

    Definition Classes
    StringBaseMatchers
  105. def be_===[T](t: ⇒ T): BeTypedEqualTo[T]

    Definition Classes
    AnyBaseMatchers
  106. def be_==~[T, S](s: ⇒ S)(implicit convert: (S) ⇒ T): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  107. def be_>[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  108. def be_>=[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  109. def between[T](t1: T, t2: T)(implicit arg0: (T) ⇒ Ordered[T]): BetweenMatcher[T]

    Definition Classes
    NumericBaseMatchers
  110. def br: Fragment

    Definition Classes
    FormattingFragments
  111. def bt(n: Int): Fragment

    Definition Classes
    FormattingFragments
  112. def bt: Fragment

    Definition Classes
    FormattingFragments
  113. def checkFailure[T](m: MatchResult[T]): MatchResult[T]

    Attributes
    protected
    Definition Classes
    ExpectationsCreation
  114. def checkMatchResultFailure[T](m: MatchResult[T]): MatchResult[T]

    Attributes
    protected
    Definition Classes
    ExpectationsCreation
  115. def checkResultFailure(r: ⇒ Result): Result

    Attributes
    protected
    Definition Classes
    ExpectationsCreation
  116. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  117. def closeTo[S](target: SignificantTarget[S])(implicit arg0: Numeric[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  118. def closeTo[S](target: S, figures: SignificantFigures)(implicit arg0: Numeric[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  119. def closeTo[S](delta: PlusOrMinus[S])(implicit arg0: Numeric[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  120. def closeTo[S](n: S, delta: S)(implicit arg0: Numeric[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  121. def colors(c: Colors): Arguments

    Definition Classes
    ArgumentsShortcuts
  122. def contain(t: Char): Matcher[String]

    Definition Classes
    StringBaseMatchers
  123. def contain(t: String): Matcher[String]

    Definition Classes
    StringBaseMatchers
  124. def contain[T](t1: ValueCheck[T], t2: ValueCheck[T], t3: ValueCheck[T], t4: ValueCheck[T], t5: ValueCheck[T], t6: ValueCheck[T], t7: ValueCheck[T], t8: ValueCheck[T], t9: ValueCheck[T], t10: ValueCheck[T], t11: ValueCheck[T], t12: ValueCheck[T], t13: ValueCheck[T], t14: ValueCheck[T], t15: ValueCheck[T], t16: ValueCheck[T], t17: ValueCheck[T], t18: ValueCheck[T], t19: ValueCheck[T], t20: ValueCheck[T], t21: ValueCheck[T], t22: ValueCheck[T]): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  125. def contain[T](t1: ValueCheck[T], t2: ValueCheck[T], t3: ValueCheck[T], t4: ValueCheck[T], t5: ValueCheck[T], t6: ValueCheck[T], t7: ValueCheck[T], t8: ValueCheck[T], t9: ValueCheck[T], t10: ValueCheck[T], t11: ValueCheck[T], t12: ValueCheck[T], t13: ValueCheck[T], t14: ValueCheck[T], t15: ValueCheck[T], t16: ValueCheck[T], t17: ValueCheck[T], t18: ValueCheck[T], t19: ValueCheck[T], t20: ValueCheck[T], t21: ValueCheck[T]): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  126. def contain[T](t1: ValueCheck[T], t2: ValueCheck[T], t3: ValueCheck[T], t4: ValueCheck[T], t5: ValueCheck[T], t6: ValueCheck[T], t7: ValueCheck[T], t8: ValueCheck[T], t9: ValueCheck[T], t10: ValueCheck[T], t11: ValueCheck[T], t12: ValueCheck[T], t13: ValueCheck[T], t14: ValueCheck[T], t15: ValueCheck[T], t16: ValueCheck[T], t17: ValueCheck[T], t18: ValueCheck[T], t19: ValueCheck[T], t20: ValueCheck[T]): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  127. def contain[T](t1: ValueCheck[T], t2: ValueCheck[T], t3: ValueCheck[T], t4: ValueCheck[T], t5: ValueCheck[T], t6: ValueCheck[T], t7: ValueCheck[T], t8: ValueCheck[T], t9: ValueCheck[T], t10: ValueCheck[T], t11: ValueCheck[T], t12: ValueCheck[T], t13: ValueCheck[T], t14: ValueCheck[T], t15: ValueCheck[T], t16: ValueCheck[T], t17: ValueCheck[T], t18: ValueCheck[T], t19: ValueCheck[T]): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  128. def contain[T](t1: ValueCheck[T], t2: ValueCheck[T], t3: ValueCheck[T], t4: ValueCheck[T], t5: ValueCheck[T], t6: ValueCheck[T], t7: ValueCheck[T], t8: ValueCheck[T], t9: ValueCheck[T], t10: ValueCheck[T], t11: ValueCheck[T], t12: ValueCheck[T], t13: ValueCheck[T], t14: ValueCheck[T], t15: ValueCheck[T], t16: ValueCheck[T], t17: ValueCheck[T], t18: ValueCheck[T]): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  129. def contain[T](t1: ValueCheck[T], t2: ValueCheck[T], t3: ValueCheck[T], t4: ValueCheck[T], t5: ValueCheck[T], t6: ValueCheck[T], t7: ValueCheck[T], t8: ValueCheck[T], t9: ValueCheck[T], t10: ValueCheck[T], t11: ValueCheck[T], t12: ValueCheck[T], t13: ValueCheck[T], t14: ValueCheck[T], t15: ValueCheck[T], t16: ValueCheck[T], t17: ValueCheck[T]): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  130. def contain[T](t1: ValueCheck[T], t2: ValueCheck[T], t3: ValueCheck[T], t4: ValueCheck[T], t5: ValueCheck[T], t6: ValueCheck[T], t7: ValueCheck[T], t8: ValueCheck[T], t9: ValueCheck[T], t10: ValueCheck[T], t11: ValueCheck[T], t12: ValueCheck[T], t13: ValueCheck[T], t14: ValueCheck[T], t15: ValueCheck[T], t16: ValueCheck[T]): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  131. def contain[T](t1: ValueCheck[T], t2: ValueCheck[T], t3: ValueCheck[T], t4: ValueCheck[T], t5: ValueCheck[T], t6: ValueCheck[T], t7: ValueCheck[T], t8: ValueCheck[T], t9: ValueCheck[T], t10: ValueCheck[T], t11: ValueCheck[T], t12: ValueCheck[T], t13: ValueCheck[T], t14: ValueCheck[T], t15: ValueCheck[T]): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  132. def contain[T](t1: ValueCheck[T], t2: ValueCheck[T], t3: ValueCheck[T], t4: ValueCheck[T], t5: ValueCheck[T], t6: ValueCheck[T], t7: ValueCheck[T], t8: ValueCheck[T], t9: ValueCheck[T], t10: ValueCheck[T], t11: ValueCheck[T], t12: ValueCheck[T], t13: ValueCheck[T], t14: ValueCheck[T]): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  133. def contain[T](t1: ValueCheck[T], t2: ValueCheck[T], t3: ValueCheck[T], t4: ValueCheck[T], t5: ValueCheck[T], t6: ValueCheck[T], t7: ValueCheck[T], t8: ValueCheck[T], t9: ValueCheck[T], t10: ValueCheck[T], t11: ValueCheck[T], t12: ValueCheck[T], t13: ValueCheck[T]): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  134. def contain[T](t1: ValueCheck[T], t2: ValueCheck[T], t3: ValueCheck[T], t4: ValueCheck[T], t5: ValueCheck[T], t6: ValueCheck[T], t7: ValueCheck[T], t8: ValueCheck[T], t9: ValueCheck[T], t10: ValueCheck[T], t11: ValueCheck[T], t12: ValueCheck[T]): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  135. def contain[T](t1: ValueCheck[T], t2: ValueCheck[T], t3: ValueCheck[T], t4: ValueCheck[T], t5: ValueCheck[T], t6: ValueCheck[T], t7: ValueCheck[T], t8: ValueCheck[T], t9: ValueCheck[T], t10: ValueCheck[T], t11: ValueCheck[T]): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  136. def contain[T](t1: ValueCheck[T], t2: ValueCheck[T], t3: ValueCheck[T], t4: ValueCheck[T], t5: ValueCheck[T], t6: ValueCheck[T], t7: ValueCheck[T], t8: ValueCheck[T], t9: ValueCheck[T], t10: ValueCheck[T]): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  137. def contain[T](t1: ValueCheck[T], t2: ValueCheck[T], t3: ValueCheck[T], t4: ValueCheck[T], t5: ValueCheck[T], t6: ValueCheck[T], t7: ValueCheck[T], t8: ValueCheck[T], t9: ValueCheck[T]): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  138. def contain[T](t1: ValueCheck[T], t2: ValueCheck[T], t3: ValueCheck[T], t4: ValueCheck[T], t5: ValueCheck[T], t6: ValueCheck[T], t7: ValueCheck[T]): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  139. def contain[T](t1: ValueCheck[T], t2: ValueCheck[T], t3: ValueCheck[T], t4: ValueCheck[T], t5: ValueCheck[T], t6: ValueCheck[T]): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  140. def contain[T](t1: ValueCheck[T], t2: ValueCheck[T], t3: ValueCheck[T], t4: ValueCheck[T], t5: ValueCheck[T]): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  141. def contain[T](t1: ValueCheck[T], t2: ValueCheck[T], t3: ValueCheck[T], t4: ValueCheck[T]): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  142. def contain[T](t1: ValueCheck[T], t2: ValueCheck[T], t3: ValueCheck[T]): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  143. def contain[T](t1: ValueCheck[T], t2: ValueCheck[T]): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  144. def contain[T](cm: ContainWithResultSeq[T]): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  145. def contain[T](check: ValueCheck[T]): ContainWithResult[T]

    Definition Classes
    TraversableBaseMatchers
  146. def containAllOf[T](seq: Seq[T]): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  147. def containAnyOf[T](seq: Seq[T]): ContainWithResult[T]

    Definition Classes
    TraversableBaseMatchers
  148. def containMatch[T](t: ⇒ String): Matcher[GenTraversableOnce[T]]

    Definition Classes
    TraversableBaseMatchers
  149. def containPattern[T](t: ⇒ String): Matcher[GenTraversableOnce[T]]

    Definition Classes
    TraversableBaseMatchers
  150. def containTheSameElementsAs[T](seq: Seq[T], equality: (T, T) ⇒ Boolean): Matcher[Traversable[T]]

    Definition Classes
    TraversableBaseMatchers
  151. def createExecutionInterpolatedFragment(execution: Execution): InterpolatedFragment

    Definition Classes
    S2StringContextCreation
  152. def createExpectable[T](t: ⇒ T, alias: Option[(String) ⇒ String]): Expectable[T]

    Definition Classes
    ExpectationsCreation
  153. def createExpectable[T](t: ⇒ T, alias: (String) ⇒ String): Expectable[T]

    Definition Classes
    ExpectationsCreation
  154. def createExpectable[T](t: ⇒ T, alias: ⇒ String): Expectable[T]

    Definition Classes
    ExpectationsCreation
  155. def createExpectable[T](t: ⇒ T): Expectable[T]

    Definition Classes
    ExpectationsCreation
  156. def createExpectableWithShowAs[T](t: ⇒ T, showAs: ⇒ String): Expectable[T]

    Definition Classes
    ExpectationsCreation
  157. def createMustExpectable[T](t: ⇒ T): MustExpectable[T]

    Attributes
    protected
    Definition Classes
    MustExpectationsCreation
  158. def decorate(is: SpecStructure, env: Env): SpecStructure

    Definition Classes
    SpecificationStructure
  159. def diffs(show: Boolean, separators: String, triggerSize: Int, diffRatio: Int, shortenSize: Int, full: Boolean, seqTriggerSize: Int, seqMaxSize: Int): Arguments

    Definition Classes
    ArgumentsShortcuts
  160. def done: Success

    Definition Classes
    StandardResults
  161. def eachOf[T](checks: ValueCheck[T]*): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  162. def end: Fragment

    Definition Classes
    FormattingFragments
  163. def endWith(t: ⇒ String): Matcher[String]

    Definition Classes
    StringBaseMatchers
  164. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  165. def equalTo[T](t: ⇒ T): BeEqualTo

    Definition Classes
    AnyBaseMatchers
  166. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  167. def eventually[T](nested: ⇒ Matcher[T]): Matcher[T]

    Definition Classes
    EventuallyMatchers
  168. def eventually[T](retries: Int, sleep: Duration)(nested: ⇒ Matcher[T]): Matcher[T]

    Definition Classes
    EventuallyMatchers
  169. def eventually[T](result: ⇒ T)(implicit arg0: AsResult[T]): T

    Definition Classes
    EventuallyResults
  170. def eventually[T](retries: Int, sleep: Duration)(result: ⇒ T)(implicit arg0: AsResult[T]): T

    Definition Classes
    EventuallyResults
  171. def exactly[T](checks: ValueCheck[T]*): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  172. def exclude(tags: String): Arguments

    Definition Classes
    ArgumentsShortcuts
  173. def excludeAlsoTrace(patterns: String*): IncludeExcludeStackTraceFilter

    Definition Classes
    ArgumentsShortcuts
  174. def excludeTrace(patterns: String*): IncludeExcludeStackTraceFilter

    Definition Classes
    ArgumentsShortcuts
  175. def failedTry[T](t: Throwable): TryFailureCheckedMatcher[T]

    Definition Classes
    TryBaseMatchers
  176. def failedTry[T](check: ValueCheck[Throwable]): TryFailureCheckedMatcher[T]

    Definition Classes
    TryBaseMatchers
  177. def failedTry[T]: TryFailureMatcher[T]

    Definition Classes
    TryBaseMatchers
  178. def failing[T](m: String)(implicit arg0: AsResult[T]): Matcher[T]

    Definition Classes
    ResultBeHaveMatchers
  179. def failing[T](implicit arg0: AsResult[T]): Matcher[T]

    Definition Classes
    ResultBeHaveMatchers
  180. def failing: Matcher[Result]

    Definition Classes
    ResultBeHaveMatchers
  181. def failure: Failure

    Definition Classes
    StandardResults
  182. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  183. def find(r: Regex): FindMatcherRegex

    Definition Classes
    StringBaseMatchers
  184. def find(p: Pattern): FindMatcherPattern

    Definition Classes
    StringBaseMatchers
  185. def find(a: ⇒ String): FindMatcher

    Definition Classes
    StringBaseMatchers
  186. def fragmentFactory: ContextualFragmentFactory

    Attributes
    protected
    Definition Classes
    AroundEach → FragmentsFactory
  187. implicit def fragmentIsInterpolatedFragment(f: ⇒ Fragment): InterpolatedFragment

    Definition Classes
    S2StringContext1
  188. def fragments: (Env) ⇒ Fragments

    Definition Classes
    ContextualSpecificationStructure
  189. implicit def fragmentsAsSpecStructure(fs: ⇒ Fragments): SpecStructure

    Definition Classes
    SpecStructureDsl1
  190. def fullStackTrace: Arguments

    Definition Classes
    ArgumentsShortcuts
  191. implicit def functionIsValueCheck[T, R](f: (T) ⇒ R)(implicit arg0: AsResult[R]): ValueCheck[T]

    Definition Classes
    ValueChecksLowImplicits
  192. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  193. def greaterThan[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  194. def greaterThanOrEqualTo[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  195. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  196. def have: NeutralMatcher[Any]

    Definition Classes
    BeHaveMatchers
  197. def haveClass[T](implicit arg0: ClassTag[T]): Matcher[Any]

    Definition Classes
    AnyBaseMatchers
  198. def haveInterface[T](implicit arg0: ClassTag[T]): Matcher[Any]

    Definition Classes
    AnyBaseMatchers
  199. def haveLength[T](check: ValueCheck[Int])(implicit arg0: Sized[T]): SizedCheckedMatcher[T]

    Definition Classes
    TraversableBaseMatchers
  200. def haveLength[T](n: Int)(implicit arg0: Sized[T]): SizedMatcher[T]

    Definition Classes
    TraversableBaseMatchers
  201. def haveSize[T](check: ValueCheck[Int])(implicit arg0: Sized[T]): SizedCheckedMatcher[T]

    Definition Classes
    TraversableBaseMatchers
  202. def haveSize[T](n: Int)(implicit arg0: Sized[T]): SizedMatcher[T]

    Definition Classes
    TraversableBaseMatchers
  203. def haveSuperclass[T](implicit arg0: ClassTag[T]): Matcher[Any]

    Definition Classes
    AnyBaseMatchers
  204. def include(tags: String): Arguments

    Definition Classes
    ArgumentsShortcuts
  205. def includeAlsoTrace(patterns: String*): IncludeExcludeStackTraceFilter

    Definition Classes
    ArgumentsShortcuts
  206. def includeTrace(patterns: String*): IncludeExcludeStackTraceFilter

    Definition Classes
    ArgumentsShortcuts
  207. def is: SpecStructure

    Definition Classes
    TaskMatchersSpec → SpecificationStructure
  208. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  209. def isolated: Arguments

    Definition Classes
    ArgumentsShortcuts
  210. def ko(m: String): MatchResult[Any]

    Definition Classes
    StandardMatchResults
  211. lazy val ko: MatchResult[Any]

    Definition Classes
    StandardMatchResults
  212. def left[T]: LeftMatcher[Nothing]

    Definition Classes
    EitherBaseMatchers
  213. def left[T](t: ValueCheck[T]): LeftCheckedMatcher[T]

    Definition Classes
    EitherBaseMatchers
  214. def left[T](t: T): LeftCheckedMatcher[T]

    Definition Classes
    EitherBaseMatchers
  215. def length[T](check: ValueCheck[Int])(implicit arg0: Sized[T]): SizedCheckedMatcher[T]

    Definition Classes
    TraversableBaseMatchers
  216. def length[T](n: Int)(implicit arg0: Sized[T]): SizedMatcher[T]

    Definition Classes
    TraversableBaseMatchers
  217. def lessThan[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): BeLessThan[S]

    Definition Classes
    NumericBaseMatchers
  218. def lessThanOrEqualTo[S](n: S)(implicit arg0: (S) ⇒ Ordered[S]): BeLessThanOrEqualTo[S]

    Definition Classes
    NumericBaseMatchers
  219. def link(s: ⇒ SpecificationStructure): Fragment

    Definition Classes
    ReferenceCreation
  220. def link(s: SpecStructure): Fragment

    Definition Classes
    ReferenceCreation
  221. def map(fs: ⇒ Fragments, env: Env): Fragments

    Definition Classes
    SpecificationStructure
  222. def map(fs: ⇒ Fragments): Fragments

    Definition Classes
    SpecificationStructure
  223. def map(structure: SpecStructure): SpecStructure

    Definition Classes
    SpecificationStructure
  224. def mapMatchResult[T](m: MatchResult[T]): MatchResult[T]

    Attributes
    protected
    Definition Classes
    ExpectationsCreation
  225. implicit def matcherIsValueCheck[T](m: Matcher[T]): ValueCheck[T]

    Definition Classes
    ValueChecksBase
  226. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  227. def nocolor: Arguments

    Definition Classes
    ArgumentsShortcuts
  228. def none: Matcher[Option[Any]]

    Definition Classes
    OptionBaseMatchers
  229. def not: NotMatcher[Any]

    Definition Classes
    BeHaveMatchers
  230. def not[T](m: Matcher[T]): Matcher[T]

    Definition Classes
    AnyBaseMatchers
  231. final def notify(): Unit

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

    Definition Classes
    AnyRef
  233. def ok(m: String): MatchResult[Any]

    Definition Classes
    StandardMatchResults
  234. lazy val ok: MatchResult[Any]

    Definition Classes
    StandardMatchResults
  235. def only(examples: String): Arguments

    Definition Classes
    ArgumentsShortcuts
  236. def p: Fragments

    Definition Classes
    FormattingFragments
  237. def pending[R](r: ⇒ R)(implicit arg0: AsResult[R]): Pending

    Definition Classes
    StandardResults
  238. def pending: Pending

    Definition Classes
    StandardResults
  239. def pending(message: String): Pending

    Definition Classes
    StandardResults
  240. def plan: Arguments

    Definition Classes
    ArgumentsShortcuts
  241. def retries: Int

    Definition Classes
    Retries
  242. def retry[T](m: Matcher[T])(retries: Int)(implicit ec: ExecutionContext): Matcher[Future[T]]

    Definition Classes
    FutureBaseMatchers
  243. def returnOk[T]: TaskMatcher[T]

    Definition Classes
    TaskMatchers
  244. def returnValue[T](check: ValueCheck[T]): TaskMatcher[T]

    Definition Classes
    TaskMatchers
  245. def right[T]: RightMatcher[Nothing]

    Definition Classes
    EitherBaseMatchers
  246. def right[T](t: ValueCheck[T]): RightCheckedMatcher[T]

    Definition Classes
    EitherBaseMatchers
  247. def right[T](t: T): RightCheckedMatcher[T]

    Definition Classes
    EitherBaseMatchers
  248. def s2(content: String, Yrangepos: Boolean, texts: Seq[String], textsStartPositions: Seq[String], textsEndPositions: Seq[String], variables: Seq[InterpolatedFragment], rangeExpressions: Seq[String]): Fragments

    Definition Classes
    S2StringContextCreation
  249. def sandboxMatchResult[T](mr: ⇒ MatchResult[T]): MatchResult[T]

    Attributes
    protected
    Definition Classes
    ExpectationsCreation
  250. def section(tag: NamedTag): Fragment

    Definition Classes
    TagDsl
  251. def section(names: String*): Fragment

    Definition Classes
    TagDsl
  252. def see(s: ⇒ SpecificationStructure): Fragment

    Definition Classes
    ReferenceCreation
  253. def see(s: SpecStructure): Fragment

    Definition Classes
    ReferenceCreation
  254. def sequential: Arguments

    Definition Classes
    ArgumentsShortcuts
  255. def setStacktrace[T](m: MatchResult[T]): MatchResult[T]

    Attributes
    protected
    Definition Classes
    MatchResultStackTrace
  256. def showOnly(s: String): Arguments

    Definition Classes
    ArgumentsShortcuts
  257. def size[T](check: ValueCheck[Int])(implicit arg0: Sized[T]): SizedCheckedMatcher[T]

    Definition Classes
    TraversableBaseMatchers
  258. def size[T](n: Int)(implicit arg0: Sized[T]): SizedMatcher[T]

    Definition Classes
    TraversableBaseMatchers
  259. def skipAll: Arguments

    Definition Classes
    ArgumentsShortcuts
  260. def skipAllIf(condition: ⇒ Boolean): Arguments

    Definition Classes
    ArgumentsShortcuts
  261. def skipAllUnless(condition: ⇒ Boolean): Arguments

    Definition Classes
    ArgumentsShortcuts
  262. def skipped[R](r: ⇒ R)(implicit arg0: AsResult[R]): Skipped

    Definition Classes
    StandardResults
  263. def skipped: Skipped

    Definition Classes
    StandardResults
  264. def skipped(message: String): Skipped

    Definition Classes
    StandardResults
  265. def sleep: Duration

    Definition Classes
    Retries
  266. def some[T]: SomeMatcher[T]

    Definition Classes
    OptionBaseMatchers
  267. def some[T](check: ValueCheck[T]): SomeCheckedMatcher[T]

    Definition Classes
    OptionBaseMatchers
  268. def some[T](t: T): SomeCheckedMatcher[T]

    Definition Classes
    OptionBaseMatchers
  269. def sorted[T](implicit arg0: Ordering[T]): OrderingMatcher[T]

    Definition Classes
    TraversableBaseMatchers
  270. def startWith(t: String): Matcher[String]

    Definition Classes
    StringBaseMatchers
  271. def step(a: ⇒ Any, global: Boolean): Fragment

    Definition Classes
    ActionDsl
  272. def step(a: ⇒ Any): Fragment

    Definition Classes
    ActionDsl
  273. def stopOnFail: Arguments

    Definition Classes
    ArgumentsShortcuts
  274. def stopOnSkip: Arguments

    Definition Classes
    ArgumentsShortcuts
  275. def structure: (Env) ⇒ SpecStructure

    Definition Classes
    ImmutableSpecificationStructure → SpecificationStructure → ContextualSpecificationStructure
  276. def success: Success

    Definition Classes
    StandardResults
  277. def successful[T](implicit arg0: AsResult[T]): Matcher[T]

    Definition Classes
    ResultBeHaveMatchers
  278. def successful: Matcher[Result]

    Definition Classes
    ResultBeHaveMatchers
  279. def successfulTry[T](t: T): TrySuccessCheckedMatcher[T]

    Definition Classes
    TryBaseMatchers
  280. def successfulTry[T](check: ValueCheck[T]): TrySuccessCheckedMatcher[T]

    Definition Classes
    TryBaseMatchers
  281. def successfulTry[T]: TrySuccessMatcher[T]

    Definition Classes
    TryBaseMatchers
  282. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  283. def t(n: Int): Fragment

    Definition Classes
    FormattingFragments
  284. def t: Fragment

    Definition Classes
    FormattingFragments
  285. def tag(tag: NamedTag): Fragment

    Definition Classes
    TagDsl
  286. def tag(names: String*): Fragment

    Definition Classes
    TagDsl
  287. implicit def theValue[T](t: ⇒ T): MustExpectable[T]

    Definition Classes
    MustExpectations1
  288. def throwA[E <: Throwable](e: E): ExceptionMatcher[E]

    Definition Classes
    ExceptionBaseMatchers
  289. def throwA[E <: Throwable](message: String)(implicit m: ClassTag[E]): Matcher[Any]

    Definition Classes
    ExceptionBaseMatchers
  290. def throwA[E <: Throwable](implicit m: ClassTag[E]): ExceptionClassMatcher

    Definition Classes
    ExceptionBaseMatchers
  291. def throwAn[E <: Throwable](e: E): ExceptionMatcher[E]

    Definition Classes
    ExceptionBaseMatchers
  292. def throwAn[E <: Throwable](message: String)(implicit m: ClassTag[E]): Matcher[Any]

    Definition Classes
    ExceptionBaseMatchers
  293. def throwAn[E <: Throwable](implicit m: ClassTag[E]): ExceptionClassMatcher

    Definition Classes
    ExceptionBaseMatchers
  294. def timeFactor(es: ExecutorService): Int

    Definition Classes
    ExecutionTimeFactor
  295. def timeFactor(ec: ExecutionContext): Int

    Definition Classes
    ExecutionTimeFactor
  296. implicit def toResultMatcher[T](result: MatchResult[T])(implicit arg0: AsResult[T]): ResultMatcher[T]

    Definition Classes
    ResultBeHaveMatchers
  297. def toString(): String

    Definition Classes
    AnyRef → Any
  298. def todo: Pending

    Definition Classes
    StandardResults
  299. def typedEqualTo[T](t: ⇒ T, equality: (T, T) ⇒ Boolean): BeTypedEqualTo[T]

    Definition Classes
    AnyBaseMatchers
  300. def valueIsTypedValueCheck[T](expected: T): BeEqualTypedValueCheck[T]

    Definition Classes
    ValueChecksBase
  301. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  304. def was(s: String): Arguments

    Definition Classes
    ArgumentsShortcuts
  305. def wontdo: Success

    Definition Classes
    StandardResults
  306. def xonly: Arguments

    Definition Classes
    ArgumentsShortcuts
  307. def ~[S](delta: PlusOrMinus[S])(implicit arg0: Numeric[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers
  308. def ~[S](n: S)(delta: S)(implicit arg0: Numeric[S]): Matcher[S]

    Definition Classes
    NumericBaseMatchers

Inherited from Retries

Inherited from AroundEach

Inherited from ResultMatchers

Inherited from ResultBeHaveMatchers

Inherited from BeHaveMatchers

Inherited from ResultBaseMatchers

Inherited from TaskMatchers

Inherited from Spec

Inherited from SpecLike

Inherited from StandardMatchResults

Inherited from StandardResults

Inherited from FormattingFragments

Inherited from ArgumentsShortcuts

Inherited from ArgumentsCreation

Inherited from MustMatchers1

Inherited from MustExpectations1

Inherited from MustExpectationsCreation

Inherited from Matchers1

Inherited from ValueChecksBase

Inherited from ValueChecksLowImplicits

Inherited from FutureBaseMatchers

Inherited from ExecutionTimeFactor

Inherited from EventuallyMatchers

Inherited from EventuallyResults

Inherited from TryBaseMatchers

Inherited from EitherBaseMatchers

Inherited from OptionBaseMatchers

Inherited from NumericBaseMatchers

Inherited from ExceptionBaseMatchers

Inherited from ExpectationsCreation

Inherited from MatchResultStackTrace

Inherited from StringBaseMatchers

Inherited from TraversableBaseMatchers

Inherited from AnyBaseMatchers

Inherited from AcceptanceDsl1

Inherited from ActionDsl

Inherited from TagDsl

Inherited from ReferenceCreation

Inherited from SpecStructureDsl1

Inherited from S2StringContext1

Inherited from S2StringContextCreation

Inherited from FragmentsFactory

Inherited from ImmutableSpecificationStructure

Inherited from SpecificationStructure

Inherited from ContextualSpecificationStructure

Inherited from AnyRef

Inherited from Any

Ungrouped