API Differences between 3.9.0 and 3.7.1
78 Additions
47 Removals
NUnit.Framework
NUnit.Framework.Constraints
NUnit.Framework.Interfaces
-
public class TestOutput
- public string TestId { get; }
- public TestOutput(string text, string stream, string testName)
- public TestOutput(string text, string stream, string testId, string testName)
NUnit.Framework.Internal
-
public class ExceptionHelper
-
public class Randomizer : Random
-
public static class Reflect
-
public class TestExecutionContext : LongLivedMarshalByRefObject, ILogicalThreadAffinative
-
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)
NUnit.Framework.Internal.Execution
NUnit.Framework.Internal.Filters