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
-
Method Details
-
createTestSubject
T createTestSubject()
-