Package com.testmonitor.parsers
Class TestSuiteParser
java.lang.Object
com.testmonitor.parsers.TestSuiteParser
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TestSuiteParser
public TestSuiteParser()
-
-
Method Details
-
parse
Parse a JSONObject in a list of test suites- Parameters:
response- The JSON response of a request- Returns:
- A parsed list of projects
-
parse
Parse a hashmap into a test suite.- Parameters:
item- the hashmap that contains the test suite data.- Returns:
- The parsed test suite
-