API Differences between 3.6.0 and 3.5.0
122 Additions
55 Removals
NUnit
NUnit.Compatibility
-
public static class AssemblyExtensions
-
public static class MemberInfoExtensions
-
public static class TypeExtensions
- public static ConstructorInfo GetConstructor(this Type type, Type[] ptypes)
- public static ConstructorInfo[] GetConstructors(this Type type)
- public static FieldInfo GetField(this Type type, string name)
- public static Type[] GetGenericArguments(this Type type)
- public static Type[] GetInterfaces(this Type type)
- public static MemberInfo[] GetMember(this Type type, string name, BindingFlags ignored)
- public static MemberInfo[] GetMembers(this Type type, BindingFlags ignored)
- public static MethodInfo GetMethod(this Type type, string name)
- public static MethodInfo GetMethod(this Type type, string name, BindingFlags flags)
- public static MethodInfo GetMethod(this Type type, string name, Type[] ptypes)
- public static MethodInfo[] GetMethods(this Type type)
- public static MethodInfo[] GetMethods(this Type type, BindingFlags flags)
- public static PropertyInfo GetProperty(this Type type, string name)
- public static PropertyInfo GetProperty(this Type type, string name, BindingFlags flags)
- public static bool IsAssignableFrom(this Type type, Type other)
- public static bool IsInstanceOfType(this Type type, object other)
NUnit.Framework
-
public class ApartmentAttribute : PropertyAttribute
-
public class Assert
- public static void Multiple(TestDelegate testDelegate)
- public static void Warn(string message, object[] args)
- public static void Warn(string message)
-
public class AssertionException : ResultStateException
-
public static class Does
-
public class Has
-
public class IgnoreException : ResultStateException
-
public class InconclusiveException : ResultStateException
-
public class Is
-
public class MultipleAssertException : ResultStateException
-
public class NonTestAssemblyAttribute : NUnitAttribute
-
public class PlatformAttribute : IncludeExcludeAttribute, IApplyToTest
-
public class RequiresMTAAttribute : PropertyAttribute
-
public class RequiresSTAAttribute : PropertyAttribute
-
public class RequiresThreadAttribute : PropertyAttribute, IApplyToTest
-
public abstract class ResultStateException : Exception
-
public class SetCultureAttribute : PropertyAttribute, IApplyToContext
-
public class SetUICultureAttribute : PropertyAttribute, IApplyToContext
-
public class SuccessException : ResultStateException
-
public class TestCaseAttribute : NUnitAttribute, ITestBuilder, ITestCaseData, ITestData, IImplyFixture
-
public class TestCaseSourceAttribute : NUnitAttribute, ITestBuilder, IImplyFixture
-
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
NUnit.Framework.Internal.Execution
System.Web.UI