API Differences between 3.10.1 and 3.6.0
278 Additions
81 Removals
NUnit
NUnit.Compatibility
NUnit.Framework
NUnit.Framework.Api
NUnit.Framework.Constraints
NUnit.Framework.Interfaces
NUnit.Framework.Internal
-
public class ExceptionHelper
-
public class Randomizer : Random
-
public static class Reflect
-
public abstract class Test : ITest, IXmlNodeBuilder, IComparable
-
public class TestAssembly : TestSuite
-
public class TestCaseTimeoutException : Exception
-
public class TestExecutionContext : LongLivedMarshalByRefObject, ILogicalThreadAffinative
-
public class TestFixture : TestSuite, IDisposableFixture
-
public abstract class TestResult : LongLivedMarshalByRefObject, ITestResult, IXmlNodeBuilder
-
public class TestSuite : Test
-
public static class ThreadUtility
-
public class TypeHelper
-
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.Commands
NUnit.Framework.Internal.Execution
NUnit.Framework.Internal.Filters