AcoustID.Tests.Web.XmlResponseParserTest.TestCanParse C# (CSharp) Метод

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

private TestCanParse ( ) : void
Результат void
        public void TestCanParse()
        {
            var xml = TestsHelper.LoadTextFile("lookup-simple.xml");

            var parser = new XmlResponseParser();
            var response = parser.CanParse(xml);

            Assert.AreEqual(response, true);
        }