Ejemplo n.º 1
0
        public void BuildQuotedString_IsCorrect(List <string> substrings, string expectedOutput)
        {
            string actualOutput = StringUtility.BuildQuotedString(substrings);

            Assert.That(actualOutput, Is.EqualTo(expectedOutput));
        }