Class

org.specs2.mutable

SpecWithJUnit

Related Doc: package mutable

Permalink

abstract class SpecWithJUnit extends Spec

Annotations
@RunWith()
Linear Supertypes
Spec, 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. SpecWithJUnit
  2. Spec
  3. SpecLike
  4. FormattingFragments
  5. MustThrownMatchers1
  6. MustThrownExpectations1
  7. MustThrownExpectationsCreation
  8. ThrownExpectationsCreation
  9. StandardMatchResults
  10. StandardResults
  11. MustExpectations1
  12. MustExpectationsCreation
  13. Matchers1
  14. ValueChecksBase
  15. ValueChecksLowImplicits
  16. FutureBaseMatchers
  17. EventuallyMatchers
  18. EventuallyResults
  19. TryBaseMatchers
  20. EitherBaseMatchers
  21. OptionBaseMatchers
  22. NumericBaseMatchers
  23. ExceptionBaseMatchers
  24. ExpectationsCreation
  25. MatchResultStackTrace
  26. StringBaseMatchers
  27. TraversableBaseMatchers
  28. AnyBaseMatchers
  29. ActionDsl
  30. ActionDsl
  31. TextCreation
  32. ArgumentsShortcuts
  33. ArgumentsCreation
  34. ArgumentsCreation
  35. ExampleDsl0
  36. BlockCreation
  37. SpecificationStructure
  38. MutableFragmentBuilder
  39. MutableHeaderBuilder
  40. MutableArgumentsBuilder
  41. FragmentsFactory
  42. FragmentBuilder
  43. SpecificationStructure
  44. ContextualSpecificationStructure
  45. AnyRef
  46. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SpecWithJUnit()

    Permalink

