public class Should extends Object
| Modifier and Type | Method and Description |
|---|---|
Should |
beDisplayed() |
Should |
beEmpty() |
Should |
beEnabled() |
Should |
beSelected() |
Should |
contain(String... texts) |
Should |
haveLessItemsThan(int maxCount) |
Should |
haveMoreItemsThan(int minCount) |
Should |
haveSize(int size) |
Should |
match(Pattern regexp) |
Should |
not() |
public Should not()
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()
Copyright © 2014. All Rights Reserved.