API Differences between 3.6.0 and 3.7.0
130 Additions
165 Removals
NUnit.Compatibility
-
public enum BindingFlags
-
public static class TypeExtensions
- public static MemberInfo[] GetMember(this Type type, string name, BindingFlags ignored)
- public static MemberInfo[] GetMembers(this Type type, BindingFlags ignored)
- 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, BindingFlags flags)
- public static MethodInfo GetMethod(this Type type, string name, BindingFlags flags)
- public static MethodInfo[] GetMethods(this Type type, BindingFlags flags)
- public static MethodInfo[] GetMethods(this Type type, BindingFlags flags)
- public static PropertyInfo GetProperty(this Type type, string name, BindingFlags flags)
- public static PropertyInfo GetProperty(this Type type, string name, BindingFlags flags)
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