CK.Text.Tests.Does.EndWith C# (CSharp) Method

EndWith() public static method

public static EndWith ( string expected ) : NUnit.Framework.Constraints.EndsWithConstraint
expected string
return NUnit.Framework.Constraints.EndsWithConstraint
        public static EndsWithConstraint EndWith( string expected ) => Is.StringEnding( expected );