org.specs2

SpecWithJUnit

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
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SpecWithJUnit()

Type Members

  1. class ExceptionClassMatcher extends Matcher[Any]

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

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

    Definition Classes
    StringBaseMatchers
  4. class FindMatcherPattern extends FindMatcher

    Definition Classes
    StringBaseMatchers
  5. class FindMatcherPatternWithGroups extends FindMatcherWithGroups

    Definition Classes
    StringBaseMatchers
  6. class FindMatcherRegex extends FindMatcherPattern

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

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

    Definition Classes
    TraversableBaseMatchers
  9. implicit class appendToArguments extends AnyRef

    Definition Classes
    SpecStructureDsl1
  10. implicit class specificationInStringContext extends AnyRef

    Definition Classes
    S2StringContextCreation

Abstract Value Members

  1. abstract def is: SpecStructure

    Definition Classes
    SpecificationStructure

Concrete Value Members

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TraversableBaseMatchers
  26. def anError: Error

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

    Definition Classes
    ArgumentsCreation
  28. lazy val args: ArgumentsNamespace

    Definition Classes
    ArgumentsCreation
  29. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TryBaseMatchers
  56. def beFalse: Matcher[Boolean]

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyBaseMatchers
  70. def beRight[T]: RightMatcher[T]

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

    Definition Classes
    EitherBaseMatchers
  72. def beSome[T]: SomeMatcher[T]

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

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

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

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

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

    Definition Classes
    AnyBaseMatchers
  78. def beTrue: BeTrueMatcher

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    NumericBaseMatchers
  94. def br: Fragment

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

    Definition Classes
    FormattingFragments
  96. def bt: Fragment

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    StringBaseMatchers
  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], t22: ValueCheck[T]): ContainWithResultSeq[T]

    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], t21: ValueCheck[T]): ContainWithResultSeq[T]

    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], t20: ValueCheck[T]): ContainWithResultSeq[T]

    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], t19: ValueCheck[T]): ContainWithResultSeq[T]

    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], t18: ValueCheck[T]): ContainWithResultSeq[T]

    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], t17: ValueCheck[T]): ContainWithResultSeq[T]

    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], t16: ValueCheck[T]): ContainWithResultSeq[T]

    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], t15: ValueCheck[T]): ContainWithResultSeq[T]

    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], t14: ValueCheck[T]): ContainWithResultSeq[T]

    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], t13: ValueCheck[T]): ContainWithResultSeq[T]

    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], t12: ValueCheck[T]): ContainWithResultSeq[T]

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

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

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

    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]

    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]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    ArgumentsShortcuts
  144. def done: Success

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

    Definition Classes
    TraversableBaseMatchers
  146. def end: Fragment

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TryBaseMatchers
  162. def failure: Failure

    Definition Classes
    StandardResults
  163. def finalize(): Unit

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

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

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

    Definition Classes
    StringBaseMatchers
  167. def fragmentFactory: FragmentFactory

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

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

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

    Definition Classes
    SpecStructureDsl1
  171. def fullStackTrace: Arguments

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

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

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

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

    Definition Classes
    NumericBaseMatchers
  176. def hashCode(): Int

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Any
  188. def isolated: Arguments

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  206. def nocolor: Arguments

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

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

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

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

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

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

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

    Definition Classes
    ArgumentsShortcuts
  214. def p: Fragments

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

    Definition Classes
    StandardResults
  216. def pending: Pending

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

    Definition Classes
    StandardResults
  218. def plan: Arguments

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    ReferenceCreation
  229. def sequential: Arguments

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

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

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

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

    Definition Classes
    TraversableBaseMatchers
  234. def skipAll: Arguments

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

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

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

    Definition Classes
    StandardResults
  238. def skipped: Skipped

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

    Definition Classes
    StandardResults
  240. def some[T]: SomeMatcher[T]

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

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

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

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

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

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

    Definition Classes
    ActionDsl
  247. def stopOnFail: Arguments

    Definition Classes
    ArgumentsShortcuts
  248. def stopOnSkip: Arguments

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

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

    Definition Classes
    StandardResults
  251. def successfulTry[T](t: T): TrySuccessCheckedMatcher[T]

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

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

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

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

    Definition Classes
    FormattingFragments
  256. def t: Fragment

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

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

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

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

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

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

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

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

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

    Definition Classes
    ExceptionBaseMatchers
  266. def toString(): String

    Definition Classes
    AnyRef → Any
  267. def todo: Pending

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

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

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

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

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

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

    Definition Classes
    ArgumentsShortcuts
  274. def wontdo: Success

    Definition Classes
    StandardResults
  275. def xonly: Arguments

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

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

    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