BaconBuilder.ParserTest.TestEmptyDict C# (CSharp) Метод

TestEmptyDict() приватный Метод

private TestEmptyDict ( ) : void
Результат void
        public void TestEmptyDict()
        {
            const string input = "The quick brown fox jumped over the lazy dog.";
            const string expected = "The quick brown fox jumped over the lazy dog.";

            Assert.AreEqual(expected, _parser.Parse(input));
        }