public class Should extends Object implements Navigation
baseUrl| Modifier and Type | Method and Description |
|---|---|
Should |
and() |
Should |
beAtLocation(int x,
int y) |
Should |
beDisplayed() |
Should |
beEmpty() |
Should |
beEnabled() |
Should |
beSelected() |
Should |
contain(String... texts) |
Should |
exist() |
Should |
haveDimension(int width,
int height) |
Should |
haveLessItemsThan(int maxCount) |
Should |
haveMoreItemsThan(int minCount) |
Should |
haveSize(int size) |
Should |
match(Pattern regexp) |
Should |
not() |
Should |
should() |
Should |
within(long duration,
TimeUnit timeUnit) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBaseUrl, goTo, goTo, setBaseUrl$, $, find, findpublic Should not()
public Should and()
public Should should()
public Should beEnabled()
public Should beDisplayed()
public Should beSelected()
public Should haveLessItemsThan(int maxCount)
public Should haveSize(int size)
public Should haveMoreItemsThan(int minCount)
public Should beEmpty()
public Should exist()
public Should haveDimension(int width, int height)
public Should beAtLocation(int x, int y)
Copyright © 2014. All Rights Reserved.