Package ru.testit.writers.helpers
Class BulkAutotestHelper
java.lang.Object
ru.testit.writers.helpers.BulkAutotestHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddForCreate(ru.testit.client.model.AutoTestPostModel createModel, ru.testit.client.model.AutoTestResultsForTestRunModel resultModel) voidaddForUpdate(ru.testit.client.model.AutoTestPutModel updateModel, ru.testit.client.model.AutoTestResultsForTestRunModel resultModel, Map<String, List<String>> wiForUpdate) voidteardown()
-
Constructor Details
-
BulkAutotestHelper
-
-
Method Details
-
addForCreate
public void addForCreate(ru.testit.client.model.AutoTestPostModel createModel, ru.testit.client.model.AutoTestResultsForTestRunModel resultModel) throws ru.testit.client.invoker.ApiException - Throws:
ru.testit.client.invoker.ApiException
-
addForUpdate
public void addForUpdate(ru.testit.client.model.AutoTestPutModel updateModel, ru.testit.client.model.AutoTestResultsForTestRunModel resultModel, Map<String, List<String>> wiForUpdate) throws ru.testit.client.invoker.ApiException- Throws:
ru.testit.client.invoker.ApiException
-
teardown
public void teardown() throws ru.testit.client.invoker.ApiException- Throws:
ru.testit.client.invoker.ApiException
-