Class DefaultConverter
- java.lang.Object
-
- org.opentest4j.reporting.tooling.converter.DefaultConverter
-
-
Constructor Summary
Constructors Constructor Description DefaultConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
convert(java.nio.file.Path eventsXmlFile, java.nio.file.Path hierarchicalXmlFile)
Convert the supplied event-based report into the hierarchical format.
-
-
-
Method Detail
-
convert
public void convert(java.nio.file.Path eventsXmlFile, java.nio.file.Path hierarchicalXmlFile) throws java.lang.Exception
Description copied from interface:Converter
Convert the supplied event-based report into the hierarchical format.
-
-