Compartilhar via


DelayedConstraint.Matches Método

Definição

Sobrecargas

Matches(Object)

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

Parâmetros

actual
Object

Retornos

Aplica-se 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

Retornos

Aplica-se 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

Retornos

Aplica-se a