Packages

p

org

mockito

package mockito

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. mockito
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ArgumentMatchersSugar extends AnyMatchers with EqMatchers with EqMatchers_VersionSpecific with ThatMatchers with StringThatMatchers with NullMatchers with FunctionMatchers with NumericMatchers with MacroBasedMatchers

    Trait that provides some syntax sugar and type mapping.

    Trait that provides some syntax sugar and type mapping.

    It mostly forwards the calls to org.mockito.ArgumentMatchers, but with a few improvements to make it more scala-like It also renames the "eq" matcher to "eqTo" as in Scala "eq" is a keyword used to do object identity equality

  2. trait IdiomaticMockito extends IdiomaticMockitoBase
  3. trait IdiomaticMockitoBase extends MockitoEnhancer with ScalacticSerialisableHack
  4. class MockitoScalaSession extends AnyRef
  5. trait MockitoSugar extends MockitoEnhancer with DoSomething with Verifications with Rest with ScalacticSerialisableHack
  6. sealed trait Strictness extends AnyRef

Value Members

  1. implicit val JavaMethodEquality: Equality[Method]
  2. def clazz[T](implicit classTag: ClassTag[T]): Class[T]
  3. def functionToAnswer[T, P10, P9, P8, P7, P6, P5, P4, P3, P2, P1, P0](f: (P0, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10) ⇒ T)(implicit arg0: ValueClassExtractor[T]): ScalaAnswer[T]
  4. def functionToAnswer[T, P9, P8, P7, P6, P5, P4, P3, P2, P1, P0](f: (P0, P1, P2, P3, P4, P5, P6, P7, P8, P9) ⇒ T)(implicit arg0: ValueClassExtractor[T]): ScalaAnswer[T]
  5. def functionToAnswer[T, P8, P7, P6, P5, P4, P3, P2, P1, P0](f: (P0, P1, P2, P3, P4, P5, P6, P7, P8) ⇒ T)(implicit arg0: ValueClassExtractor[T]): ScalaAnswer[T]
  6. def functionToAnswer[T, P7, P6, P5, P4, P3, P2, P1, P0](f: (P0, P1, P2, P3, P4, P5, P6, P7) ⇒ T)(implicit arg0: ValueClassExtractor[T]): ScalaAnswer[T]
  7. def functionToAnswer[T, P6, P5, P4, P3, P2, P1, P0](f: (P0, P1, P2, P3, P4, P5, P6) ⇒ T)(implicit arg0: ValueClassExtractor[T]): ScalaAnswer[T]
  8. def functionToAnswer[T, P5, P4, P3, P2, P1, P0](f: (P0, P1, P2, P3, P4, P5) ⇒ T)(implicit arg0: ValueClassExtractor[T]): ScalaAnswer[T]
  9. def functionToAnswer[T, P4, P3, P2, P1, P0](f: (P0, P1, P2, P3, P4) ⇒ T)(implicit arg0: ValueClassExtractor[T]): ScalaAnswer[T]
  10. def functionToAnswer[T, P3, P2, P1, P0](f: (P0, P1, P2, P3) ⇒ T)(implicit arg0: ValueClassExtractor[T]): ScalaAnswer[T]
  11. def functionToAnswer[T, P2, P1, P0](f: (P0, P1, P2) ⇒ T)(implicit arg0: ValueClassExtractor[T]): ScalaAnswer[T]
  12. def functionToAnswer[T, P1, P0](f: (P0, P1) ⇒ T)(implicit arg0: ValueClassExtractor[T]): ScalaAnswer[T]
  13. def functionToAnswer[T, P0](f: (P0) ⇒ T)(implicit arg0: ValueClassExtractor[T]): ScalaAnswer[T]
  14. def invocationToAnswer[T](f: (InvocationOnMock) ⇒ T)(implicit arg0: ValueClassExtractor[T]): ScalaAnswer[T]
  15. def serialisableEquality[T]: Equality[T]
  16. object ArgumentMatchersSugar extends ArgumentMatchersSugar

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

  17. object IdiomaticMockito extends IdiomaticMockito

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

  18. object IdiomaticMockitoBase
  19. object MockitoScalaLogger extends MockitoSessionLogger
  20. object MockitoScalaSession
  21. object MockitoSugar extends MockitoSugar

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

  22. object Strictness

Inherited from AnyRef

Inherited from Any

Ungrouped