Skip to content

IPathSelectionProvider<TFixtureItem> interface

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

csharp
public interface IPathSelectionProvider<out TFixtureItem>
public interface IPathSelectionProvider<out TFixtureItem>
parameterdescription
TFixtureItemThe fixture item type.

See Also