Package dev.galasa.framework
Interface IGalasaFactory
- All Known Implementing Classes:
GalasaFactory
public interface IGalasaFactory
Implementations allow the caller to instantiate internal instances of interfaces without having access to the internals.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
newTestRunInitStrategy
IFrameworkInitialisationStrategy newTestRunInitStrategy() -
newResourceManagerInitStrategy
IFrameworkInitialisationStrategy newResourceManagerInitStrategy() -
newDefaultInitStrategy
IFrameworkInitialisationStrategy newDefaultInitStrategy()
-