Type Members

  1. class BlockExample extends AnyRef

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

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

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

    Permalink
    Definition Classes
    StringBaseMatchers
  5. class FindMatcherPattern extends FindMatcher

    Permalink
    Definition Classes
    StringBaseMatchers
  6. class FindMatcherPatternWithGroups extends FindMatcherWithGroups

    Permalink
    Definition Classes
    StringBaseMatchers
  7. class FindMatcherRegex extends FindMatcherPattern

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

    Permalink
    Definition Classes
    StringBaseMatchers
  9. trait TraversableMatcher[T] extends Matcher[GenTraversableOnce[T]]

    Permalink
    Definition Classes
    TraversableBaseMatchers

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. def !=/(s: String): Matcher[Any]

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

    Permalink
    Definition Classes
    AnyBaseMatchers
  4. final def ##(): Int

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

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

    Permalink
    Definition Classes
    NumericBaseMatchers
  7. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def ==/(s: String): AdaptableMatcher[Any]

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TryBaseMatchers
  18. def aFailedTry[T]: TryFailureMatcher[T]

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

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

    Permalink
    Definition Classes
    TryBaseMatchers
  21. def aSuccessfulTry[T]: TrySuccessMatcher[T]

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

    Permalink
    Definition Classes
    ActionDsl → ActionDsl
  23. def addBacktab(n: Int): Fragment

    Permalink
    Definition Classes
    TextCreation
  24. def addBacktab: Fragment

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

    Permalink
    Definition Classes
    TextCreation
  26. def addBreak: Fragment

    Permalink
    Definition Classes
    TextCreation
  27. def addFragment(fragment: Fragment): Fragment

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

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

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

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

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

    Permalink
    Definition Classes
    TextCreation
  33. def addTab: Fragment

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

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

    Permalink
    Definition Classes
    TraversableBaseMatchers
  36. def anError: Error

    Permalink
    Definition Classes
    ThrownExpectationsCreation → StandardResults
  37. 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

    Permalink
    Definition Classes
    ArgumentsCreation → ArgumentsCreation
  38. lazy val args: ArgumentsNamespaceMutable

    Permalink
    Definition Classes
    ArgumentsCreation → ArgumentsCreation
  39. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

    Permalink
    Definition Classes
    FutureBaseMatchers
  46. def be[T <: AnyRef](t: ⇒ T): BeTheSameAs[T]

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

    Permalink
    Definition Classes
    TryBaseMatchers
  48. def beAFailedTry[T]: TryFailureMatcher[T]

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

    Permalink
    Definition Classes
    TryBaseMatchers
  50. def beASuccessfulTry[T]: TrySuccessMatcher[T]

    Permalink
    Definition Classes
    TryBaseMatchers
  51. def beAnInstanceOf[T](implicit arg0: ClassTag[T]): Matcher[AnyRef]

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyBaseMatchers
  63. def beFailedTry[T](check: ValueCheck[Throwable]): TryFailureCheckedMatcher[T]

    Permalink
    Definition Classes
    TryBaseMatchers
  64. def beFailedTry[T]: TryFailureMatcher[T]

    Permalink
    Definition Classes
    TryBaseMatchers
  65. def beFalse: Matcher[Boolean]

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyBaseMatchers
  79. def beRight[T]: RightMatcher[T]

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

    Permalink
    Definition Classes
    EitherBaseMatchers
  81. def beSome[T]: SomeMatcher[T]

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

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

    Permalink
    Definition Classes
    TraversableBaseMatchers
  84. def beSuccessfulTry[T](check: ValueCheck[T]): TrySuccessCheckedMatcher[T]

    Permalink
    Definition Classes
    TryBaseMatchers
  85. def beSuccessfulTry[T]: TrySuccessMatcher[T]

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

    Permalink
    Definition Classes
    AnyBaseMatchers
  87. def beTrue: BeTrueMatcher

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ExampleDsl0
  104. def br: Fragment

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

    Permalink
    Definition Classes
    FormattingFragments
  106. def bt: Fragment

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    StringBaseMatchers
  118. 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]

    Permalink
    Definition Classes
    TraversableBaseMatchers
  119. 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]

    Permalink
    Definition Classes
    TraversableBaseMatchers
  120. 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]

    Permalink
    Definition Classes
    TraversableBaseMatchers
  121. 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]

    Permalink
    Definition Classes
    TraversableBaseMatchers
  122. 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]

    Permalink
    Definition Classes
    TraversableBaseMatchers
  123. 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]

    Permalink
    Definition Classes
    TraversableBaseMatchers
  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]): ContainWithResultSeq[T]

    Permalink
    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]): ContainWithResultSeq[T]

    Permalink
    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]): ContainWithResultSeq[T]

    Permalink
    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]): ContainWithResultSeq[T]

    Permalink
    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]): ContainWithResultSeq[T]

    Permalink
    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]): ContainWithResultSeq[T]

    Permalink
    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]): ContainWithResultSeq[T]

    Permalink
    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]): ContainWithResultSeq[T]

    Permalink
    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]): ContainWithResultSeq[T]

    Permalink
    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]): ContainWithResultSeq[T]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ArgumentsShortcuts
  153. def done: Success

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

    Permalink
    Definition Classes
    TraversableBaseMatchers
  155. def end: Fragment

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TryBaseMatchers
  170. def failedTry[T]: TryFailureMatcher[T]

    Permalink
    Definition Classes
    TryBaseMatchers
  171. def failure(f: Failure): Failure

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

    Permalink
    Attributes
    protected
    Definition Classes
    ThrownExpectationsCreation
  173. def failure: Failure

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

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

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

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

    Permalink
    Definition Classes
    StringBaseMatchers
  178. def fragmentFactory: FragmentFactory

    Permalink
    Attributes
    protected
    Definition Classes
    FragmentsFactory
  179. def fragments: (Env) ⇒ Fragments

    Permalink
    Definition Classes
    ContextualSpecificationStructure
  180. def fullStackTrace: Arguments

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

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

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

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

    Permalink
    Definition Classes
    NumericBaseMatchers
  185. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  186. def haveClass[T](implicit arg0: ClassTag[T]): Matcher[AnyRef]

    Permalink
    Definition Classes
    AnyBaseMatchers
  187. def haveInterface[T](implicit arg0: ClassTag[T]): Matcher[AnyRef]

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

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

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

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

    Permalink
    Definition Classes
    TraversableBaseMatchers
  192. def haveSuperclass[T](implicit arg0: ClassTag[T]): Matcher[AnyRef]

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

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

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

    Permalink
    Definition Classes
    ArgumentsShortcuts
  196. def is: SpecStructure

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

    Permalink
    Definition Classes
    Any
  198. def isolated: Arguments

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SpecificationStructure
  210. def map(structure: SpecStructure): SpecStructure

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

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

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

    Permalink
    Definition Classes
    AnyRef
  214. def nocolor: Arguments

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

    Permalink
    Definition Classes
    OptionBaseMatchers
  216. def not[T](m: Matcher[T]): Matcher[T]

    Permalink
    Definition Classes
    AnyBaseMatchers
  217. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  218. final def notifyAll(): Unit

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

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

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

    Permalink
    Definition Classes
    ArgumentsShortcuts
  222. def p: Fragments

    Permalink
    Definition Classes
    FormattingFragments
  223. def pending(p: Pending): Pending

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

    Permalink
    Definition Classes
    ThrownExpectationsCreation → StandardResults
  225. def pending: Pending

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

    Permalink
    Definition Classes
    StandardResults
  227. def plan: Arguments

    Permalink
    Definition Classes
    ArgumentsShortcuts
  228. def retry[T](m: Matcher[T])(retries: Int)(implicit ee: ExecutionEnv): Matcher[Future[T]]

    Permalink
    Definition Classes
    FutureBaseMatchers
  229. def right[T]: RightMatcher[Nothing]

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

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

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

    Permalink
    Definition Classes
    ThrownExpectationsCreation → ExpectationsCreation
  233. def sequential: Arguments

    Permalink
    Definition Classes
    ArgumentsShortcuts
  234. def setArguments(a: Arguments): Arguments

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableBaseMatchers
  240. def skipAll: Arguments

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

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

    Permalink
    Definition Classes
    ArgumentsShortcuts
  243. def skipped(s: Skipped): Skipped

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

    Permalink
    Definition Classes
    ThrownExpectationsCreation → StandardResults
  245. def skipped: Skipped

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

    Permalink
    Definition Classes
    StandardResults
  247. def some[T]: SomeMatcher[T]

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ActionDsl → ActionDsl
  256. def stopOnFail: Arguments

    Permalink
    Definition Classes
    ArgumentsShortcuts
  257. def stopOnSkip: Arguments

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

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

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

    Permalink
    Definition Classes
    ActionDsl
  261. def stopWhenFail: Fragment

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

    Permalink
    Definition Classes
    ActionDsl
  263. def stopWhenSkipped: Fragment

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ThrownExpectationsCreation
  266. lazy val success: Success

    Permalink
    Definition Classes
    ThrownExpectationsCreation → StandardResults
  267. def successfulTry[T](t: T): TrySuccessCheckedMatcher[T]

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

    Permalink
    Definition Classes
    TryBaseMatchers
  269. def successfulTry[T]: TrySuccessMatcher[T]

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

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

    Permalink
    Definition Classes
    FormattingFragments
  272. def t: Fragment

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ExceptionBaseMatchers
  280. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  281. def todo: Pending

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

    Permalink
    Definition Classes
    AnyBaseMatchers
  283. def updateArguments(a: Arguments): Arguments

    Permalink
    Definition Classes
    MutableArgumentsBuilder
  284. def valueIsTypedValueCheck[T](expected: T): BeEqualTypedValueCheck[T]

    Permalink
    Definition Classes
    ValueChecksBase
  285. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    ArgumentsShortcuts
  289. def wontdo: Success

    Permalink
    Definition Classes
    StandardResults
  290. def xonly: Arguments

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

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

    Permalink
    Definition Classes
    NumericBaseMatchers

Inherited from Spec

Inherited from 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