Class

org.specs2

SpecWithJUnit

Related Doc: package specs2

Permalink

abstract class SpecWithJUnit extends Spec

This class must be inherited to allow a Specification to be executed as a JUnit test

Annotations
@RunWith()
Linear Supertypes
Spec, SpecLike, StandardMatchResults, StandardResults, FormattingFragments, ArgumentsShortcuts, ArgumentsCreation, MustMatchers1, MustExpectations1, MustExpectationsCreation, Matchers1, ValueChecksBase, ValueChecksLowImplicits, FutureBaseMatchers, EventuallyMatchers, EventuallyResults, TryBaseMatchers, EitherBaseMatchers, OptionBaseMatchers, NumericBaseMatchers, ExceptionBaseMatchers, ExpectationsCreation, MatchResultStackTrace, StringBaseMatchers, TraversableBaseMatchers, AnyBaseMatchers, AcceptanceDsl1, ActionDsl, TagDsl, ReferenceCreation, SpecStructureDsl1, S2StringContext1, S2StringContextCreation, FragmentsFactory, ImmutableSpecificationStructure, SpecificationStructure, ContextualSpecificationStructure, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpecWithJUnit
  2. Spec
  3. SpecLike
  4. StandardMatchResults
  5. StandardResults
  6. FormattingFragments
  7. ArgumentsShortcuts
  8. ArgumentsCreation
  9. MustMatchers1
  10. MustExpectations1
  11. MustExpectationsCreation
  12. Matchers1
  13. ValueChecksBase
  14. ValueChecksLowImplicits
  15. FutureBaseMatchers
  16. EventuallyMatchers
  17. EventuallyResults
  18. TryBaseMatchers
  19. EitherBaseMatchers
  20. OptionBaseMatchers
  21. NumericBaseMatchers
  22. ExceptionBaseMatchers
  23. ExpectationsCreation
  24. MatchResultStackTrace
  25. StringBaseMatchers
  26. TraversableBaseMatchers
  27. AnyBaseMatchers
  28. AcceptanceDsl1
  29. ActionDsl
  30. TagDsl
  31. ReferenceCreation
  32. SpecStructureDsl1
  33. S2StringContext1
  34. S2StringContextCreation
  35. FragmentsFactory
  36. ImmutableSpecificationStructure
  37. SpecificationStructure
  38. ContextualSpecificationStructure
  39. AnyRef
  40. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SpecWithJUnit()

    Permalink

Type Members

  1. class ExceptionClassMatcher extends Matcher[Any]

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

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

    Permalink
    Definition Classes
    StringBaseMatchers
  4. class FindMatcherPattern extends FindMatcher

    Permalink
    Definition Classes
    StringBaseMatchers
  5. class FindMatcherPatternWithGroups extends FindMatcherWithGroups

    Permalink
    Definition Classes
    StringBaseMatchers
  6. class FindMatcherRegex extends FindMatcherPattern

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

    Permalink
    Definition Classes
    StringBaseMatchers
  8. implicit class appendToArguments extends AnyRef

    Permalink
    Definition Classes
    SpecStructureDsl1
  9. implicit class specificationInStringContext extends AnyRef

    Permalink
    Definition Classes
    S2StringContextCreation

Abstract Value Members

  1. abstract def is: SpecStructure

    Permalink
    Definition Classes
    SpecificationStructure

