API Differences between 3.2.0 and 3.0.1
69 Additions
6 Removals
NUnit.Common
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 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 sealed delegate AsyncTestDelegate : MulticastDelegate
-
public static class GlobalSettings
-
public class Is
-
public class OrderAttribute : NUnitAttribute, IApplyToTest
-
public class TestAssemblyDirectoryResolveAttribute : NUnitAttribute
-
public class TestCaseSourceAttribute : NUnitAttribute, ITestBuilder, IImplyFixture
-
public class TestContext
NUnit.Framework.Api
NUnit.Framework.Constraints
NUnit.Framework.Internal
NUnit.Framework.Internal.Execution