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