Package com.testmonitor.parsers
Class TestCaseParser
java.lang.Object
com.testmonitor.parsers.TestCaseParser
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TestCaseParser
public TestCaseParser()
-
-
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 projects
-
parse
Parse a hashmap into a test case.- Parameters:
item- the hashmap that contains the milestone data.- Returns:
- The parsed milestone
-