Interface DataGeneratorProvider<T extends TableFacet>

Type Parameters:
T - The type of table facet
All Superinterfaces:
Supplier<DataGenerator<T>>
All Known Implementing Classes:
GenData.FallbackDataGeneratorProvider

public interface DataGeneratorProvider<T extends TableFacet> extends Supplier<DataGenerator<T>>
Provides DataGenerator instances, this interface is usually used by JUnit extension or TestExecutionListener of SpringFramework.
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get