Concrete 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
  23. def allOf[T](checks: ValueCheck[T]*): ContainWithResultSeq[T]

    Permalink
    Definition Classes
    TraversableBaseMatchers
  24. def anError: Error

    Permalink
    Definition Classes
    StandardResults
  25. def args(ex: ArgProperty[String], include: ArgProperty[String], exclude: ArgProperty[String], was: ArgProperty[String], plan: ArgProperty[Boolean], skipAll: ArgProperty[Boolean], stopOnFail: ArgProperty[Boolean], stopOnError: ArgProperty[Boolean], stopOnIssue: 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
  26. lazy val args: ArgumentsNamespace

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    FutureBaseMatchers
  35. def batchSize(n: Int): Arguments

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    NumericBaseMatchers
  58. def beLeft[T](implicit p: control.ImplicitParameters.ImplicitParam): LeftMatcher[T]

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyBaseMatchers
  69. def beRight[T](implicit p: control.ImplicitParameters.ImplicitParam): RightMatcher[T]

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

    Permalink
    Definition Classes
    EitherBaseMatchers
  71. def beSome[T](implicit p: control.ImplicitParameters.ImplicitParam): SomeMatcher[T]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyBaseMatchers
  77. def beTrue: BeTrueMatcher

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    NumericBaseMatchers
  93. def br: Fragment

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

    Permalink
    Definition Classes
    FormattingFragments
  95. def bt: Fragment

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    StringBaseMatchers
  107. 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
  108. 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
  109. 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
  110. 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
  111. 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
  112. 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
  113. 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
  114. 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
  115. 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
  116. 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
  117. 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
  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]): 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]): 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]): 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]): 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]): 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]): 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]): ContainWithResultSeq[T]

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableBaseMatchers
  135. def createExecutionInterpolatedFragment[R](execution: R)(implicit arg0: AsExecution[R]): InterpolatedFragment

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ArgumentsShortcuts
  144. def done: Success

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

    Permalink
    Definition Classes
    TraversableBaseMatchers
  146. def end: Fragment

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    StandardResults
  165. def failure: Failure

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

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

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

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

    Permalink
    Definition Classes
    StringBaseMatchers
  170. def fragmentFactory: FragmentFactory

    Permalink
    Attributes
    protected
    Definition Classes
    FragmentsFactory
  171. implicit def fragmentIsInterpolatedFragment(f: ⇒ Fragment): InterpolatedFragment

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

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

    Permalink
    Definition Classes
    SpecStructureDsl1
  174. def fullStackTrace: Arguments

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ArgumentsShortcuts
  190. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  191. def isolated: Arguments

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

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

    Permalink
    Definition Classes
    StandardMatchResults
  194. def left[T](implicit p: control.ImplicitParameters.ImplicitParam): LeftMatcher[Nothing]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  209. def nocolor: Arguments

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ArgumentsShortcuts
  217. def p: Fragments

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

    Permalink
    Definition Classes
    StandardResults
  219. def pending: Pending

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

    Permalink
    Definition Classes
    StandardResults
  221. def plan: Arguments

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

    Permalink
    Definition Classes
    FutureBaseMatchers
  223. def right[T](implicit p: control.ImplicitParameters.ImplicitParam): RightMatcher[Nothing]

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

    Permalink
    Definition Classes
    EitherBaseMatchers
  225. def right[T](t: T)(implicit arg0: Diffable[T]): RightCheckedMatcher[T]

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

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

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

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

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

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

    Permalink
    Definition Classes
    ReferenceCreation
  232. def sequential: Arguments

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

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

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

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

    Permalink
    Definition Classes
    TraversableBaseMatchers
  237. def skipAll: Arguments

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

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

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

    Permalink
    Definition Classes
    StandardResults
  241. def skipped: Skipped

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableBaseMatchers
  247. def startWith(a: String): Matcher[String]

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

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

    Permalink
    Definition Classes
    ActionDsl
  250. def stopOnFail: Arguments

    Permalink
    Definition Classes
    ArgumentsShortcuts
  251. def stopOnSkip: Arguments

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

    Permalink
    Definition Classes
    ImmutableSpecificationStructure → SpecificationStructure → ContextualSpecificationStructure
  253. def success: Success

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

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

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

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

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

    Permalink
    Definition Classes
    FormattingFragments
  259. def t: Fragment

    Permalink
    Definition Classes
    FormattingFragments
  260. def tag(tag: NamedTag): Fragment

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyBaseMatchers
  272. def unbatched: Arguments

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

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

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

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

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

    Permalink
    Definition Classes
    ArgumentsShortcuts
  278. def wontdo: Success

    Permalink
    Definition Classes
    StandardResults
  279. def xonly: Arguments

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

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

    Permalink
    Definition Classes
    NumericBaseMatchers

Inherited from Spec

Inherited from SpecLike

Inherited from StandardMatchResults

Inherited from StandardResults

Inherited from FormattingFragments

Inherited from ArgumentsShortcuts

Inherited from ArgumentsCreation

Inherited from MustMatchers1

Inherited from MustExpectations1

Inherited from MustExpectationsCreation

Inherited from Matchers1

Inherited from ValueChecksBase

Inherited from ValueChecksLowImplicits

Inherited from FutureBaseMatchers

Inherited from EventuallyMatchers

Inherited from EventuallyResults

Inherited from TryBaseMatchers

Inherited from EitherBaseMatchers

Inherited from OptionBaseMatchers

Inherited from NumericBaseMatchers

Inherited from ExceptionBaseMatchers

Inherited from ExpectationsCreation

Inherited from MatchResultStackTrace

Inherited from StringBaseMatchers

Inherited from TraversableBaseMatchers

Inherited from AnyBaseMatchers

Inherited from AcceptanceDsl1

Inherited from ActionDsl

Inherited from TagDsl

Inherited from ReferenceCreation

Inherited from SpecStructureDsl1

Inherited from S2StringContext1

Inherited from S2StringContextCreation

Inherited from FragmentsFactory

Inherited from ImmutableSpecificationStructure

Inherited from SpecificationStructure

Inherited from ContextualSpecificationStructure

Inherited from AnyRef

Inherited from Any

Ungrouped