API Differences between 3.7.1 and 3.13.0
102 Additions
154 Removals
NUnit
NUnit.Compatibility
NUnit.Framework
-
public class Assert
-
public class AssertionHelper
-
public class Contains
-
public static class Does
-
public sealed class FixtureLifeCycleAttribute : NUnitAttribute, IApplyToTest
-
public class Has
-
public sealed class IgnoredTestCaseData : TestCaseData
-
public class Is
-
public enum LifeCycle
-
public class MultipleAssertException : ResultStateException
-
public class ParallelizableAttribute : PropertyAttribute, IApplyToContext
-
public class RandomAttribute : DataAttribute, IParameterDataSource
-
public class RangeAttribute : ValuesAttribute
-
public class RequiresMTAAttribute : PropertyAttribute
-
public class RequiresSTAAttribute : PropertyAttribute
-
public class TestAttribute : NUnitAttribute, ISimpleTestBuilder, IApplyToTest, IImplyFixture
-
public class TestCaseAttribute : NUnitAttribute, ITestBuilder, ITestCaseData, ITestData, IImplyFixture
- public string Until { get; set; }
-
public class TestCaseData : TestCaseParameters
-
public class TestContext
-
public class TestFixtureAttribute : NUnitAttribute, IFixtureBuilder, ITestFixtureData, ITestData
-
public class TestFixtureData : TestFixtureParameters
-
public class TestFixtureSetUpAttribute : OneTimeSetUpAttribute
-
public class TestFixtureSourceAttribute : NUnitAttribute, IFixtureBuilder
-
public class TestFixtureTearDownAttribute : OneTimeTearDownAttribute
NUnit.Framework.Api
NUnit.Framework.Constraints
NUnit.Framework.Interfaces
NUnit.Framework.Internal
NUnit.Framework.Internal.Builders
NUnit.Framework.Internal.Commands
NUnit.Framework.Internal.Execution
NUnit.Framework.Internal.Filters