Class

org.specs2.mutable

SpecWithJUnit

Related Doc: package mutable

Permalink

abstract class SpecWithJUnit extends Spec

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

Instance Constructors

  1. new SpecWithJUnit()

    Permalink

Type Members

  1. class BlockExample0 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)(implicit arg0: Diffable[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)(implicit arg0: Diffable[T]): EqualityMatcher[T]

    Permalink
    Definition Classes
    AnyBaseMatchers
  10. def ==~[T, S](s: ⇒ S)(implicit arg0: Diffable[T], 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)(implicit arg0: Diffable[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
    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], batchSize: ArgProperty[Int], 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 batchSize(n: Int): Arguments

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyBaseMatchers
  88. def beTrue: BeTrueMatcher

    Permalink
    Definition Classes
    AnyBaseMatchers
  89. def beTypedEqualTo[T](t: ⇒ T)(implicit arg0: Diffable[T]): EqualityMatcher[T]

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

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

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

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

    Permalink
    Definition Classes
    StringBaseMatchers
  94. def be_!==[T](t: ⇒ T)(implicit arg0: Diffable[T]): Matcher[T]

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

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

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

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

    Permalink
    Definition Classes
    StringBaseMatchers
  99. def be_===[T](t: ⇒ T)(implicit arg0: Diffable[T]): EqualityMatcher[T]

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

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

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

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

    Permalink
    Definition Classes
    NumericBaseMatchers
  104. implicit def blockExample0(d: String): BlockExample0

    Permalink
    Definition Classes
    ExampleDsl0
  105. def br: Fragment

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

    Permalink
    Definition Classes
    FormattingFragments
  107. def bt: Fragment

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ThrownExpectables → ExpectationsCreation
  111. def clone(): AnyRef

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    StringBaseMatchers
  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], t22: 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], t21: 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], t20: 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], t19: 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], t18: 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], t17: 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], t16: 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], t15: 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], t14: 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], t13: 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], t12: 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], t11: 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], t10: 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], t8: ValueCheck[T], t9: 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], t7: ValueCheck[T], t8: 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], t6: ValueCheck[T], t7: ValueCheck[T]): ContainWithResultSeq[T]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableBaseMatchers
  142. def containAllOf[T](seq: Seq[T])(implicit arg0: Diffable[T]): ContainWithResultSeq[T]

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ArgumentsShortcuts
  155. def done: Success

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

    Permalink
    Definition Classes
    TraversableBaseMatchers
  157. def end: Fragment

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TryBaseMatchers
  173. def failure(message: String): Failure

    Permalink
    Definition Classes
    StandardResults
  174. def failure: Failure

    Permalink
    Definition Classes
    StandardResults
  175. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    StringBaseMatchers
  179. def fragmentFactory: FragmentFactory

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

    Permalink
    Definition Classes
    ContextualSpecificationStructure
  181. def fullStackTrace: Arguments

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ArgumentsShortcuts
  197. def is: SpecStructure

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

    Permalink
    Definition Classes
    Any
  199. def isolated: Arguments

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

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

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

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

    Permalink
    Definition Classes
    EitherBaseMatchers
  204. def left[T](t: T)(implicit arg0: Diffable[T]): LeftCheckedMatcher[T]

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  215. def nocolor: Arguments

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ArgumentsShortcuts
  223. def p: Fragments

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

    Permalink
    Definition Classes
    StandardResults
  225. def pending: Pending

    Permalink
    Definition Classes
    StandardResults
  226. def pending(message: String): 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)(implicit arg0: Diffable[T]): RightCheckedMatcher[T]

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

    Permalink
    Attributes
    protected
    Definition Classes
    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[R](r: ⇒ R)(implicit arg0: AsResult[R]): Skipped

    Permalink
    Definition Classes
    StandardResults
  244. def skipped: Skipped

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

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

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

    Permalink
    Definition Classes
    OptionBaseMatchers
  248. def some[T](t: T)(implicit arg0: Diffable[T]): SomeCheckedMatcher[T]

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

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

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

    Permalink
    Definition Classes
    MutableFragmentBuilder
  252. def startWith(a: String): Matcher[String]

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

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

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

    Permalink
    Definition Classes
    ArgumentsShortcuts
  256. def stopOnSkip: Arguments

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

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

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

    Permalink
    Definition Classes
    ActionDsl
  260. def stopWhenFail: Fragment

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

    Permalink
    Definition Classes
    ActionDsl
  262. def stopWhenSkipped: Fragment

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

    Permalink
    Definition Classes
    SpecificationStructure → ContextualSpecificationStructure
  264. def success: Success

    Permalink
    Definition Classes
    StandardResults
  265. def successfulTry[T](t: T)(implicit arg0: Diffable[T]): TrySuccessCheckedMatcher[T]

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

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

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

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

    Permalink
    Definition Classes
    FormattingFragments
  270. def t: Fragment

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    StandardResults
  280. def typedEqualTo[T](t: ⇒ T): EqualityMatcher[T]

    Permalink
    Definition Classes
    AnyBaseMatchers
  281. def unbatched: Arguments

    Permalink
    Definition Classes
    ArgumentsShortcuts
  282. def updateArguments(a: Arguments): Arguments

    Permalink
    Definition Classes
    MutableArgumentsBuilder
  283. def valueIsTypedValueCheck[T](expected: T)(implicit di: Diffable[T]): BeEqualTypedValueCheck[T]

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

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

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

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

    Permalink
    Definition Classes
    ArgumentsShortcuts
  288. def wontdo: Success

    Permalink
    Definition Classes
    StandardResults
  289. def xonly: Arguments

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

    Permalink
    Definition Classes
    NumericBaseMatchers
  291. 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 StandardMatchResults

Inherited from StandardResults

Inherited from MustThrownExpectationsCreation

Inherited from ThrownExpectationsCreation

Inherited from ThrownExpectables

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