NUnit.Framework.Interfaces.IFixtureBuilderForNestedGeneric
public interface IFixtureBuilderForNestedGeneric : IFixtureBuilderWithParameters, IFixtureBuilderWithFilter, IFixtureBuilder2, IFixtureBuilder
The IFixtureBuilderForNestedGeneric interface extends IFixtureBuilderWithFilter by allowing
use of an outer builder's data, which is used to supply type arguments to nested generic classes.
Builds any number of test fixtures from the specified type.