API Differences between 3.8.0 and 3.12.0
98 Additions
136 Removals
NUnit
NUnit.Compatibility
-
public static class AdditionalTypeExtensions
-
public static class AssemblyExtensions
-
public static class MemberInfoExtensions
-
public class NUnitNullType
-
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 AssertionException : ResultStateException
-
public class AssertionHelper
-
public class Contains
-
public static class Does
-
public class Has
-
public class IgnoreException : ResultStateException
-
public class InconclusiveException : ResultStateException
-
public class Is
- public static BinarySerializableConstraint BinarySerializable { get; }
- public static XmlSerializableConstraint XmlSerializable { get; }
- public static AnyOfConstraint AnyOf(object[] expected)
-
public class MultipleAssertException : ResultStateException
-
public class PlatformAttribute : IncludeExcludeAttribute, IApplyToTest
-
public class RangeAttribute : ValuesAttribute
-
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 TestAttribute : NUnitAttribute, ISimpleTestBuilder, IApplyToTest, IImplyFixture
-
public class TestCaseAttribute : NUnitAttribute, ITestBuilder, ITestCaseData, ITestData, IImplyFixture
-
public class TestCaseData : TestCaseParameters
-
public class TestContext
-
public class TestFixtureAttribute : NUnitAttribute, IFixtureBuilder, ITestFixtureData, ITestData
-
public class TestFixtureData : TestFixtureParameters
-
public class TestFixtureSourceAttribute : NUnitAttribute, IFixtureBuilder
-
public class TimeoutAttribute : PropertyAttribute, IApplyToContext
NUnit.Framework.Api
NUnit.Framework.Constraints
NUnit.Framework.Interfaces
NUnit.Framework.Internal
NUnit.Framework.Internal.Builders
NUnit.Framework.Internal.Commands
NUnit.Framework.Internal.Execution
NUnit.Framework.Internal.Filters