Registry / testing / junit-platform-reporting

junit-platform-reporting

JSON →
library6.1.0javamavenunverified

Provides reporting and test execution listeners for the JUnit Platform.

<dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-reporting</artifactId> <version>6.1.0</version> </dependency>
INSTALL
IMPORT
SIG · JUNIT-PLATFORM-REP
J
junit-platform-reporting
testingjavav6.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LegacyXmlReportGeneratingListener
org.junit.platform.reporting.legacy.xml.LegacyXmlReportGeneratingListener

Generate XML test reports using LegacyXmlReportGeneratingListener.

import org.junit.platform.reporting.legacy.xml.LegacyXmlReportGeneratingListener; import org.junit.platform.launcher.Launcher; public class ReportExample { public void generateReport(Launcher launcher) { LegacyXmlReportGeneratingListener listener = new LegacyXmlReportGeneratingListener(); launcher.registerTestExecutionListeners(listener); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources