org.specs2.matcher

TaskMatchersSpec

class TaskMatchersSpec extends mutable.Spec with TaskMatchers with ResultMatchers with Retries

Linear Supertypes
Retries, AroundEach, ResultMatchers, ResultBeHaveMatchers, BeHaveMatchers, ResultBaseMatchers, TaskMatchers, mutable.Spec, mutable.SpecLike, FormattingFragments, MustThrownMatchers1, MustThrownExpectations1, MustThrownExpectationsCreation, ThrownExpectationsCreation, StandardMatchResults, StandardResults, MustExpectations1, MustExpectationsCreation, Matchers1, ValueChecksBase, ValueChecksLowImplicits, FutureBaseMatchers, EventuallyMatchers, EventuallyResults, TryBaseMatchers, EitherBaseMatchers, OptionBaseMatchers, NumericBaseMatchers, ExceptionBaseMatchers, ExpectationsCreation, MatchResultStackTrace, StringBaseMatchers, TraversableBaseMatchers, AnyBaseMatchers, ActionDsl, ActionDsl, TextCreation, ArgumentsShortcuts, ArgumentsCreation, ArgumentsCreation, ExampleDsl0, BlockCreation, SpecificationStructure, MutableFragmentBuilder, MutableHeaderBuilder, MutableArgumentsBuilder, FragmentsFactory, FragmentBuilder, 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. FormattingFragments
  12. MustThrownMatchers1
  13. MustThrownExpectations1
  14. MustThrownExpectationsCreation
  15. ThrownExpectationsCreation
  16. StandardMatchResults
  17. StandardResults
  18. MustExpectations1
  19. MustExpectationsCreation
  20. Matchers1
  21. ValueChecksBase
  22. ValueChecksLowImplicits
  23. FutureBaseMatchers
  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. ActionDsl
  37. ActionDsl
  38. TextCreation
  39. ArgumentsShortcuts
  40. ArgumentsCreation
  41. ArgumentsCreation
  42. ExampleDsl0
  43. BlockCreation
  44. SpecificationStructure
  45. MutableFragmentBuilder
  46. MutableHeaderBuilder
  47. MutableArgumentsBuilder
  48. FragmentsFactory
  49. FragmentBuilder
  50. SpecificationStructure
  51. ContextualSpecificationStructure
  52. AnyRef
  53. 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 BlockExample extends AnyRef

    Definition Classes
    ExampleDsl0
  2. class ExceptionClassMatcher extends Matcher[Any]

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

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

    Definition Classes
    StringBaseMatchers
  5. class FindMatcherPattern extends FindMatcher

    Definition Classes
    StringBaseMatchers
  6. class FindMatcherPatternWithGroups extends FindMatcherWithGroups

    Definition Classes
    StringBaseMatchers
  7. class FindMatcherRegex extends FindMatcherPattern

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

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

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

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

    Definition Classes
    TraversableBaseMatchers

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 → ActionDsl
  25. def addBacktab(n: Int): Fragment

    Definition Classes
    TextCreation
  26. def addBacktab: Fragment

    Definition Classes
    TextCreation
  27. def addBreak(n: Int): Fragment

    Definition Classes
    TextCreation
  28. def addBreak: Fragment

    Definition Classes
    TextCreation
  29. def addFragment(fragment: Fragment): Fragment

    Definition Classes
    MutableFragmentBuilder → FragmentBuilder
  30. def addFragmentBlock(f: ⇒ Fragment): Fragment

    Definition Classes
    MutableFragmentBuilder → FragmentBuilder
  31. def addFragments(fragments: Fragments): Fragments

    Definition Classes
    MutableFragmentBuilder → FragmentBuilder
  32. def addFragmentsBlock(fs: ⇒ Fragments): Fragments

    Definition Classes
    MutableFragmentBuilder → FragmentBuilder
  33. def addParagraph(s: String, n: Int): Fragment

    Definition Classes
    TextCreation
  34. def addTab(n: Int): Fragment

    Definition Classes
    TextCreation
  35. def addTab: Fragment

    Definition Classes
    TextCreation
  36. def addText(s: String): Fragment

    Definition Classes
    TextCreation
  37. def allOf[T](checks: ValueCheck[T]*): ContainWithResultSeq[T]

    Definition Classes
    TraversableBaseMatchers
  38. def anError: Error

    Definition Classes
    ThrownExpectationsCreation → StandardResults
  39. 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 → ArgumentsCreation
  40. lazy val args: ArgumentsNamespaceMutable

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

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

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

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

    Definition Classes
    OptionBaseMatchers
  45. def atLeast[T](checks: ValueCheck[T]*): ContainWithResultSeq[T]

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

    Definition Classes
    TraversableBaseMatchers
  47. def await[T](m: Matcher[T])(retries: Int, timeout: FiniteDuration)(implicit ee: ExecutionEnv): Matcher[Future[T]]

    Definition Classes
    FutureBaseMatchers
  48. def await[T](m: Matcher[T])(implicit ee: ExecutionEnv): Matcher[Future[T]]

    Definition Classes
    FutureBaseMatchers
  49. def awaitFor[T](m: Matcher[T])(timeout: FiniteDuration)(implicit ee: ExecutionEnv): Matcher[Future[T]]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyBaseMatchers
  105. def beTrue: BeTrueMatcher

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    NumericBaseMatchers
  121. implicit def blockExample(d: String): BlockExample

    Definition Classes
    ExampleDsl0
  122. def br: Fragment

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

    Definition Classes
    FormattingFragments
  124. def bt: Fragment

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

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

    Attributes
    protected
    Definition Classes
    ThrownExpectationsCreation → ExpectationsCreation
  127. def checkResultFailure(result: ⇒ Result): Result

    Attributes
    protected
    Definition Classes
    ThrownExpectationsCreation → ExpectationsCreation
  128. def clone(): AnyRef

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

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

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

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

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

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

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

    Definition Classes
    StringBaseMatchers
  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], 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
  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], 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
  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], 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
  139. 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
  140. 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
  141. 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
  142. 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
  143. 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
  144. 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
  145. 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
  146. 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
  147. 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
  148. 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
  149. 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
  150. 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
  151. 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
  152. def contain[T](t1: ValueCheck[T], t2: ValueCheck[T], t3: ValueCheck[T], t4: ValueCheck[T], t5: ValueCheck[T]): ContainWithResultSeq[T]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    ThrownExpectationsCreation → ExpectationsCreation
  168. def createMustExpectable[T](t: ⇒ T): MustExpectable[T]

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

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

    Definition Classes
    ArgumentsShortcuts
  171. def done: Success

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

    Definition Classes
    TraversableBaseMatchers
  173. def end: Fragment

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    ResultBeHaveMatchers
  192. def failure(f: Failure): Failure

    Attributes
    protected
    Definition Classes
    ThrownExpectationsCreation
  193. def failure(m: String): Failure

    Attributes
    protected
    Definition Classes
    ThrownExpectationsCreation
  194. def failure: Failure

    Definition Classes
    ThrownExpectationsCreation → StandardResults
  195. def finalize(): Unit

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

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

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

    Definition Classes
    StringBaseMatchers
  199. def fragmentFactory: ContextualFragmentFactory

    Attributes
    protected
    Definition Classes
    AroundEach → FragmentsFactory
  200. def fragments: (Env) ⇒ Fragments

    Definition Classes
    ContextualSpecificationStructure
  201. def fullStackTrace: Arguments

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

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

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

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

    Definition Classes
    NumericBaseMatchers
  206. def hashCode(): Int

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    ArgumentsShortcuts
  218. def is: SpecStructure

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

    Definition Classes
    Any
  220. def isolated: Arguments

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

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

    Definition Classes
    ThrownExpectationsCreation → StandardMatchResults
  223. def left[T]: LeftMatcher[Nothing]

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

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

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

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

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

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

    Definition Classes
    NumericBaseMatchers
  230. def map(fs: ⇒ Fragments, env: Env): Fragments

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

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

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

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

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

    Definition Classes
    AnyRef
  236. def nocolor: Arguments

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

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

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

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

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

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

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

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

    Definition Classes
    ArgumentsShortcuts
  245. def p: Fragments

    Definition Classes
    FormattingFragments
  246. def pending(p: Pending): Pending

    Attributes
    protected
    Definition Classes
    ThrownExpectationsCreation
  247. def pending(m: String): Pending

    Definition Classes
    ThrownExpectationsCreation → StandardResults
  248. def pending: Pending

    Definition Classes
    ThrownExpectationsCreation → StandardResults
  249. def pending[R](r: ⇒ R)(implicit arg0: AsResult[R]): Pending

    Definition Classes
    StandardResults
  250. def plan: Arguments

    Definition Classes
    ArgumentsShortcuts
  251. def retries: Int

    Definition Classes
    Retries
  252. def retry[T](m: Matcher[T])(retries: Int)(implicit ee: ExecutionEnv): Matcher[Future[T]]

    Definition Classes
    FutureBaseMatchers
  253. def returnBefore[T](duration: Duration): TaskMatcher[T]

    Definition Classes
    TaskMatchers
  254. def returnOk[T]: TaskMatcher[T]

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

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

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

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

    Definition Classes
    EitherBaseMatchers
  259. def sandboxMatchResult[T](mr: ⇒ MatchResult[T]): MatchResult[T]

    Definition Classes
    ThrownExpectationsCreation → ExpectationsCreation
  260. def sequential: Arguments

    Definition Classes
    ArgumentsShortcuts
  261. def setArguments(a: Arguments): Arguments

    Definition Classes
    MutableArgumentsBuilder
  262. def setStacktrace[T](m: MatchResult[T]): MatchResult[T]

    Attributes
    protected
    Definition Classes
    MatchResultStackTrace
  263. def setTitle(t: String): SpecHeader

    Definition Classes
    MutableHeaderBuilder
  264. def showOnly(s: String): Arguments

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

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

    Definition Classes
    TraversableBaseMatchers
  267. def skipAll: Arguments

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

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

    Definition Classes
    ArgumentsShortcuts
  270. def skipped(s: Skipped): Skipped

    Attributes
    protected
    Definition Classes
    ThrownExpectationsCreation
  271. def skipped(m: String): Skipped

    Definition Classes
    ThrownExpectationsCreation → StandardResults
  272. def skipped: Skipped

    Definition Classes
    ThrownExpectationsCreation → StandardResults
  273. def skipped[R](r: ⇒ R)(implicit arg0: AsResult[R]): Skipped

    Definition Classes
    StandardResults
  274. def sleep: Duration

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

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

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

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

    Definition Classes
    TraversableBaseMatchers
  279. def specificationFragments: (Env) ⇒ Fragments

    Definition Classes
    MutableFragmentBuilder
  280. def specificationStructure: (Env) ⇒ SpecStructure

    Definition Classes
    MutableFragmentBuilder
  281. def startWith(t: String): Matcher[String]

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

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

    Definition Classes
    ActionDsl → ActionDsl
  284. def stopOnFail: Arguments

    Definition Classes
    ArgumentsShortcuts
  285. def stopOnSkip: Arguments

    Definition Classes
    ArgumentsShortcuts
  286. def stopWhen(f: (Result) ⇒ Boolean): Fragment

    Definition Classes
    ActionDsl
  287. def stopWhen(r: Result): Fragment

    Definition Classes
    ActionDsl
  288. def stopWhenFail(when: ⇒ Boolean): Fragment

    Definition Classes
    ActionDsl
  289. def stopWhenFail: Fragment

    Definition Classes
    ActionDsl
  290. def stopWhenSkipped(when: ⇒ Boolean): Fragment

    Definition Classes
    ActionDsl
  291. def stopWhenSkipped: Fragment

    Definition Classes
    ActionDsl
  292. def structure: (Env) ⇒ SpecStructure

    Definition Classes
    SpecificationStructure → ContextualSpecificationStructure
  293. def success(m: String): Success

    Attributes
    protected
    Definition Classes
    ThrownExpectationsCreation
  294. lazy val success: Success

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

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

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

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

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

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

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

    Definition Classes
    FormattingFragments
  302. def t: Fragment

    Definition Classes
    FormattingFragments
  303. implicit def theValue[T](t: ⇒ T): MustExpectable[T]

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

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

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

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

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

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

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

    Definition Classes
    ResultBeHaveMatchers
  311. def toString(): String

    Definition Classes
    AnyRef → Any
  312. def todo: Pending

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

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

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

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

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

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

    Definition Classes
    ArgumentsShortcuts
  319. def wontdo: Success

    Definition Classes
    StandardResults
  320. def xonly: Arguments

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

    Definition Classes
    NumericBaseMatchers
  322. 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 mutable.Spec

Inherited from mutable.SpecLike

Inherited from FormattingFragments

Inherited from MustThrownMatchers1

Inherited from MustThrownExpectations1

Inherited from MustThrownExpectationsCreation

Inherited from ThrownExpectationsCreation

Inherited from StandardMatchResults

Inherited from StandardResults

Inherited from MustExpectations1

Inherited from MustExpectationsCreation

Inherited from Matchers1

Inherited from ValueChecksBase

Inherited from ValueChecksLowImplicits

Inherited from FutureBaseMatchers

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 ActionDsl

Inherited from ActionDsl

Inherited from TextCreation

Inherited from ArgumentsShortcuts

Inherited from ArgumentsCreation

Inherited from ArgumentsCreation

Inherited from ExampleDsl0

Inherited from BlockCreation

Inherited from SpecificationStructure

Inherited from MutableFragmentBuilder

Inherited from MutableHeaderBuilder

Inherited from MutableArgumentsBuilder

Inherited from FragmentsFactory

Inherited from FragmentBuilder

Inherited from SpecificationStructure

Inherited from ContextualSpecificationStructure

Inherited from AnyRef

Inherited from Any

Ungrouped