API Differences between 3.2.0 and 3.0.0-beta-4
264 Additions
74 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 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 RandomAttribute : DataAttribute, IParameterDataSource
-
public class SetUpFixtureAttribute : NUnitAttribute, IFixtureBuilder
-
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 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 TestMethod : Test
-
public class TestNameGenerator
-
public abstract class TestResult : ITestResult, IXmlNodeBuilder
-
public class TestSuite : Test
-
public class TypeHelper
-
public class TypeWrapper : ITypeInfo, IReflectionInfo
NUnit.Framework.Internal.Builders
NUnit.Framework.Internal.Execution
NUnit.Framework.Internal.Filters