API Differences between 3.10.1 and 3.5.0
365 Additions
94 Removals
NUnit
NUnit.Compatibility
NUnit.Framework
-
public class ApartmentAttribute : PropertyAttribute
-
public class Assert
-
public class AssertionHelper
-
public class Contains
-
public class DefaultFloatingPointToleranceAttribute : NUnitAttribute, IApplyToContext
-
public static class Does
-
public static class GlobalSettings
-
public class Has
-
public class Is
-
public class MultipleAssertException : ResultStateException
-
public sealed class NonParallelizableAttribute : ParallelizableAttribute
-
public class NonTestAssemblyAttribute : NUnitAttribute
-
public class ParallelizableAttribute : PropertyAttribute, IApplyToContext
-
public enum ParallelScope
-
public class PlatformAttribute : IncludeExcludeAttribute, IApplyToTest
-
public class PostTestAttribute : NUnitAttribute
-
public class PreTestAttribute : NUnitAttribute
-
public class RandomAttribute : DataAttribute, IParameterDataSource
-
public class RangeAttribute : DataAttribute, IParameterDataSource
-
public class RequiresMTAAttribute : PropertyAttribute
-
public class RequiresSTAAttribute : PropertyAttribute
-
public class RequiresThreadAttribute : PropertyAttribute, IApplyToTest
-
public enum SpecialValue
-
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 TestFixtureSetUpAttribute : OneTimeSetUpAttribute
-
public class TestFixtureTearDownAttribute : OneTimeTearDownAttribute
-
public class TimeoutAttribute : PropertyAttribute, IApplyToContext
-
public class Warn
- public Warn()
- public static bool Equals(object a, object b)
- public static void If<TActual>(ActualValueDelegate<TActual> del, IResolveConstraint expr)
- public static void If<TActual>(ActualValueDelegate<TActual> del, IResolveConstraint expr, string message, object[] args)
- public static void If<TActual>(ActualValueDelegate<TActual> del, IResolveConstraint expr, Func<string> getExceptionMessage)
- public static void If(bool condition, string message, object[] args)
- public static void If(bool condition)
- public static void If(bool condition, Func<string> getExceptionMessage)
- public static void If(Func<bool> condition, string message, object[] args)
- public static void If(Func<bool> condition)
- public static void If(Func<bool> condition, Func<string> getExceptionMessage)
- public static void If<TActual>(TActual actual, IResolveConstraint expression)
- public static void If<TActual>(TActual actual, IResolveConstraint expression, string message, object[] args)
- public static void If<TActual>(TActual actual, IResolveConstraint expression, Func<string> getExceptionMessage)
- public static void ReferenceEquals(object a, object b)
- public static void Unless<TActual>(ActualValueDelegate<TActual> del, IResolveConstraint expr)
- public static void Unless<TActual>(ActualValueDelegate<TActual> del, IResolveConstraint expr, string message, object[] args)
- public static void Unless<TActual>(ActualValueDelegate<TActual> del, IResolveConstraint expr, Func<string> getExceptionMessage)
- public static void Unless(bool condition, string message, object[] args)
- public static void Unless(bool condition)
- public static void Unless(bool condition, Func<string> getExceptionMessage)
- public static void Unless(Func<bool> condition, string message, object[] args)
- public static void Unless(Func<bool> condition)
- public static void Unless(Func<bool> condition, Func<string> getExceptionMessage)
- public static void Unless(TestDelegate code, IResolveConstraint constraint)
- public static void Unless<TActual>(TActual actual, IResolveConstraint expression)
- public static void Unless<TActual>(TActual actual, IResolveConstraint expression, string message, object[] args)
- public static void Unless<TActual>(TActual actual, IResolveConstraint expression, Func<string> getExceptionMessage)
NUnit.Framework.Api
NUnit.Framework.Constraints
NUnit.Framework.Interfaces
NUnit.Framework.Internal
-
public class ExceptionHelper
-
public class OSPlatform
-
public class PlatformHelper
-
public class Randomizer : Random
-
public static class Reflect
-
public sealed class RuntimeFramework
-
public enum RuntimeType
-
public class StackFilter
-
public abstract class Test : ITest, IXmlNodeBuilder, IComparable
-
public class TestAssembly : TestSuite
-
public class TestCaseTimeoutException : Exception
-
public class TestExecutionContext : LongLivedMarshalByRefObject
-
public class TestFixture : TestSuite, IDisposableFixture
-
public abstract class TestResult : LongLivedMarshalByRefObject, ITestResult, IXmlNodeBuilder
-
public class TestSuite : Test
-
public static class ThreadUtility
-
public class TypeHelper
-
public class TypeNameDifferenceResolver
- public TypeNameDifferenceResolver()
- public string FullyShortenTypeName(Type GenericType)
- public string GetGenericTypeName(Type type)
- public void GetShortenedGenericTypes(Type expected, Type actual, out string shortenedGenericNameExpected, out string shortenedGenericNameActual)
- public bool IsTypeGeneric(Type type)
- public string ReconstructGenericTypeName(string GenericTypeName, List<string> TemplateParamNames)
- public void ResolveTypeNameDifference(object expected, object actual, out string expectedTypeShortened, out string actualTypeShortened)
- public void ResolveTypeNameDifference(Type expected, Type actual, out string expectedTypeShortened, out string actualTypeShortened)
- public void ShortenTypeNames(Type expectedType, Type actualType, out string expectedTypeShortened, out string actualTypeShortened)
NUnit.Framework.Internal.Commands
NUnit.Framework.Internal.Execution
NUnit.Framework.Internal.Filters
System.Web.UI