Exemplo n.º 1
0
        public void TestElementDoesNotExist()
        {
            SetUpFindElementsReturnsEmpty();

            Actor.AsksFor(Existence.Of(Locator)).Should().BeFalse();
        }
Exemplo n.º 2
0
 public void TestElementExists()
 {
     Actor.AsksFor(Existence.Of(Locator)).Should().BeTrue();
 }