API Differences between 3.4.0 and 3.0.0-beta-5
187 Additions
38 Removals
NUnit.Common
NUnit.Compatibility
NUnit.Framework
-
public class Assert
-
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
System
System.Collections.Concurrent
System.Threading