Skip to content

IPathSelectionProvider<TFixtureItem,TPathProvider> interface

Marker interface used by the source generator to find object which provides path selections.

csharp
public interface IPathSelectionProvider<out TFixtureItem, TPathProvider> : 
    IPathSelectionProvider<TFixtureItem>
public interface IPathSelectionProvider<out TFixtureItem, TPathProvider> : 
    IPathSelectionProvider<TFixtureItem>
parameterdescription
TFixtureItemThe fixture item type.
TPathProviderThe PathProvider type.

See Also