Interface TableFacetsProvider<T extends TableFacet>

Type Parameters:
T - The type of table facet
All Superinterfaces:
Supplier<List<T>>
All Known Subinterfaces:
StreamOfTableFacetsProvider<T>, TableFacetProvider<T>

public interface TableFacetsProvider<T extends TableFacet> extends Supplier<List<T>>
Provides a list of TableFacets, this interface is usually used by JUnit extension or TestExecutionListener of SpringFramework.
See Also:
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get