T - the type created by this generator.@GwtCompatible public interface TestSubjectGenerator<T>
To be implemented by test generators that can produce test subjects without requiring any parameters.
| Modifier and Type | Method and Description |
|---|---|
T |
createTestSubject() |
T createTestSubject()