Package fitnesse.testrunner
Class MultipleTestSystemFactory
- java.lang.Object
-
- fitnesse.testrunner.MultipleTestSystemFactory
-
- All Implemented Interfaces:
TestSystemFactoryRegistry
,TestSystemFactory
public class MultipleTestSystemFactory extends java.lang.Object implements TestSystemFactory, TestSystemFactoryRegistry
-
-
Constructor Summary
Constructors Constructor Description MultipleTestSystemFactory(SlimTableFactory slimTableFactory, CustomComparatorRegistry customComparatorRegistry, java.lang.ClassLoader classLoader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestSystem
create(Descriptor descriptor)
Create a test system given a descriptor.void
registerInProcessTestSystemFactory(java.lang.String name, TestSystemFactory testSystemFactory)
void
registerTestSystemFactory(java.lang.String name, TestSystemFactory testSystemFactory)
-
-
-
Constructor Detail
-
MultipleTestSystemFactory
public MultipleTestSystemFactory(SlimTableFactory slimTableFactory, CustomComparatorRegistry customComparatorRegistry, java.lang.ClassLoader classLoader)
-
-
Method Detail
-
registerTestSystemFactory
public void registerTestSystemFactory(java.lang.String name, TestSystemFactory testSystemFactory)
- Specified by:
registerTestSystemFactory
in interfaceTestSystemFactoryRegistry
-
registerInProcessTestSystemFactory
public void registerInProcessTestSystemFactory(java.lang.String name, TestSystemFactory testSystemFactory)
-
create
public TestSystem create(Descriptor descriptor)
Description copied from interface:TestSystemFactory
Create a test system given a descriptor.- Specified by:
create
in interfaceTestSystemFactory
- Parameters:
descriptor
- Configuration for the test system.- Returns:
- a new TestSystem
-
-