API Differences between 3.4.0 and 3.0.0-beta-3
362 Additions
99 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 static 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 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
-
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
-
public class ExceptionHelper
-
public class MethodHelper
-
public class MethodWrapper : IMethodInfo, IReflectionInfo
-
public class OSPlatform
-
public class ParameterizedFixtureSuite : TestSuite
-
public class ParameterizedMethodSuite : TestSuite
-
public class ParameterWrapper : IParameterInfo, IReflectionInfo
-
public class PropertyNames
- public const string Order = "Order"
-
public class SetUpFixture : TestSuite, IDisposableFixture
-
public abstract class Test : ITest, IXmlNodeBuilder, IComparable
-
public class TestExecutionContext : LongLivedMarshalByRefObject, ILogicalThreadAffinative
-
public abstract class TestFilter : ITestFilter, IXmlNodeBuilder
-
public class TestFixture : TestSuite, IDisposableFixture
-
public class TestListener : ITestListener
-
public class TestMethod : Test
-
public class TestNameGenerator
-
public class TestProgressReporter : ITestListener
-
public abstract class TestResult : ITestResult, IXmlNodeBuilder
-
public class TestSuite : Test
-
public class TestSuiteResult : TestResult
-
public class TypeHelper
-
public class TypeWrapper : ITypeInfo, IReflectionInfo
NUnit.Framework.Internal.Builders
NUnit.Framework.Internal.Commands
NUnit.Framework.Internal.Execution
NUnit.Framework.Internal.Filters