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. case class ArgumentExtractor(toTransform: Map[String, Set[Int]]) extends Product with Serializable

    Permalink
  2. trait ArgumentMatchersSugar extends AnyMatchers with EqMatchers with ThatMatchers with StringThatMatchers with NullMatchers with FunctionMatchers

    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

  3. trait ByNameExperimental extends MockCreator

    Permalink
  4. trait IdiomaticMockito extends MockCreator

    Permalink
  5. class MockitoScalaSession extends AnyRef

    Permalink
  6. 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 MockitoScalaLogger extends MockitoSessionLogger

    Permalink
  3. object MockitoScalaSession

    Permalink
  4. object MockitoSugar extends MockitoSugar

    Permalink

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

  5. package captor

    Permalink
  6. def clazz[T <: AnyRef](implicit classTag: ClassTag[T]): Class[T]

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

    Permalink
  8. 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): Answer[T]

    Permalink
  9. def functionToAnswer[T, P8, P7, P6, P5, P4, P3, P2, P1, P0](f: (P0, P1, P2, P3, P4, P5, P6, P7, P8) ⇒ T): Answer[T]

    Permalink
  10. def functionToAnswer[T, P7, P6, P5, P4, P3, P2, P1, P0](f: (P0, P1, P2, P3, P4, P5, P6, P7) ⇒ T): Answer[T]

    Permalink
  11. def functionToAnswer[T, P6, P5, P4, P3, P2, P1, P0](f: (P0, P1, P2, P3, P4, P5, P6) ⇒ T): Answer[T]

    Permalink
  12. def functionToAnswer[T, P5, P4, P3, P2, P1, P0](f: (P0, P1, P2, P3, P4, P5) ⇒ T): Answer[T]

    Permalink
  13. def functionToAnswer[T, P4, P3, P2, P1, P0](f: (P0, P1, P2, P3, P4) ⇒ T): Answer[T]

    Permalink
  14. def functionToAnswer[T, P3, P2, P1, P0](f: (P0, P1, P2, P3) ⇒ T): Answer[T]

    Permalink
  15. def functionToAnswer[T, P2, P1, P0](f: (P0, P1, P2) ⇒ T): Answer[T]

    Permalink
  16. def functionToAnswer[T, P1, P0](f: (P0, P1) ⇒ T): Answer[T]

    Permalink
  17. def functionToAnswer[T, P0](f: (P0) ⇒ T): Answer[T]

    Permalink
  18. package integrations

    Permalink
  19. package internal

    Permalink
  20. def invocationToAnswer[T](f: (InvocationOnMock) ⇒ T): Answer[T]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped