<PackageReference Include="NUnit" Version="5.0.0-beta.1" />
API Differences between 5.0.0-beta.1 and 5.0.0
11 Additions
29 Removals
NUnit.Framework
-
public sealed class DependsOnFixtureAttribute : NUnitAttribute, IApplyToTest
-
public sealed class DependsOnTestAttribute : NUnitAttribute, IApplyToTest
-
public class OrderAttribute : NUnitAttribute, IApplyToTest, IApplyToTestSuite
-
public class TestContext
-
public class TestFixtureAttribute : NUnitAttribute, IFixtureBuilder2, IFixtureBuilder, ITestFixtureData, ITestData
-
public class TestFixtureSourceAttribute : NUnitAttribute, IFixtureBuilder2, IFixtureBuilder
NUnit.Framework.Api
NUnit.Framework.Interfaces
NUnit.Framework.Internal
NUnit.Framework.Internal.Builders
NUnit.Framework.Internal.Execution