Interface IEqualWithUsingConstraint<T>
Interface for equal constraints which support user comparisons.
Namespace: NUnit.Framework
Assembly: nunit.framework.dll
Syntax
public interface IEqualWithUsingConstraint<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
View SourceBuilder
The ConstraintBuilder holding this constraint
Declaration
ConstraintBuilder? Builder { get; set; }
Property Value
Type | Description |
---|---|
ConstraintBuilder |
Expected
The expected value.
Declaration
T Expected { get; }
Property Value
Type | Description |
---|---|
T |