System.Globalization.Tests.StringNormalizationAllTests.AssertEqualsForm C# (CSharp) Method

AssertEqualsForm() private static method

private static AssertEqualsForm ( string c, string cForm ) : void
c string
cForm string
return void
        private static void AssertEqualsForm(string c, string cForm)
        {
            Assert.True(c.Equals(cForm), $"'{DumpStringAsCodepoints(c)}' is not matched with the normalized form '{DumpStringAsCodepoints(cForm)} with {cForm} normalization");
        }