API Differences between 3.0.1 and 3.0.0-beta-3
225 Additions
73 Removals
NUnit.Common
NUnit.Framework
-
public class Assert
- public static void False(bool condition, string message, object[] args)
- public static void False(bool condition)
- public static void IsFalse(bool condition, string message, object[] args)
- public static void IsFalse(bool condition)
- public static void IsTrue(bool condition, string message, object[] args)
- public static void IsTrue(bool condition)
- public static void Multiple(TestDelegate del)
- public static void That(TestDelegate code, IResolveConstraint constraint, string message, string[] args)
- public static void True(bool condition, string message, object[] args)
- public static void True(bool condition)
-
public class CollectionAssert
-
public abstract class CombiningStrategyAttribute : NUnitAttribute, ITestBuilder, IApplyToTest
-
public class Is
-
public class RandomAttribute : DataAttribute, IParameterDataSource
-
public class RepeatAttribute : PropertyAttribute, IWrapSetUpTearDown, ICommandWrapper
-
public class RetryAttribute : PropertyAttribute, IWrapSetUpTearDown, ICommandWrapper
-
public class SetUpFixtureAttribute : NUnitAttribute, IFixtureBuilder
-
public class TestAttribute : NUnitAttribute, ISimpleTestBuilder, IApplyToTest, IImplyFixture
-
public class TestCaseAttribute : NUnitAttribute, ITestBuilder, ITestCaseData, ITestData, IImplyFixture
-
public class TestCaseSourceAttribute : NUnitAttribute, ITestBuilder, IImplyFixture
-
public class TestFixtureAttribute : NUnitAttribute, IFixtureBuilder, ITestFixtureData, ITestData
-
public class TestFixtureSourceAttribute : NUnitAttribute, IFixtureBuilder
-
public class TheoryAttribute : CombiningStrategyAttribute, ITestBuilder, IImplyFixture
-
public class ValuesAttribute : DataAttribute, IParameterDataSource
-
public class ValueSourceAttribute : DataAttribute, IParameterDataSource
NUnit.Framework.Api
NUnit.Framework.Compatibility
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