BaconBuilder.XmlReaderTest.TestPara C# (CSharp) Method

TestPara() private method

private TestPara ( ) : void
return void
        public void TestPara()
        {
            Assert.AreEqual("hello world", _reader.GetBodyContents()[0], "Tags were not split");
            Assert.AreEqual("ASDF", _reader.GetBodyContents()[1]);
            Assert.AreEqual("<img>sample.jpg</img>", _reader.GetBodyContents()[1]);
            Assert.AreEqual("hello you", _reader.GetBodyContents()[2]);
        }