API Differences between 3.9.0 and 3.7.1
78 Additions
51 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.Constraints
NUnit.Framework.Interfaces
NUnit.Framework.Internal
-
public class ExceptionHelper
-
public class Randomizer : Random
-
public static class Reflect
-
public class TestExecutionContext
-
public class TypeNameDifferenceResolver
- public TypeNameDifferenceResolver()
- public string FullyShortenTypeName(Type GenericType)
- public string GetGenericTypeName(Type type)
- public void GetShortenedGenericTypes(Type expected, Type actual, out string shortenedGenericNameExpected, out string shortenedGenericNameActual)
- public bool IsTypeGeneric(Type type)
- public string ReconstructGenericTypeName(string GenericTypeName, List<string> TemplateParamNames)
- public void ResolveTypeNameDifference(object expected, object actual, out string expectedTypeShortened, out string actualTypeShortened)
- public void ResolveTypeNameDifference(Type expected, Type actual, out string expectedTypeShortened, out string actualTypeShortened)
- public void ShortenTypeNames(Type expectedType, Type actualType, out string expectedTypeShortened, out string actualTypeShortened)
-
public class TypeWrapper : ITypeInfo, IReflectionInfo
NUnit.Framework.Internal.Execution
NUnit.Framework.Internal.Filters