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