Package de.qytera.qtaf.xray.builder
Class XrayJsonImportBuilder
java.lang.Object
de.qytera.qtaf.xray.builder.XrayJsonImportBuilder
Transforms log collection into Xray Execution Import DTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn exception thrown when a test suite did not execute any test marked withXrayTest. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates an execution import DTO based on the test suite logs.
-
Constructor Details
-
XrayJsonImportBuilder
public XrayJsonImportBuilder(TestSuiteLogCollection collection) throws URISyntaxException, MissingConfigurationValueException
-
-
Method Details
-
buildRequest
public ImportExecutionResultsRequestDto buildRequest() throws XrayJsonImportBuilder.NoXrayTestExceptionCreates an execution import DTO based on the test suite logs.- Returns:
- the execution import DTO
- Throws:
XrayJsonImportBuilder.NoXrayTestException
-