Class TestCaseFolderParser
java.lang.Object
com.testmonitor.parsers.TestCaseFolderParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TestCaseFolderParse a hashmap into a test case.static ArrayList<TestCaseFolder> parse(org.json.JSONObject response) Parse a JSONObject in a list of test cases
-
Constructor Details
-
TestCaseFolderParser
public TestCaseFolderParser()
-
-
Method Details
-
parse
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
Parse a hashmap into a test case.- Parameters:
item- the hashmap that contains the milestone data.- Returns:
- The parsed test case folder
-