示例#1
0
        virtual public void VerifyNumberOfParagraphs()
        {
            IList <IElement> endContent = d.End(workerContextImpl, new Tag("div"), currentContent);

            Assert.AreEqual(1, endContent.Count);
        }