![JAR search and dependency download from the Maven repository](/logo.png)
net.stickycode.mockwire.binder.ContextManifestFactoryBinder Maven / Gradle / Ivy
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