Compartir a través de


DelayedConstraint.Matches Método

Definición

Sobrecargas

Matches(Object)

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

Parámetros

actual
Object

Devoluciones

Se aplica 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

Parámetros de tipo

T

Parámetros

Devoluciones

Se aplica a

Matches<T>(T)

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

Parámetros de tipo

T

Parámetros

actual
T

Devoluciones

Se aplica a