Compartir a través de


ConstraintFactory.DoesNotStartWith(String) Método

Definición

Devuelve una restricción que produce un error si el valor real comienza con la subcadena proporcionada como argumento.

public NUnit.Framework.Constraints.StartsWithConstraint DoesNotStartWith (string expected);
member this.DoesNotStartWith : string -> NUnit.Framework.Constraints.StartsWithConstraint

Parámetros

expected
String

Devoluciones

Se aplica a