API Differences between 3.4.1 and 3.0.0-beta-5
159 Additions
38 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 Multiple(TestDelegate del)
- 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 abstract class CombiningStrategyAttribute : NUnitAttribute, ITestBuilder, IApplyToTest
-
public static class GlobalSettings
-
public class Is
-
public class OrderAttribute : NUnitAttribute, IApplyToTest
-
public class SingleThreadedAttribute : NUnitAttribute, IApplyToContext
-
public class TestAssemblyDirectoryResolveAttribute : NUnitAttribute
-
public class TestCaseSourceAttribute : NUnitAttribute, ITestBuilder, IImplyFixture
-
public class TestContext
-
public class TestParameters
- public int Count { get; }
- public string this[string name] { get; }
- public ICollection<string> Names { get; }
- public TestParameters()
- public bool Exists(string name)
- public string Get(string name)
- public string Get(string name, string defaultValue)
- public T Get<T>(string name, T defaultValue)
-
public class TheoryAttribute : CombiningStrategyAttribute, ITestBuilder, IImplyFixture
NUnit.Framework.Api
NUnit.Framework.Compatibility
NUnit.Framework.Constraints
NUnit.Framework.Interfaces
NUnit.Framework.Internal
NUnit.Framework.Internal.Builders
NUnit.Framework.Internal.Execution
NUnit.Framework.Internal.Filters