org.specs2.matcher

ContainInOrderMatchResult

class ContainInOrderMatchResult[T] extends AbstractContainMatchResult[T]

Self Type
ContainInOrderMatchResult[T]
Linear Supertypes
AbstractContainMatchResult[T], MatchResult[GenTraversable[T]], ResultLike, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ContainInOrderMatchResult
  2. AbstractContainMatchResult
  3. MatchResult
  4. ResultLike
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Value Members

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

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

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. def and(m: Matcher[GenTraversable[T]]): MatchResult[GenTraversable[T]]

    apply the matcher and return the logical and of two results

    apply the matcher and return the logical and of two results

    Definition Classes
    MatchResult
  7. def and[S >: GenTraversable[T]](m: ⇒ MatchResult[S]): MatchResult[S]

    returns

    the logical and of two results

    Definition Classes
    MatchResult
  8. def apply(matcher: Matcher[GenTraversable[T]]): MatchResult[GenTraversable[T]]

    apply a Matcher to the expectable contained in that MatchResult

    apply a Matcher to the expectable contained in that MatchResult

    Depending on the exact type of the MatchResult, that logic may vary

    Definition Classes
    AbstractContainMatchResultMatchResult
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def be[S >: GenTraversable[T] <: AnyRef](s: S): MatchResult[GenTraversable[T]]

    Definition Classes
    MatchResult
  11. def be(m: Matcher[GenTraversable[T]]): MatchResult[GenTraversable[T]]

    apply the matcher

    apply the matcher

    Definition Classes
    MatchResult
  12. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def evaluate[S >: GenTraversable[T]]: MatchResult[S]

    the value being matched

    the value being matched

    Attributes
    protected[specs2]
    Definition Classes
    MatchResult
  16. val expectable: Expectable[GenTraversable[T]]

    the value being matched

    the value being matched

    Definition Classes
    AbstractContainMatchResultMatchResult
  17. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def have(m: Matcher[GenTraversable[T]]): MatchResult[GenTraversable[T]]

    apply the matcher

    apply the matcher

    Definition Classes
    MatchResult
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def isSuccess: Boolean

    Definition Classes
    MatchResult
  23. lazy val matchResult: MatchResult[GenTraversable[T]]

    Definition Classes
    AbstractContainMatchResult
  24. val matcher: ContainInOrderMatcher[T]

  25. def message: String

    Definition Classes
    MatchResult
  26. def mute: MatchResult[GenTraversable[T]]

    returns

    the MatchResult with no messages

    Definition Classes
    MatchResult
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. def not: MatchResult[GenTraversable[T]]

    returns

    the negation of this result

    Definition Classes
    AbstractContainMatchResultMatchResult
  29. final def notify(): Unit

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

    Definition Classes
    AnyRef
  31. def only: ContainOnlyInOrderMatchResult[T]

  32. def or(m: Matcher[GenTraversable[T]]): MatchResult[GenTraversable[T]]

    apply the matcher and return the logical or of two results

    apply the matcher and return the logical or of two results

    Definition Classes
    MatchResult
  33. def or[S >: GenTraversable[T]](m: ⇒ MatchResult[S]): MatchResult[S]

    returns

    the logical or of two results

    Definition Classes
    MatchResult
  34. def orSkip: MatchResult[GenTraversable[T]]

    Definition Classes
    MatchResult
  35. def orThrow: MatchResult[GenTraversable[T]]

    Definition Classes
    MatchResult
  36. val s: MatchResult[GenTraversable[T]]

  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toResult: Result

  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AbstractContainMatchResult[T]

Inherited from MatchResult[GenTraversable[T]]

Inherited from ResultLike

Inherited from AnyRef

Inherited from Any