All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mockito.integrations.scalatest.IdiomaticMockitoFixture.scala Maven / Gradle / Ivy

The newest version!
package org.mockito.integrations.scalatest

import org.mockito._

/**
 * It automatically wraps each test in a MockitoScalaSession so the implicit verifications are applied
 *
 * Just mix-in after your favourite suite, i.e. {{{class MyTest extends WordSpec with IdiomaticMockitoFixture}}}
 */
@deprecated("Please use org.mockito.scalatest.IdiomaticMockito or org.mockito.scalatest.AsyncIdiomaticMockito from the mockito-scala-scalatest module", "1.3.0")
trait IdiomaticMockitoFixture extends MockitoSessionFixture with IdiomaticMockito with ArgumentMatchersSugar




© 2015 - 2025 Weber Informatics LLC | Privacy Policy