Package

org

mockito

Permalink

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_211 with ThatMatchers with StringThatMatchers with NullMatchers with FunctionMatchers with NumericMatchers with MacroBasedMatchers

    Permalink

    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 MockCreator

    Permalink
  3. class MockitoScalaSession extends AnyRef

    Permalink
  4. trait MockitoSugar extends MockitoEnhancer with DoSomething with Verifications with Rest

    Permalink

Value Members

  1. object ArgumentMatchersSugar extends ArgumentMatchersSugar

    Permalink

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

  2. object IdiomaticMockito extends IdiomaticMockito

    Permalink

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

  3. object MockitoScalaLogger extends MockitoSessionLogger

    Permalink
  4. object MockitoScalaSession

    Permalink
  5. object MockitoSugar extends MockitoSugar

    Permalink

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

  6. package captor

    Permalink
  7. def clazz[T](implicit classTag: ClassTag[T]): Class[T]

    Permalink
  8. package exceptions

    Permalink
  9. 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]): Answer[Any]

    Permalink
  10. 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]): Answer[Any]

    Permalink
  11. 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]): Answer[Any]

    Permalink
  12. 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]): Answer[Any]

    Permalink
  13. def functionToAnswer[T, P6, P5, P4, P3, P2, P1, P0](f: (P0, P1, P2, P3, P4, P5, P6) ⇒ T)(implicit arg0: ValueClassExtractor[T]): Answer[Any]

    Permalink
  14. def functionToAnswer[T, P5, P4, P3, P2, P1, P0](f: (P0, P1, P2, P3, P4, P5) ⇒ T)(implicit arg0: ValueClassExtractor[T]): Answer[Any]

    Permalink
  15. def functionToAnswer[T, P4, P3, P2, P1, P0](f: (P0, P1, P2, P3, P4) ⇒ T)(implicit arg0: ValueClassExtractor[T]): Answer[Any]

    Permalink
  16. def functionToAnswer[T, P3, P2, P1, P0](f: (P0, P1, P2, P3) ⇒ T)(implicit arg0: ValueClassExtractor[T]): Answer[Any]

    Permalink
  17. def functionToAnswer[T, P2, P1, P0](f: (P0, P1, P2) ⇒ T)(implicit arg0: ValueClassExtractor[T]): Answer[Any]

    Permalink
  18. def functionToAnswer[T, P1, P0](f: (P0, P1) ⇒ T)(implicit arg0: ValueClassExtractor[T]): Answer[Any]

    Permalink
  19. def functionToAnswer[T, P0](f: (P0) ⇒ T)(implicit arg0: ValueClassExtractor[T]): Answer[Any]

    Permalink
  20. package integrations

    Permalink
  21. def invocationToAnswer[T](f: (InvocationOnMock) ⇒ T)(implicit arg0: ValueClassExtractor[T]): Answer[Any]

    Permalink
  22. package matchers

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped