API Differences between 4.4.0 and 4.3.2
75 Additions
1 Removals
NUnit.Framework
NUnit.Framework.Constraints
-
public class AllItemsConstraint : PrefixConstraint, IEnumerableConstraint, IConstraint, IResolveConstraint
-
public class AnyOfConstraint : Constraint
-
public abstract class CollectionItemsEqualConstraint : CollectionConstraint
-
public class ConstraintExpression
-
public class ContainsConstraint : Constraint
-
public class EqualConstraint : Constraint
-
public class EqualConstraint<T> : EqualConstraint
-
public class EqualConstraintResult : ConstraintResult
-
public class EqualStringWithoutUsingConstraint : Constraint
-
public class ExactCountConstraint : Constraint, IEnumerableConstraint, IConstraint, IResolveConstraint
-
public interface IEnumerableConstraint : IConstraint, IResolveConstraint
-
public class MultipleOfConstraint : Constraint
-
public class NoItemConstraint : PrefixConstraint, IEnumerableConstraint, IConstraint, IResolveConstraint
-
public sealed class NUnitEqualityComparer
-
public class PropertiesComparerConfiguration
-
public class PropertiesComparerConfiguration<T> : PropertiesComparerConfiguration
- public PropertiesComparerConfiguration()
- public PropertiesComparerConfiguration<T> AllowDifferentTypes()
- public PropertiesComparerConfiguration<T> CompareOnlyCommonProperties()
- public PropertiesComparerConfiguration<T> Excluding(Expression<Func<T, object>>[] properties)
- public PropertiesComparerConfiguration<T> Excluding<TFrom>(Expression<Func<TFrom, object>>[] properties)
- public PropertiesComparerConfiguration<T> Map<TTo>(Expression<Func<T, object>> from, Expression<Func<TTo, object>> to)
- public PropertiesComparerConfiguration<T> Map<TFrom, TTo>(Expression<Func<TFrom, object>> from, Expression<Func<TTo, object>> to)
- public PropertiesComparerConfiguration<T> Map<TTo>(ValueTuple<Expression<Func<T, object>>, Expression<Func<TTo, object>>>[] properties)
- public PropertiesComparerConfiguration<T> Map<TFrom, TTo>(ValueTuple<Expression<Func<TFrom, object>>, Expression<Func<TTo, object>>>[] properties)
- public PropertiesComparerConfiguration<T> Map<TFrom>(Expression<Func<TFrom, object>> from, object value)
- public PropertiesComparerConfiguration<T> Using(Expression<Func<T, object>>[] properties)
- public PropertiesComparerConfiguration<T> Using<TFrom>(Expression<Func<TFrom, object>>[] properties)
- public PropertiesComparerConfiguration<T> Within(object amount)
-
public class PropertiesComparerConfigurationUntyped : PropertiesComparerConfiguration
-
public class SomeItemsConstraint : PrefixConstraint, IEnumerableConstraint, IConstraint, IResolveConstraint
-
public class SomeItemsConstraint<T> : SomeItemsConstraint
NUnit.Framework.Interfaces
NUnit.Framework.Internal