org.specs2.mock.Mockito.scala Maven / Gradle / Ivy
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