Ejemplo n.º 1
0
            public void SameItem_BySameXPath()
            {
                _sut.GetByXPathCondition("td[1][.='Item 2']").Number.Should.Be(2);
                _sut.GetByXPathCondition("td[1][.='Item 2']").Number.Should.Be(2);

                AssertThatLastLogSectionIsVerificationAndEmpty();
            }
Ejemplo n.º 2
0
            public void SameItem_BySameXPath()
            {
                _sut.GetByXPathCondition("td[1][.='Item 2']").Number.Should.Be(2);
                _sut.GetByXPathCondition("td[1][.='Item 2']").Number.Should.Be(2);

                AssertThatLastLogSectionIsVerificationWithExecuteBehaviorAnd3ElementFindSections();
            }