Object/Trait

org.mockito

ArgumentMatchersSugar

Related Docs: trait ArgumentMatchersSugar | package mockito

Permalink

object ArgumentMatchersSugar extends ArgumentMatchersSugar

Simple object to allow the usage of the trait without mixing it in

Linear Supertypes
ArgumentMatchersSugar, MacroBasedMatchers, NumericMatchers, FunctionMatchers, NullMatchers, StringThatMatchers, ThatMatchers, EqMatchers, AnyMatchers, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArgumentMatchersSugar
  2. ArgumentMatchersSugar
  3. MacroBasedMatchers
  4. NumericMatchers
  5. FunctionMatchers
  6. NullMatchers
  7. StringThatMatchers
  8. ThatMatchers
  9. EqMatchers
  10. AnyMatchers
  11. AnyRef
  12. 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. def *[T]: T

    Permalink
    Definition Classes
    AnyMatchers
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. def any[T]: T

    Permalink
    Definition Classes
    AnyMatchers
  6. def anyBoolean: Boolean

    Permalink
    Definition Classes
    AnyMatchers
  7. def anyByte: Byte

    Permalink
    Definition Classes
    AnyMatchers
  8. def anyChar: Char

    Permalink
    Definition Classes
    AnyMatchers
  9. def anyDouble: Double

    Permalink
    Definition Classes
    AnyMatchers
  10. def anyFloat: Float

    Permalink
    Definition Classes
    AnyMatchers
  11. def anyInt: Int

    Permalink
    Definition Classes
    AnyMatchers
  12. def anyIterable[T]: Iterable[T]

    Permalink
    Definition Classes
    AnyMatchers
  13. def anyList[T]: List[T]

    Permalink
    Definition Classes
    AnyMatchers
  14. def anyLong: Long

    Permalink
    Definition Classes
    AnyMatchers
  15. def anyMap[K, V]: Map[K, V]

    Permalink
    Definition Classes
    AnyMatchers
  16. def anySeq[T]: Seq[T]

    Permalink
    Definition Classes
    AnyMatchers
  17. def anySet[T]: Set[T]

    Permalink
    Definition Classes
    AnyMatchers
  18. def anyShort: Short

    Permalink
    Definition Classes
    AnyMatchers
  19. def anyVal[T](implicit valueClassMatchers: ValueClassMatchers[T]): T

    Permalink

    Wraps the standard 'any' matcher on the value class provided, this one requires the type to be explicit

    Wraps the standard 'any' matcher on the value class provided, this one requires the type to be explicit

    Definition Classes
    MacroBasedMatchers
  20. def argThat[T](matcher: ArgumentMatcher[T]): T

    Permalink
    Definition Classes
    ThatMatchers
  21. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  22. def booleanThat(matcher: ArgumentMatcher[Boolean]): Boolean

    Permalink
    Definition Classes
    ThatMatchers
  23. def byteThat(matcher: ArgumentMatcher[Byte]): Byte

    Permalink
    Definition Classes
    ThatMatchers
  24. def charThat(matcher: ArgumentMatcher[Char]): Char

    Permalink
    Definition Classes
    ThatMatchers
  25. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def contains(substring: String): String

    Permalink
    Definition Classes
    StringThatMatchers
  27. def doubleThat(matcher: ArgumentMatcher[Double]): Double

    Permalink
    Definition Classes
    ThatMatchers
  28. def endsWith(suffix: String): String

    Permalink
    Definition Classes
    StringThatMatchers
  29. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. def eqTo[T](value: T): T

    Permalink
    Definition Classes
    EqMatchers
  31. def eqToVal[T](value: Any)(implicit valueClassMatchers: ValueClassMatchers[T]): T

    Permalink

    Wraps the standard 'ArgumentMatchers.eq()' matcher on the value class provided, this one requires the type to be explicit

    Wraps the standard 'ArgumentMatchers.eq()' matcher on the value class provided, this one requires the type to be explicit

    Definition Classes
    MacroBasedMatchers
  32. def equals(arg0: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. def floatThat(matcher: ArgumentMatcher[Float]): Float

    Permalink
    Definition Classes
    ThatMatchers
  35. def function0[T](value: T): () ⇒ T

    Permalink
    Definition Classes
    FunctionMatchers
  36. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. def intThat(matcher: ArgumentMatcher[Int]): Int

    Permalink
    Definition Classes
    ThatMatchers
  39. def isA[T](implicit arg0: ClassTag[T]): T

    Permalink
    Definition Classes
    EqMatchers
  40. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  41. def longThat(matcher: ArgumentMatcher[Long]): Long

    Permalink
    Definition Classes
    ThatMatchers
  42. def matches(regex: String): String

    Permalink
    Definition Classes
    StringThatMatchers
  43. val n: N

    Permalink
    Definition Classes
    NumericMatchers
  44. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  47. def refEq[T](value: T, excludeFields: String*): T

    Permalink
    Definition Classes
    EqMatchers
  48. def same[T](value: T): T

    Permalink
    Definition Classes
    EqMatchers
  49. def shortThat(matcher: ArgumentMatcher[Short]): Short

    Permalink
    Definition Classes
    ThatMatchers
  50. def startsWith(prefix: String): String

    Permalink
    Definition Classes
    StringThatMatchers
  51. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Deprecated Value Members

  1. def isNotNull[T]: T

    Permalink
    Definition Classes
    NullMatchers
    Annotations
    @deprecated
    Deprecated

    (Since version 0.0.0) Using nulls in Scala? you naughty, naughty developer...

  2. def isNull[T]: T

    Permalink
    Definition Classes
    NullMatchers
    Annotations
    @deprecated
    Deprecated

    (Since version 0.0.0) Using nulls in Scala? you naughty, naughty developer...

Inherited from ArgumentMatchersSugar

Inherited from MacroBasedMatchers

Inherited from NumericMatchers

Inherited from FunctionMatchers

Inherited from NullMatchers

Inherited from StringThatMatchers

Inherited from ThatMatchers

Inherited from EqMatchers

Inherited from AnyMatchers

Inherited from AnyRef

Inherited from Any

Ungrouped