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

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