<PackageReference Include="NUnit" Version="3.0.0-beta-3" />
API Differences between 3.0.0-beta-3 and 3.4.1
113 Additions
205 Removals
NUnit.Common
NUnit.Compatibility
NUnit.Framework
-
public class Assert
- public static Exception CatchAsync(AsyncTestDelegate code, string message, object[] args)
- public static Exception CatchAsync(AsyncTestDelegate code)
- public static Exception CatchAsync(Type expectedExceptionType, AsyncTestDelegate code, string message, object[] args)
- public static Exception CatchAsync(Type expectedExceptionType, AsyncTestDelegate code)
- public static TActual CatchAsync<TActual>(AsyncTestDelegate code, string message, object[] args) where TActual : Exception
- public static TActual CatchAsync<TActual>(AsyncTestDelegate code) where TActual : Exception
- public static void DoesNotThrowAsync(AsyncTestDelegate code, string message, object[] args)
- public static void DoesNotThrowAsync(AsyncTestDelegate code)
- 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 Exception ThrowsAsync(IResolveConstraint expression, AsyncTestDelegate code, string message, object[] args)
- public static Exception ThrowsAsync(IResolveConstraint expression, AsyncTestDelegate code)
- public static Exception ThrowsAsync(Type expectedExceptionType, AsyncTestDelegate code, string message, object[] args)
- public static Exception ThrowsAsync(Type expectedExceptionType, AsyncTestDelegate code)
- public static TActual ThrowsAsync<TActual>(AsyncTestDelegate code, string message, object[] args) where TActual : Exception
- public static TActual ThrowsAsync<TActual>(AsyncTestDelegate code) where TActual : Exception
- public static void True(bool condition, string message, object[] args)
- public static void True(bool condition)
-
public sealed delegate AsyncTestDelegate : MulticastDelegate
-
public class CollectionAssert
-
public abstract class CombiningStrategyAttribute : NUnitAttribute, ITestBuilder, IApplyToTest
-
public class GlobalSettings
-
public class Is
-
public class OrderAttribute : NUnitAttribute, IApplyToTest
-
public class RandomAttribute : DataAttribute, IParameterDataSource
-
public class RepeatAttribute : PropertyAttribute, IWrapSetUpTearDown, ICommandWrapper
-
public class RetryAttribute : PropertyAttribute, IWrapSetUpTearDown, ICommandWrapper
-
public class SetUpFixtureAttribute : NUnitAttribute, IFixtureBuilder
-
public class SingleThreadedAttribute : NUnitAttribute, IApplyToContext
-
public class TestAssemblyDirectoryResolveAttribute : NUnitAttribute
-
public class TestAttribute : NUnitAttribute, ISimpleTestBuilder, IApplyToTest, IImplyFixture
-
public class TestCaseAttribute : NUnitAttribute, ITestBuilder, ITestCaseData, ITestData, IImplyFixture
-
public class TestCaseSourceAttribute : NUnitAttribute, ITestBuilder, IImplyFixture
-
public class TestContext
-
public class TestFixtureAttribute : NUnitAttribute, IFixtureBuilder, ITestFixtureData, ITestData
-
public class TestFixtureSourceAttribute : NUnitAttribute, IFixtureBuilder
-
public class TestParameters
-
public class TheoryAttribute : NUnitAttribute, 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