편집

다음을 통해 공유


EndsWithConstraint(String) Constructor

Definition

Initializes a new instance of the EndsWithConstraint class.

public EndsWithConstraint (string expected);
new NUnit.Framework.Constraints.EndsWithConstraint : string -> NUnit.Framework.Constraints.EndsWithConstraint

Parameters

expected
String

The expected string

Applies to