NUnit.Framework.Internal.Execution.WorkItemBuilder
WorkItemBuilder class knows how to build a tree of work items from a tree of tests
namespace NUnit.Framework.Internal.Execution
{
public static class WorkItemBuilder
{
public static WorkItem CreateWorkItem(ITest test, ITestFilter filter, bool recursive = false);
}
}