Class FilesOutputToJunit
java.lang.Object
org.alexmond.yaml.validator.output.FilesOutputToJunit
Converts validation output files to JUnit XML format for test reporting.
This class takes validation results and transforms them into a JUnit-compatible XML structure
that can be consumed by CI/CD tools and test reporting systems.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConverts this FilesOutput to JUnit XML format.
-
Constructor Details
-
FilesOutputToJunit
public FilesOutputToJunit()
-
-
Method Details
-
toJunitString
Converts this FilesOutput to JUnit XML format.- Returns:
- JUnit XML string
-