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