API Differences between 3.6.0 and 3.11.0
210 Additions
250 Removals
NUnit
NUnit.Compatibility
NUnit.Framework
-
public class Assert
-
public class AssertionHelper : ConstraintFactory
-
public class Contains
-
public class DefaultFloatingPointToleranceAttribute : NUnitAttribute, IApplyToContext
-
public static class Does
-
public static class GlobalSettings
-
public class Has
-
public class Is
-
public class MultipleAssertException : ResultStateException
-
public sealed class NonParallelizableAttribute : ParallelizableAttribute
-
public sealed class ParallelizableAttribute : PropertyAttribute, IApplyToContext
-
public enum ParallelScope
-
public class PostTestAttribute : NUnitAttribute
-
public class PreTestAttribute : NUnitAttribute
-
public class RandomAttribute : DataAttribute, IParameterDataSource
-
public class RangeAttribute : ValuesAttribute
-
public class RequiresMTAAttribute : PropertyAttribute
-
public class RequiresSTAAttribute : PropertyAttribute
-
public enum SpecialValue
-
public class TestAttribute : NUnitAttribute, ISimpleTestBuilder, IApplyToTest, IImplyFixture
-
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