Skip to content

ItemContext.FromScope<TFixtureItem,TPathProvider> method

Create a scope with path information from a scope without the path information.

csharp
public static IItemContext<TFixtureItem, TPathProvider> FromScope<TFixtureItem, TPathProvider>(
    IItemContext<TFixtureItem> context)
    where TPathProvider : new()
public static IItemContext<TFixtureItem, TPathProvider> FromScope<TFixtureItem, TPathProvider>(
    IItemContext<TFixtureItem> context)
    where TPathProvider : new()
parameterdescription
TFixtureItem
TPathProvider
context

See Also