-
- All Implemented Interfaces:
public class WebExpect
-
-
Method Summary
Modifier and Type Method Description voidtoNotExist()voidtoExist()voidtoHaveText(String text)voidtoNotHaveText(String text)-
-
Method Detail
-
toNotExist
void toNotExist()
-
toExist
void toExist()
-
toHaveText
void toHaveText(String text)
-
toNotHaveText
void toNotHaveText(String text)
-
-
-
-