API Differences between 3.11.0 and 3.8.1
309 Additions
37 Removals
NUnit
NUnit.Compatibility
NUnit.Framework
-
public class AssertionException : ResultStateException
-
public class AssertionHelper
-
public abstract class Does
-
public abstract class Has
-
public class IgnoreException : ResultStateException
-
public class InconclusiveException : ResultStateException
-
public abstract class Is
-
public class MultipleAssertException : ResultStateException
-
public class PlatformAttribute : IncludeExcludeAttribute, IApplyToTest
-
public class RangeAttribute : NUnitAttribute, IParameterDataSource
-
public class RequiresThreadAttribute : PropertyAttribute, IApplyToTest
-
public abstract class ResultStateException : Exception
-
public class SetCultureAttribute : PropertyAttribute, IApplyToContext
-
public class SetUICultureAttribute : PropertyAttribute, IApplyToContext
-
public class SuccessException : ResultStateException
-
public class TestAttribute : NUnitAttribute, ISimpleTestBuilder, IApplyToTest, IImplyFixture
-
public class TestCaseAttribute : NUnitAttribute, ITestBuilder, ITestCaseData, ITestData, IImplyFixture
-
public class TestCaseData : TestCaseParameters
-
public class TestContext
-
public class TestFixtureAttribute : NUnitAttribute, IFixtureBuilder2, IFixtureBuilder, ITestFixtureData, ITestData
-
public class TestFixtureData : TestFixtureParameters
-
public class TestFixtureSourceAttribute : NUnitAttribute, IFixtureBuilder2, IFixtureBuilder
NUnit.Framework.Api
NUnit.Framework.Constraints
NUnit.Framework.Interfaces
NUnit.Framework.Internal
-
public class GenericMethodHelper
-
public class InvalidDataSourceException : Exception
-
public class InvalidTestFixtureException : Exception
-
public class NUnitException : Exception
-
public class OSPlatform
-
public class PlatformHelper
- public const string OSPlatforms = "Win,Win32,Win32S,Win32NT,Win32Windows,Win95,Win98,WinMe,NT3,NT4,NT5,NT6,Win2008Server,Win2008ServerR2,Win2012Server,Win2012ServerR2,Win2K,WinXP,Win2003Server,Vista,Win7,Windows7,Win8,Windows8,Win8.1,Windows8.1,Win10,Windows10,WindowsServer10,Unix,Linux,Xbox,MacOSX"
- public static readonly string RuntimePlatforms
- public string Reason { get; }
- public PlatformHelper()
- public PlatformHelper(OSPlatform os, RuntimeFramework rt)
- public bool IsPlatformSupported(string[] platforms)
- public bool IsPlatformSupported(PlatformAttribute platformAttribute)
- public bool IsPlatformSupported(TestCaseAttribute testCaseAttribute)
- public bool IsPlatformSupported(string platform)
-
public static class Reflect
-
public sealed class RuntimeFramework
-
public enum RuntimeType
-
public abstract class Test : ITest, IXmlNodeBuilder, IComparable
-
public class TestCaseTimeoutException : Exception
-
public class TestExecutionContext : LongLivedMarshalByRefObject
-
public class TestListener : ITestListener
-
public class TestProgressReporter : ITestListener
-
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.Builders
NUnit.Framework.Internal.Execution
NUnit.Framework.Internal.Filters