Esempio n. 1
0
        public void FindsPropertyElement()
        {
            var page = new ElementAsPropertyPage();

            AssertFindsElementByExactlyOneLookup(page, () => page.FormElement);
        }
Esempio n. 2
0
 public void FindsPropertyElement()
 {
     var page = new ElementAsPropertyPage();
     AssertFindsElementByExactlyOneLookup(page, () => page.FormElement);
 }