<PackageReference Include="nunit" Version="2.5.7.10213" />
API Differences between 2.5.7.10213 and 2.6.2
139 Additions
91 Removals
NUnit.Framework
-
public enum ActionTargets
-
public class Assert
- public static void ByVal(object actual, IResolveConstraint expression)
- public static void ByVal(object actual, IResolveConstraint expression, string message)
- public static void ByVal(object actual, IResolveConstraint expression, string message, object[] args)
- public static void IsEmpty(IEnumerable collection, string message, object[] args)
- public static void IsEmpty(IEnumerable collection, string message)
- public static void IsEmpty(IEnumerable collection)
- public static void IsEmpty(ICollection collection, string message, object[] args)
- public static void IsEmpty(ICollection collection, string message)
- public static void IsEmpty(ICollection collection)
- public static void IsNotEmpty(IEnumerable collection, string message, object[] args)
- public static void IsNotEmpty(IEnumerable collection, string message)
- public static void IsNotEmpty(IEnumerable collection)
- public static void IsNotEmpty(ICollection collection, string message, object[] args)
- public static void IsNotEmpty(ICollection collection, string message)
- public static void IsNotEmpty(ICollection collection)
-
public class Contains
-
public class Has
-
public interface INUnitEqualityComparer
-
public interface INUnitEqualityComparer<T>
-
public class Is
-
public interface ITestAction
-
public interface ITestCaseData
-
public abstract class TestActionAttribute : Attribute, ITestAction
-
public class TestCaseAttribute : Attribute, ITestCaseData
-
public class TestCaseData : ITestCaseData
-
public class TestCaseSourceAttribute : Attribute
-
public static class TestContext
-
public class TestDetails
-
public class TestFixtureAttribute : Attribute
NUnit.Framework.Constraints
-
public abstract class ComparisonConstraint : Constraint
-
public class ConstraintExpression : ConstraintExpressionBase
-
public class ConstraintFactory
-
public class ContainsConstraint : Constraint
-
public abstract class EqualityAdapter
- public abstract bool AreEqual(object x, object y)
- public virtual bool CanCompare(object x, object y)
- public abstract bool ObjectsEqual(object x, object y)
-
public class ExactCountConstraint : PrefixConstraint
-
public class ExactCountOperator : CollectionOperator
-
public class ExceptionTypeConstraint : ExactTypeConstraint
-
public abstract class MessageWriter : StringWriter
-
public class MsgUtils
-
public class NUnitComparer<T> : IComparer<T>
-
public class NUnitEqualityComparer
-
public abstract class PathConstraint : Constraint
- protected string actualPath
- protected string expectedPath
- protected string expected
- protected static bool IsSamePath(string path1, string path2, bool ignoreCase)
- protected static bool IsSubPath(string path1, string path2, bool ignoreCase)
- protected abstract bool IsMatch(string expectedPath, string actualPath)
- protected bool IsSamePath(string path1, string path2)
-
public class RangeConstraint<T> : ComparisonConstraint where T : IComparable<T>
-
public class RangeConstraint : Constraint
-
public class ResolvableConstraintExpression : ConstraintExpression, IResolveConstraint
-
public class SubPathConstraint : PathConstraint
-
public class SubDirectoryConstraint : Constraint
-
public class Tolerance
NUnit.Mocks
PNUnit.Framework