API Differences between 3.10.0 and 3.6.1
370 Additions
74 Removals
NUnit
NUnit.Compatibility
NUnit.Framework
-
public class Assert
-
public class AssertionException : ResultStateException
-
public class AssertionHelper
-
public class Contains
-
public class DefaultFloatingPointToleranceAttribute : NUnitAttribute, IApplyToContext
-
public static class Does
-
public static class GlobalSettings
-
public class Has
-
public class IgnoreException : ResultStateException
-
public class InconclusiveException : ResultStateException
-
public class Is
-
public class MultipleAssertException : ResultStateException
-
public sealed class NonParallelizableAttribute : ParallelizableAttribute
-
public class ParallelizableAttribute : PropertyAttribute, IApplyToContext
-
public enum ParallelScope
-
public class PostTestAttribute : NUnitAttribute
-
public class PreTestAttribute : NUnitAttribute
-
public class RandomAttribute : DataAttribute, IParameterDataSource
-
public class RangeAttribute : DataAttribute, IParameterDataSource
-
public class RequiresThreadAttribute : PropertyAttribute, IApplyToTest
-
public abstract class ResultStateException : Exception
-
public class SetCultureAttribute : PropertyAttribute, IApplyToContext
-
public class SetUICultureAttribute : PropertyAttribute, IApplyToContext
-
public enum SpecialValue
-
public class SuccessException : ResultStateException
-
public class TestAttribute : NUnitAttribute, ISimpleTestBuilder, IApplyToTest, IImplyFixture
-
public class TestContext
-
public class TestFixtureSetUpAttribute : OneTimeSetUpAttribute
-
public class TestFixtureTearDownAttribute : OneTimeTearDownAttribute
NUnit.Framework.Api
NUnit.Framework.Constraints
NUnit.Framework.Interfaces
NUnit.Framework.Internal
-
public class ExceptionHelper
-
public class InvalidDataSourceException : Exception
-
public class InvalidTestFixtureException : Exception
-
public class NUnitException : Exception
-
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
-
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