Class ClasspathFixtureProviderService

  • All Implemented Interfaces:
    FixtureProviderService

    public class ClasspathFixtureProviderService
    extends Object
    implements FixtureProviderService
    Load any implementations of the FixtureService class declared on the classpath. FixtureService implementations must be declared in a file called net.thucydides.core.fixtureservices.FixtureService in the META-INF/services directory somewhere on the classpath.