示例#1
0
        public void MissingCharTest(string str, int n, string expected)
        {
            ConditionalWarmups cw     = new ConditionalWarmups();
            string             result = cw.MissingChar(str, n);

            Assert.AreEqual(expected, result);
        }