Class RemoteMachinesConfig

java.lang.Object
org.uitnet.testing.smartfwk.remote_machine.RemoteMachinesConfig

public class RemoteMachinesConfig
extends Object
Author:
Madhav Krishna
  • Constructor Details

    • RemoteMachinesConfig

      public RemoteMachinesConfig​(String appName, String remoteMachinesConfigFilePath, com.jayway.jsonpath.DocumentContext yamlDoc)
  • Method Details

    • getAppName

      public String getAppName()
    • getConfigFilePath

      public String getConfigFilePath()
    • getRemoteMachines

      public List<RemoteMachineConfig> getRemoteMachines()
    • getRemoteMachine

      public RemoteMachineConfig getRemoteMachine​(String name)
    • getAdditionalPropertyValue

      public <T> T getAdditionalPropertyValue​(String propName, Class<T> clazz)