Class XrayTestReporterImpl
java.lang.Object
app.getxray.xray.junit.customjunitxml.XrayTestReporterImpl
- All Implemented Interfaces:
XrayTestReporter
-
Field Summary
Fields inherited from interface app.getxray.xray.junit.customjunitxml.XrayTestReporter
TESTRUN_COMMENT, TESTRUN_CUSTOMFIELD_PREFIX, TESTRUN_EVIDENCE, XRAY_PREFIX -
Constructor Summary
ConstructorsConstructorDescriptionXrayTestReporterImpl(org.junit.jupiter.api.extension.ExtensionContext extensionContext) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddComment(String comment) voidaddTestRunEvidence(String filepath) voidsetTestRunCustomField(String field, String value) voidsetTestRunCustomField(String field, String[] values)
-
Constructor Details
-
XrayTestReporterImpl
public XrayTestReporterImpl(org.junit.jupiter.api.extension.ExtensionContext extensionContext)
-
-
Method Details
-
addComment
- Specified by:
addCommentin interfaceXrayTestReporter
-
setTestRunCustomField
- Specified by:
setTestRunCustomFieldin interfaceXrayTestReporter
-
setTestRunCustomField
- Specified by:
setTestRunCustomFieldin interfaceXrayTestReporter
-
addTestRunEvidence
- Specified by:
addTestRunEvidencein interfaceXrayTestReporter
-