NUnit.Framework.Internal.Execution.TestDependencyManager
protected const string FailCycleBaseReason = "Circular or self-referential test dependency detected via base class."
protected const string InvalidOrderReason = "Test may not participate in both DependsOn and Order chains."
protected const string InvalidParallelReason = "Test dependency chains may not include tests configured for parallel execution."
protected TestDependencyManager()