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

@GwtCompatible @NullMarked public interface TestSubjectGenerator<T extends @Nullable Object>
To be implemented by test generators that can produce test subjects without requiring any parameters.
Author:
George van den Driessche
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • createTestSubject

      T createTestSubject()