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

org.specs2.mock.Mockito.scala Maven / Gradle / Ivy

There is a newer version: 3.7
Show newest version
package org.specs2
package mock

import mockito._
import matcher.Expectations

/**
 * This trait can be used to access Mockito functionalities.
 */
trait Mockito extends MocksCreation
  with CalledMatchers
  with MockitoStubs 
  with CapturedArgument 
  with MockitoMatchers
  with ArgThat
  with Expectations





© 2015 - 2024 Weber Informatics LLC | Privacy Policy