Class SHAFT.TestData.YAML

java.lang.Object
com.shaft.tools.io.YAMLFileManager
com.shaft.driver.SHAFT.TestData.YAML
Enclosing class:
SHAFT.TestData

public static class SHAFT.TestData.YAML extends YAMLFileManager
Reads test data from YAML files.
  • Constructor Details

    • YAML

      public YAML(String yamlFilePath)
      Creates a new instance of the test data Excel reader using the target Excel file path
      Parameters:
      yamlFilePath - target test data yaml file path
  • Method Details

    • getInstance

      public static YAMLFileManager getInstance(String yamlFilePath)
      Factory method for creating a YAML test-data reader.
      Parameters:
      yamlFilePath - target test data YAML file path
      Returns:
      a new YAMLFileManager instance