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>
parameter | description |
---|---|
TFixtureItem | The fixture item type. |
TPathProvider | The PathProvider type. |
See Also
- interface IPathSelectionProvider<TFixtureItem>
- namespace Twizzar.Fixture