Uses of Class
com.testmonitor.resources.TestResult
Packages that use TestResult
-
Uses of TestResult in com.testmonitor.actions
Methods in com.testmonitor.actions that return TestResultModifier and TypeMethodDescriptionTestResults.addAttachment(TestResult testResult, File attachment) Add an attachment to a test result.TestResults.create(TestResult testResult) Create a test resultTestResults.update(TestResult testResult) Update a test result.Methods in com.testmonitor.actions that return types with arguments of type TestResultMethods in com.testmonitor.actions with parameters of type TestResultModifier and TypeMethodDescriptionTestResults.addAttachment(TestResult testResult, File attachment) Add an attachment to a test result.TestResults.create(TestResult testResult) Create a test resultTestResults.update(TestResult testResult) Update a test result. -
Uses of TestResult in com.testmonitor.parsers
Methods in com.testmonitor.parsers that return TestResultMethods in com.testmonitor.parsers that return types with arguments of type TestResultModifier and TypeMethodDescriptionstatic ArrayList<TestResult> TestResultParser.parse(org.json.JSONObject response) Parse a JSONObject in a list of test results -
Uses of TestResult in com.testmonitor.resources
Methods in com.testmonitor.resources that return TestResultModifier and TypeMethodDescriptionTestResult.setDescription(String description) TestResult.setTestCaseId(Integer testCaseId) TestResult.setTestCaseId(String testCaseId) TestResult.setTestResultStatusId(Integer testResultStatusId) TestResult.setTestResultStatusId(String testResultStatusId) TestResult.setTestRunId(Integer testRunId) TestResult.setTestRunId(String testRunId)