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

org.specs2.mock.mockito.TheMockitoMocker.scala Maven / Gradle / Ivy

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


/** delegate to Mockito static methods with appropriate type inference. */
trait TheMockitoMocker {
  private[specs2] val mocker = new MockitoMocker {} 
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy