Package

org.mockito

scalatest

Permalink

package scalatest

Visibility
  1. Public
  2. All

Type Members

  1. trait AsyncIdiomaticMockito extends IdiomaticMockitoBase with ArgumentMatchersSugar with MockitoSessionAsyncFixture

    Permalink
  2. trait AsyncMockitoSugar extends mockito.MockitoSugar with ArgumentMatchersSugar with MockitoSessionAsyncFixture

    Permalink
  3. trait IdiomaticMockito extends IdiomaticMockitoBase with ArgumentMatchersSugar with MockitoSessionFixture

    Permalink
  4. trait MockitoSugar extends mockito.MockitoSugar with ArgumentMatchersSugar with MockitoSessionFixture

    Permalink
  5. trait ResetMocksAfterEachTest extends TestSuite with MockCreator

    Permalink

    It automatically resets each mock after a each test is run, useful when we need to pass the mocks to some framework once at the beginning of the test suite

    It automatically resets each mock after a each test is run, useful when we need to pass the mocks to some framework once at the beginning of the test suite

    Just mix-in after your favourite suite, i.e.

    class MyTest extends PlaySpec with MockitoSugar with ResetMocksAfterEachTest

Ungrouped