
net.stickycode.mockwire.binder.MockerFactoryBinder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mockwire-guice3 Show documentation
Show all versions of mockwire-guice3 Show documentation
Isolation and definition of test contexts using Guice 3 and Mockito
The newest version!
package net.stickycode.mockwire.binder;
import net.stickycode.mockwire.Mocker;
import net.stickycode.mockwire.mockito.MockitoMocker;
public class MockerFactoryBinder
implements MockerFactory {
@Override
public Mocker create() {
return new MockitoMocker();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy