![JAR search and dependency download from the Maven repository](/logo.png)
io.guixer.maven.SurefireTestReport Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of guixer-maven-plugin Show documentation
Show all versions of guixer-maven-plugin Show documentation
Maven plugin to handle logs emitted by tests run over guixer-tools.
package io.guixer.maven;
import net.avcompris.binding.annotation.XPath;
@XPath("/testsuite")
public interface SurefireTestReport {
@XPath("@tests")
int getTests();
@XPath("@errors")
int getErrors();
@XPath("@skipped")
int getSkipped();
@XPath("@failures")
int getFailures();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy