예제 #1
0
        public void CountParagraphsContainingWord(int timesReload, int parameter)
        {
            BusinessLogicLayer loremIpsumPage = new BusinessLogicLayer();

            Assert.IsTrue(loremIpsumPage.CountWordsInParagraphs(timesReload, driver) >= parameter);
        }