Interface GameTestHelperFactory<T extends GameTestHelper>

All Superinterfaces:
Function<GameTestInfo,T>

public interface GameTestHelperFactory<T extends GameTestHelper> extends Function<GameTestInfo,T>