Class TestCaseFolderParser

java.lang.Object
com.testmonitor.parsers.TestCaseFolderParser

public class TestCaseFolderParser extends Object
  • Constructor Details

    • TestCaseFolderParser

      public TestCaseFolderParser()
  • Method Details

    • parse

      public static ArrayList<TestCaseFolder> parse(org.json.JSONObject response)
      Parse a JSONObject in a list of test cases
      Parameters:
      response - The JSON response of a request
      Returns:
      A parsed list of test case folders
    • parse

      public static TestCaseFolder parse(HashMap<String,Object> item)
      Parse a hashmap into a test case.
      Parameters:
      item - the hashmap that contains the milestone data.
      Returns:
      The parsed test case folder