Condividi tramite


DelayedConstraint.Matches Metodo

Definizione

Overload

Matches(Object)

public override bool Matches(object actual);
override this.Matches : obj -> bool

Parametri

actual
Object

Restituisce

Si applica a

Matches<T>(ActualValueDelegate<T>)

public override bool Matches<T>(NUnit.Framework.Constraints.ActualValueDelegate<T> del);
override this.Matches : NUnit.Framework.Constraints.ActualValueDelegate<'T> -> bool

Parametri di tipo

T

Parametri

Restituisce

Si applica a

Matches<T>(T)

public override bool Matches<T>(ref T actual);
override this.Matches :  -> bool

Parametri di tipo

T

Parametri

actual
T

Restituisce

Si applica a