Is.StringEnding(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a constraint that succeeds if the actual value ends with the substring supplied as an argument.
public static NUnit.Framework.Constraints.EndsWithConstraint StringEnding (string expected);
static member StringEnding : string -> NUnit.Framework.Constraints.EndsWithConstraint
Parameters
- expected
- String