public void StriEqTest(string Left, string Right, bool Expected) { Assert.Equal(Expected, StringCommon.StriEq(Left, Right)); }