Package com.testmonitor.resources
Class TestResult
java.lang.Object
com.testmonitor.resources.TestResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()isDraft()setDescription(String description) setTestCaseId(Integer testCaseId) setTestCaseId(String testCaseId) setTestResultCategoryId(Integer testResultCategoryId) setTestResultCategoryId(String testResultCategoryId) setTestRunId(Integer testRunId) setTestRunId(String testRunId) List<org.apache.hc.core5.http.NameValuePair>toString()
-
Constructor Details
-
TestResult
public TestResult()
-
-
Method Details