fr.sii.sonar.test.junit.domain.v7.Testsuite Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sonar-test-junit Show documentation
Show all versions of sonar-test-junit Show documentation
Plugin that parses JUnit xml report
//
// Ce fichier a été généré par l'implémentation de référence JavaTM Architecture for XML Binding (JAXB), v2.2.7
// Voir http://java.sun.com/xml/jaxb
// Toute modification apportée à ce fichier sera perdue lors de la recompilation du schéma source.
// Généré le : 2016.05.09 à 12:07:13 PM CEST
//
package fr.sii.sonar.test.junit.domain.v7;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlElementRefs;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* Classe Java pour anonymous complex type.
*
*
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
*
*
* <complexType>
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <choice maxOccurs="unbounded" minOccurs="0">
* <element ref="{}testsuite"/>
* <element ref="{}properties"/>
* <element ref="{}testcase"/>
* <element ref="{}system-out"/>
* <element ref="{}system-err"/>
* </choice>
* <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="tests" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="failures" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="errors" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="time" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="disabled" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="skipped" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="timestamp" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="hostname" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="package" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="assertions" type="{http://www.w3.org/2001/XMLSchema}string" />
* <attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"testsuiteOrPropertiesOrTestcase"
})
@XmlRootElement(name = "testsuite")
public class Testsuite {
@XmlElementRefs({
@XmlElementRef(name = "testsuite", type = Testsuite.class),
@XmlElementRef(name = "testcase", type = Testcase.class),
@XmlElementRef(name = "properties", type = Properties.class),
@XmlElementRef(name = "system-out", type = JAXBElement.class),
@XmlElementRef(name = "system-err", type = JAXBElement.class)
})
protected List