Class

colossus.testkit.CallbackMatchers

CallbackFailTo

Related Doc: package CallbackMatchers

Permalink

class CallbackFailTo[T, Ex <: Throwable] extends Matcher[Callback[T]] with Assertions

Linear Supertypes
Assertions, TripleEquals, TripleEqualsSupport, Matcher[Callback[T]], (Callback[T]) ⇒ MatchResult, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CallbackFailTo
  2. Assertions
  3. TripleEquals
  4. TripleEqualsSupport
  5. Matcher
  6. Function1
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CallbackFailTo(duration: FiniteDuration, f: (Ex) ⇒ Any)(implicit arg0: Manifest[Ex], cbe: CallbackExecutor)

    Permalink

Type Members

  1. final class AndBeWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  2. final class AndContainWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  3. final class AndEndWithWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  4. final class AndFullyMatchWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  5. final class AndHaveWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  6. final class AndIncludeWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  7. final class AndNotWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  8. final class AndStartWithWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  9. class AssertionsHelper extends AnyRef

    Permalink
    Definition Classes
    Assertions
  10. class CheckingEqualizer[L] extends AnyRef

    Permalink
    Definition Classes
    TripleEqualsSupport
  11. class Equalizer[L] extends AnyRef

    Permalink
    Definition Classes
    TripleEqualsSupport
  12. class LegacyCheckingEqualizer[L] extends AnyRef

    Permalink
    Definition Classes
    TripleEqualsSupport
  13. class LegacyEqualizer[L] extends AnyRef

    Permalink
    Definition Classes
    TripleEqualsSupport
  14. final class OrBeWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  15. final class OrContainWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  16. final class OrEndWithWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  17. final class OrFullyMatchWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  18. final class OrHaveWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  19. final class OrIncludeWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  20. final class OrNotWord extends AnyRef

    Permalink
    Definition Classes
    Matcher
  21. final class OrStartWithWord extends AnyRef

    Permalink
    Definition Classes
    Matcher

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. def !==[T](right: Spread[T]): TripleEqualsInvocationOnSpread[T]

    Permalink
    Definition Classes
    TripleEqualsSupport
  3. def !==(right: Null): TripleEqualsInvocation[Null]

    Permalink
    Definition Classes
    TripleEqualsSupport
  4. def !==[T](right: T): TripleEqualsInvocation[T]

    Permalink
    Definition Classes
    TripleEqualsSupport
  5. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  7. def ===[T](right: Spread[T]): TripleEqualsInvocationOnSpread[T]

    Permalink
    Definition Classes
    TripleEqualsSupport
  8. def ===(right: Null): TripleEqualsInvocation[Null]

    Permalink
    Definition Classes
    TripleEqualsSupport
  9. def ===[T](right: T): TripleEqualsInvocation[T]

    Permalink
    Definition Classes
    TripleEqualsSupport
  10. def and(notExist: ResultOfNotExist): MatcherFactory1[Callback[T], Existence]

    Permalink
    Definition Classes
    Matcher
  11. def and(existWord: ExistWord): MatcherFactory1[Callback[T], Existence]

    Permalink
    Definition Classes
    Matcher
  12. def and(notWord: NotWord): AndNotWord

    Permalink
    Definition Classes
    Matcher
  13. def and(endWithWord: EndWithWord): AndEndWithWord

    Permalink
    Definition Classes
    Matcher
  14. def and(startWithWord: StartWithWord): AndStartWithWord

    Permalink
    Definition Classes
    Matcher
  15. def and(includeWord: IncludeWord): AndIncludeWord

    Permalink
    Definition Classes
    Matcher
  16. def and(fullyMatchWord: FullyMatchWord): AndFullyMatchWord

    Permalink
    Definition Classes
    Matcher
  17. def and(beWord: BeWord): AndBeWord

    Permalink
    Definition Classes
    Matcher
  18. def and(containWord: ContainWord): AndContainWord

    Permalink
    Definition Classes
    Matcher
  19. def and(haveWord: HaveWord): AndHaveWord

    Permalink
    Definition Classes
    Matcher
  20. def and[U, TC1[_]](rightMatcherFactory1: MatcherFactory1[U, TC1]): MatcherFactory1[Callback[T] with U, TC1]

    Permalink
    Definition Classes
    Matcher
  21. def and[U <: Callback[T]](rightMatcher: Matcher[U]): Matcher[U]

    Permalink
    Definition Classes
    Matcher
  22. def andThen[A](g: (MatchResult) ⇒ A): (Callback[T]) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  23. def apply(c: Callback[T]): MatchResult

    Permalink
    Definition Classes
    CallbackFailTo → Matcher → Function1
  24. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  25. macro def assert(condition: Boolean, clue: Any): Unit

    Permalink
    Definition Classes
    Assertions
  26. macro def assert(condition: Boolean): Unit

    Permalink
    Definition Classes
    Assertions
  27. macro def assertCompiles(code: String): Unit

    Permalink
    Definition Classes
    Assertions
  28. macro def assertDoesNotCompile(code: String): Unit

    Permalink
    Definition Classes
    Assertions
  29. def assertResult(expected: Any)(actual: Any): Unit

    Permalink
    Definition Classes
    Assertions
  30. def assertResult(expected: Any, clue: Any)(actual: Any): Unit

    Permalink
    Definition Classes
    Assertions
  31. macro def assertTypeError(code: String): Unit

    Permalink
    Definition Classes
    Assertions
  32. val assertionsHelper: AssertionsHelper

    Permalink
    Definition Classes
    Assertions
  33. macro def assume(condition: Boolean, clue: Any): Unit

    Permalink
    Definition Classes
    Assertions
  34. macro def assume(condition: Boolean): Unit

    Permalink
    Definition Classes
    Assertions
  35. def cancel(cause: Throwable): Nothing

    Permalink
    Definition Classes
    Assertions
  36. def cancel(message: String, cause: Throwable): Nothing

    Permalink
    Definition Classes
    Assertions
  37. def cancel(message: String): Nothing

    Permalink
    Definition Classes
    Assertions
  38. def cancel(): Nothing

    Permalink
    Definition Classes
    Assertions
  39. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def compose[U](g: (U) ⇒ Callback[T]): Matcher[U]

    Permalink
    Definition Classes
    Matcher → Function1
  41. def conversionCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], cnv: (B) ⇒ A): Constraint[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  42. def convertEquivalenceToAToBConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: <:<[A, B]): Constraint[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  43. def convertEquivalenceToAToBConversionConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: (A) ⇒ B): Constraint[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  44. def convertEquivalenceToBToAConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: <:<[B, A]): Constraint[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  45. def convertEquivalenceToBToAConversionConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: (B) ⇒ A): Constraint[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  46. def convertToCheckingEqualizer[T](left: T): CheckingEqualizer[T]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  47. implicit def convertToEqualizer[T](left: T): Equalizer[T]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  48. def convertToLegacyCheckingEqualizer[T](left: T): LegacyCheckingEqualizer[T]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  49. def convertToLegacyEqualizer[T](left: T): LegacyEqualizer[T]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  50. def defaultEquality[A]: Equality[A]

    Permalink
    Definition Classes
    TripleEqualsSupport
  51. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  53. def fail(cause: Throwable): Nothing

    Permalink
    Definition Classes
    Assertions
  54. def fail(message: String, cause: Throwable): Nothing

    Permalink
    Definition Classes
    Assertions
  55. def fail(message: String): Nothing

    Permalink
    Definition Classes
    Assertions
  56. def fail(): Nothing

    Permalink
    Definition Classes
    Assertions
  57. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  58. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  60. def intercept[T <: AnyRef](f: ⇒ Any)(implicit manifest: Manifest[T]): T

    Permalink
    Definition Classes
    Assertions
  61. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  62. def lowPriorityConversionCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], cnv: (A) ⇒ B): Constraint[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  63. def lowPriorityTypeCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], ev: <:<[A, B]): Constraint[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  64. def mapArgs(prettify: (Any) ⇒ String): Matcher[Callback[T]]

    Permalink
    Definition Classes
    Matcher
  65. def mapResult(prettify: (MatchResult) ⇒ MatchResult): Matcher[Callback[T]]

    Permalink
    Definition Classes
    Matcher
  66. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  67. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  69. def or(notExist: ResultOfNotExist): MatcherFactory1[Callback[T], Existence]

    Permalink
    Definition Classes
    Matcher
  70. def or(existWord: ExistWord): MatcherFactory1[Callback[T], Existence]

    Permalink
    Definition Classes
    Matcher
  71. def or(notWord: NotWord): OrNotWord

    Permalink
    Definition Classes
    Matcher
  72. def or(endWithWord: EndWithWord): OrEndWithWord

    Permalink
    Definition Classes
    Matcher
  73. def or(startWithWord: StartWithWord): OrStartWithWord

    Permalink
    Definition Classes
    Matcher
  74. def or(includeWord: IncludeWord): OrIncludeWord

    Permalink
    Definition Classes
    Matcher
  75. def or(fullyMatchWord: FullyMatchWord): OrFullyMatchWord

    Permalink
    Definition Classes
    Matcher
  76. def or(beWord: BeWord): OrBeWord

    Permalink
    Definition Classes
    Matcher
  77. def or(containWord: ContainWord): OrContainWord

    Permalink
    Definition Classes
    Matcher
  78. def or(haveWord: HaveWord): OrHaveWord

    Permalink
    Definition Classes
    Matcher
  79. def or[U, TC1[_]](rightMatcherFactory1: MatcherFactory1[U, TC1]): MatcherFactory1[Callback[T] with U, TC1]

    Permalink
    Definition Classes
    Matcher
  80. def or[U <: Callback[T]](rightMatcher: Matcher[U]): Matcher[U]

    Permalink
    Definition Classes
    Matcher
  81. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  82. def toString(): String

    Permalink
    Definition Classes
    Function1 → AnyRef → Any
  83. def trap[T](f: ⇒ T): Throwable

    Permalink
    Definition Classes
    Assertions
  84. def typeCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], ev: <:<[B, A]): Constraint[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  85. implicit def unconstrainedEquality[A, B](implicit equalityOfA: Equality[A]): Constraint[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  86. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  89. def withClue[T](clue: Any)(fun: ⇒ T): T

    Permalink
    Definition Classes
    Assertions

Deprecated Value Members

  1. def assert(o: Option[String]): Unit

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This method has been deprecated in favor of macro assertion and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.

  2. def assert(o: Option[String], clue: Any): Unit

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This method has been deprecated in favor of macro assertion and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.

  3. def assume(o: Option[String]): Unit

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This method has been deprecated in favor of macro assumption and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.

  4. def assume(o: Option[String], clue: Any): Unit

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This method has been deprecated in favor of macro assumption and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.

  5. def expect(expected: Any)(actual: Any): Unit

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This expect method has been deprecated. Please replace all invocations of expect with an identical invocation of assertResult instead.

  6. def expect(expected: Any, clue: Any)(actual: Any): Unit

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This expect method has been deprecated. Please replace all invocations of expect with an identical invocation of assertResult instead.

  7. def expectResult(expected: Any)(actual: Any): Unit

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This expectResult method has been deprecated. Please replace all invocations of expectResult with an identical invocation of assertResult instead.

  8. def expectResult(expected: Any, clue: Any)(actual: Any): Unit

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    This expectResult method has been deprecated. Please replace all invocations of expectResult with an identical invocation of assertResult instead.

Inherited from Assertions

Inherited from TripleEquals

Inherited from TripleEqualsSupport

Inherited from Matcher[Callback[T]]

Inherited from (Callback[T]) ⇒ MatchResult

Inherited from AnyRef

Inherited from Any

Ungrouped