-
Methods in org.uitnet.testing.smartfwk.remote_machine that return AbstractRemoteMachineActionHandler
| Modifier and Type |
Method |
Description |
AbstractRemoteMachineActionHandler |
AbstractRemoteMachineActionHandler.clone() |
|
AbstractRemoteMachineActionHandler |
AbstractRemoteMachineActionHandler.deleteFiles(String absolutePath,
TextMatchMechanism fileNameMatchMechanism,
String expectedValue) |
|
AbstractRemoteMachineActionHandler |
RemoteMachineManager.getActionHandler(String appName,
String remoteMachineName) |
|
AbstractRemoteMachineActionHandler |
SmartRemoteMachineManager.getActionHandler(String appName,
String remoteMachineName) |
|
AbstractRemoteMachineActionHandler |
AbstractRemoteMachineActionHandler.validateFileExists(String absolutePath,
TextMatchMechanism fileNameMatchMechanism,
String expectedValue,
int maxIterationsToLocateFile) |
|
AbstractRemoteMachineActionHandler |
AbstractRemoteMachineActionHandler.validateFilesExist(String absolutePath,
List<String> files,
int maxIterationsToLocateFile) |
|
AbstractRemoteMachineActionHandler |
AbstractRemoteMachineActionHandler.validateFolderExist(String absolutePath,
List<String> folders,
int maxIterationsToLocateFolder) |
|
AbstractRemoteMachineActionHandler |
AbstractRemoteMachineActionHandler.validateFolderExists(String absolutePath,
TextMatchMechanism folderNameMatchMechanism,
String expectedValue,
int maxIterationsToLocateFolder) |
|