Object/Trait

org.specs2.matcher

ActionMatchers

Related Docs: trait ActionMatchers | package matcher

Permalink

object ActionMatchers extends ActionMatchers

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActionMatchers
  2. ActionMatchers
  3. ValueChecks
  4. ValueChecksBase
  5. ValueChecksLowImplicits
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def beKo[T](message: String): Matcher[Action[T]]

    Permalink
    Definition Classes
    ActionMatchers
  6. def beKo[T]: Matcher[Action[T]]

    Permalink
    Definition Classes
    ActionMatchers
  7. def beOk[T](check: ValueCheck[T]): Matcher[Action[T]]

    Permalink
    Definition Classes
    ActionMatchers
  8. def beOk[T, R](f: (T) ⇒ R)(implicit arg0: AsResult[R]): Matcher[Action[T]]

    Permalink
    Definition Classes
    ActionMatchers
  9. def beOk[T]: Matcher[Action[T]]

    Permalink
    Definition Classes
    ActionMatchers
  10. def beOkWithValue[T](t: T): Matcher[Action[T]]

    Permalink
    Definition Classes
    ActionMatchers
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. implicit def downcastBeEqualTypedValueCheck[T, S >: T](check: BeEqualTypedValueCheck[T]): ValueCheck[S]

    Permalink

    a check of type T can be downcasted implicitly to a check of type S >: T

    a check of type T can be downcasted implicitly to a check of type S >: T

    Definition Classes
    ValueChecks
  13. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. implicit def functionIsValueCheck[T, R](f: (T) ⇒ R)(implicit arg0: AsResult[R]): ValueCheck[T]

    Permalink

    a function returning an object having an AsResult instance can check a value

    a function returning an object having an AsResult instance can check a value

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. implicit def matcherIsValueCheck[T](m: Matcher[T]): ValueCheck[T]

    Permalink

    a Matcher[T] can check a value

    a Matcher[T] can check a value

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

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

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

    Permalink
    Definition Classes
    AnyRef
  24. implicit def partialfunctionIsValueCheck[T, R](f: PartialFunction[T, R])(implicit arg0: AsResult[R]): ValueCheck[T]

    Permalink

    a partial function returning an object having an AsResult instance can check a value

    a partial function returning an object having an AsResult instance can check a value

    Definition Classes
    ValueChecks
  25. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  27. def valueIsTypedValueCheck[T](expected: T): BeEqualTypedValueCheck[T]

    Permalink

    an expected value can be used to check another value

    an expected value can be used to check another value

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ActionMatchers

Inherited from ValueChecks

Inherited from ValueChecksBase

Inherited from ValueChecksLowImplicits

Inherited from AnyRef

Inherited from Any

Ungrouped