コード例 #1
0
        public void TestElementDoesNotExist()
        {
            SetUpFindElementsReturnsEmpty();

            Actor.AsksFor(Existence.Of(Locator)).Should().BeFalse();
        }
コード例 #2
0
 public void TestElementExists()
 {
     Actor.AsksFor(Existence.Of(Locator)).Should().BeTrue();
 }