API Differences between 3.10.0 and 3.8.0
192 Additions
29 Removals
NUnit
NUnit.Compatibility
NUnit.Framework
NUnit.Framework.Api
NUnit.Framework.Constraints
NUnit.Framework.Interfaces
NUnit.Framework.Internal
-
public class InvalidDataSourceException : Exception
-
public class InvalidTestFixtureException : Exception
-
public class NUnitException : Exception
-
public static class Reflect
-
public abstract class Test : ITest, IXmlNodeBuilder, IComparable
-
public class TestCaseTimeoutException : Exception
-
public class TestExecutionContext : LongLivedMarshalByRefObject
-
public abstract class TestResult : LongLivedMarshalByRefObject, ITestResult, IXmlNodeBuilder
-
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.Execution
NUnit.Framework.Internal.Filters