Interface TestSubjectGenerator<T>
-
- Type Parameters:
T- the type created by this generator.
- All Known Subinterfaces:
OneSizeTestContainerGenerator<T,E>
- All Known Implementing Classes:
OneSizeGenerator
public interface TestSubjectGenerator<T>To be implemented by test generators that can produce test subjects without requiring any parameters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TcreateTestSubject()
-
-
-
Method Detail
-
createTestSubject
T createTestSubject()
-
-