NUnit.Framework.Internal.SetUpFixture
SetUpFixture extends TestSuite and supports
Setup and TearDown methods.
namespace NUnit.Framework.Internal
{
public class SetUpFixture : TestSuite, IDisposableFixture
{
public new ITypeInfo TypeInfo { get; }
public SetUpFixture(ITypeInfo type);
public SetUpFixture(SetUpFixture setUpFixture, ITestFilter filter);
}
}