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 SourceExpected
The expected value.
Declaration
T Expected { get; }
Property Value
Type | Description |
---|---|
T |