Exemplo n.º 1
0
 public boolean hasNo(ElementScope findElement, Options options) {
   return findElement.missing(options);
 }
Exemplo n.º 2
0
 public boolean has(ElementScope findElement, Options options) {
   return findElement.exists(options);
 }