Interface TestSubjectGenerator<T extends @Nullable Object>
- Type Parameters:
T
- the type created by this generator.
- All Known Subinterfaces:
OneSizeTestContainerGenerator<T,
E>
- All Known Implementing Classes:
OneSizeGenerator
To be implemented by test generators that can produce test subjects without requiring any
parameters.
- Author:
- George van den Driessche
-
Method Summary
-
Method Details
-
createTestSubject
T createTestSubject()
-