API Differences between 3.6.0 and 3.10.1
210 Additions
267 Removals
NUnit
NUnit.Compatibility
-
public static class AssemblyExtensions
-
public enum BindingFlags
-
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
NUnit.Framework.Api
NUnit.Framework.Constraints
NUnit.Framework.Interfaces
NUnit.Framework.Internal
NUnit.Framework.Internal.Commands
NUnit.Framework.Internal.Execution
NUnit.Framework.Internal.Filters