Class Testsuite.Testcase

java.lang.Object
com.chutneytesting.execution.api.report.surefire.Testsuite.Testcase
Enclosing class:
Testsuite

public static class Testsuite.Testcase extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="failure" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="time">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <pattern value="(([0-9]{0,3},)*[0-9]{3}|[0-9]{0,3})*(\.[0-9]{0,3})?"/>
                     </restriction>
                   </simpleType>
                 </attribute>
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="rerunFailure" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="time">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <pattern value="(([0-9]{0,3},)*[0-9]{3}|[0-9]{0,3})*(\.[0-9]{0,3})?"/>
                     </restriction>
                   </simpleType>
                 </attribute>
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="skipped" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="error" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="system-out" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="system-err" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="classname" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="group" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="time" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <pattern value="(([0-9]{0,3},)*[0-9]{3}|[0-9]{0,3})*(\.[0-9]{0,3})?"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Testcase

      public Testcase()
  • Method Details

    • getFailure

      public List<Testsuite.Testcase.Failure> getFailure()
      Gets the value of the failure property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the failure property.

      For example, to add a new item, do as follows:

          getFailure().add(newItem);
       

      Objects of the following type(s) are allowed in the list Testsuite.Testcase.Failure

    • getRerunFailure

      public List<Testsuite.Testcase.RerunFailure> getRerunFailure()
      Gets the value of the rerunFailure property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the rerunFailure property.

      For example, to add a new item, do as follows:

          getRerunFailure().add(newItem);
       

      Objects of the following type(s) are allowed in the list Testsuite.Testcase.RerunFailure

    • getSkipped

      public javax.xml.bind.JAXBElement<Testsuite.Testcase.Skipped> getSkipped()
      Gets the value of the skipped property.
      Returns:
      possible object is JAXBElement<Testsuite.Testcase.Skipped>
    • setSkipped

      public void setSkipped(javax.xml.bind.JAXBElement<Testsuite.Testcase.Skipped> value)
      Sets the value of the skipped property.
      Parameters:
      value - allowed object is JAXBElement<Testsuite.Testcase.Skipped>
    • getError

      public javax.xml.bind.JAXBElement<Testsuite.Testcase.Error> getError()
      Gets the value of the error property.
      Returns:
      possible object is JAXBElement<Testsuite.Testcase.Error>
    • setError

      public void setError(javax.xml.bind.JAXBElement<Testsuite.Testcase.Error> value)
      Sets the value of the error property.
      Parameters:
      value - allowed object is JAXBElement<Testsuite.Testcase.Error>
    • getSystemOut

      public javax.xml.bind.JAXBElement<Object> getSystemOut()
      Gets the value of the systemOut property.
      Returns:
      possible object is JAXBElement<Object>
    • setSystemOut

      public void setSystemOut(javax.xml.bind.JAXBElement<Object> value)
      Sets the value of the systemOut property.
      Parameters:
      value - allowed object is JAXBElement<Object>
    • getSystemErr

      public javax.xml.bind.JAXBElement<Object> getSystemErr()
      Gets the value of the systemErr property.
      Returns:
      possible object is JAXBElement<Object>
    • setSystemErr

      public void setSystemErr(javax.xml.bind.JAXBElement<Object> value)
      Sets the value of the systemErr property.
      Parameters:
      value - allowed object is JAXBElement<Object>
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getClassname

      public String getClassname()
      Gets the value of the classname property.
      Returns:
      possible object is String
    • setClassname

      public void setClassname(String value)
      Sets the value of the classname property.
      Parameters:
      value - allowed object is String
    • getGroup

      public String getGroup()
      Gets the value of the group property.
      Returns:
      possible object is String
    • setGroup

      public void setGroup(String value)
      Sets the value of the group property.
      Parameters:
      value - allowed object is String
    • getTime

      public String getTime()
      Gets the value of the time property.
      Returns:
      possible object is String
    • setTime

      public void setTime(String value)
      Sets the value of the time property.
      Parameters:
      value - allowed object is String