API Differences between 3.4.1 and 3.2.1
92 Additions
26 Removals
NUnit.Common
NUnit.Compatibility
-
public static class AdditionalTypeExtensions
-
public static class AssemblyExtensions
-
public static class AttributeHelper
-
public enum BindingFlags
-
public class LongLivedMarshalByRefObject
-
public static class MemberInfoExtensions
-
public class NUnitNullType
-
public static class Path
-
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.Compatibility
NUnit.Framework.Constraints
NUnit.Framework.Interfaces
NUnit.Framework.Internal