Interface TestFactory<T>

Type Parameters:
T - the type of the Callable to be created with createWorker()

public interface TestFactory<T>
Author:
richter
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details