Interface TestFactory<T>
- Type Parameters:
T- the type of theCallableto be created withcreateWorker()
public interface TestFactory<T>
- Author:
- richter
-
Method Summary
-
Method Details
-
createWorker
-
T - the type of the Callable to be created with createWorker()