Class ClasspathFixtureProviderService

java.lang.Object
net.thucydides.core.fixtureservices.ClasspathFixtureProviderService
All Implemented Interfaces:
FixtureProviderService

public class ClasspathFixtureProviderService
extends java.lang.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.
  • Constructor Summary

    Constructors
    Constructor Description
    ClasspathFixtureProviderService()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<FixtureService> getFixtureServices()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait