org.pitest.aggregate.TestXml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pitest-aggregator Show documentation
Show all versions of pitest-aggregator Show documentation
Aggregates the output of report XML documents into a new combined HTML report
package org.pitest.aggregate;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;
public class TestXml {
@JacksonXmlProperty(isAttribute = true)
String name;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy