Uses of Class
dev.galasa.zos3270.ErrorTextFoundException
Packages that use ErrorTextFoundException
Package
Description
zOS 3270 Terminal Manager - TPI
Zos3270Terminal Manager
- 
Uses of ErrorTextFoundException in dev.galasa.zos3270
Methods in dev.galasa.zos3270 that throw ErrorTextFoundExceptionModifier and TypeMethodDescriptionITerminal.waitForTextInField(String string) intITerminal.waitForTextInField(String[] ok, String[] error) intITerminal.waitForTextInField(String[] ok, String[] error, long timeoutInMilliseconds)  - 
Uses of ErrorTextFoundException in dev.galasa.zos3270.spi
Methods in dev.galasa.zos3270.spi that throw ErrorTextFoundExceptionModifier and TypeMethodDescriptionintScreen.searchFieldContaining(@NotNull String[] okText, String[] errorText) intScreen.waitForTextInField(String[] ok, String[] error, long timeoutInMilliseconds) intTerminal.waitForTextInField(String[] ok, String[] error) intTerminal.waitForTextInField(String[] ok, String[] error, long timeoutInMilliseconds)