org.saddle.framework

BeCloseToVec

Related Docs: object BeCloseToVec | package framework

class BeCloseToVec[T] extends Matcher[Vec[T]]

A matcher for two numeric Vecs that must be equal to within a tolerance

Linear Supertypes
Matcher[Vec[T]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BeCloseToVec
  2. Matcher
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BeCloseToVec(v: Vec[T], delta: T)(implicit arg0: Numeric[T], arg1: ClassManifest[T])

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def ^^[S](f: (S) ⇒ Expectable[Vec[T]], dummy: Int): Matcher[S]

    Definition Classes
    Matcher
  5. def ^^[S](f: (S) ⇒ Vec[T]): Matcher[S]

    Definition Classes
    Matcher
  6. def and[S <: Vec[T]](m: ⇒ Matcher[S]): Matcher[S]

    Definition Classes
    Matcher
  7. def apply[S <: Vec[T]](x: Expectable[S]): MatchResult[S]

    Definition Classes
    BeCloseToVec → Matcher
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  12. def eventually(retries: Int, sleep: Duration): Matcher[Vec[T]]

    Definition Classes
    Matcher
  13. def eventually: Matcher[Vec[T]]

    Definition Classes
    Matcher
  14. def failure[S <: Vec[T]](message: ⇒ String, value: Expectable[S]): MatchResult[S]

    Attributes
    protected
    Definition Classes
    Matcher
  15. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  18. def iff(b: Boolean): Matcher[Vec[T]]

    Definition Classes
    Matcher
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def lazily: Matcher[() ⇒ Vec[T]]

    Definition Classes
    Matcher
  21. def mute: Matcher[Vec[T]]

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

    Definition Classes
    AnyRef
  23. def not: Matcher[Vec[T]]

    Definition Classes
    Matcher
  24. final def notify(): Unit

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

    Definition Classes
    AnyRef
  26. def or[S <: Vec[T]](m: ⇒ Matcher[S]): Matcher[S]

    Definition Classes
    Matcher
  27. def orPending(message: (String) ⇒ String): Matcher[Vec[T]]

    Definition Classes
    Matcher
  28. def orPending(m: String): Matcher[Vec[T]]

    Definition Classes
    Matcher
  29. def orPending: Matcher[Vec[T]]

    Definition Classes
    Matcher
  30. def orSkip(message: (String) ⇒ String): Matcher[Vec[T]]

    Definition Classes
    Matcher
  31. def orSkip(m: String): Matcher[Vec[T]]

    Definition Classes
    Matcher
  32. def orSkip: Matcher[Vec[T]]

    Definition Classes
    Matcher
  33. def result[S <: Vec[T]](other: specs2.matcher.MatchResultMessages.MatchResultMessage, value: Expectable[S]): MatchResult[S]

    Attributes
    protected
    Definition Classes
    Matcher
  34. def result[S <: Vec[T]](other: Result, value: Expectable[S]): MatchResult[S]

    Attributes
    protected
    Definition Classes
    Matcher
  35. def result[S <: Vec[T]](other: MatchResult[_], value: Expectable[S]): MatchResult[S]

    Attributes
    protected
    Definition Classes
    Matcher
  36. def result[S <: Vec[T]](test: ⇒ Boolean, okMessage: ⇒ String, koMessage: ⇒ String, value: Expectable[S], expected: String, actual: String): MatchResult[S]

    Attributes
    protected
    Definition Classes
    Matcher
  37. def result[S <: Vec[T]](triplet: ⇒ (Boolean, String, String), value: Expectable[S]): MatchResult[S]

    Attributes
    protected
    Definition Classes
    Matcher
  38. def result[S <: Vec[T]](test: ⇒ Boolean, okMessage: ⇒ String, koMessage: ⇒ String, value: Expectable[S]): MatchResult[S]

    Attributes
    protected
    Definition Classes
    Matcher
  39. def setMessage(message: String): Matcher[Vec[T]]

    Definition Classes
    Matcher
  40. def success[S <: Vec[T]](message: ⇒ String, value: Expectable[S]): MatchResult[S]

    Attributes
    protected
    Definition Classes
    Matcher
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def test: (Vec[T]) ⇒ Boolean

    Definition Classes
    Matcher
  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. def unless(b: Boolean, m: String): Matcher[Vec[T]]

    Definition Classes
    Matcher
  45. def updateMessage(f: (String) ⇒ String): Matcher[Vec[T]]

    Definition Classes
    Matcher
  46. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def when(b: Boolean, m: String): Matcher[Vec[T]]

    Definition Classes
    Matcher

Inherited from Matcher[Vec[T]]

Inherited from AnyRef

Inherited from Any

Ungrouped