Class TestngResults.Testsuite.Test.Class

java.lang.Object
com.thed.zblast.parser.model.TestngResults.Testsuite.Test.Class
Enclosing class:
TestngResults.Testsuite.Test

public static class TestngResults.Testsuite.Test.Class 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="test-method" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="exception" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
                             <element name="full-stacktrace" type="{http://www.w3.org/2001/XMLSchema}string"/>
                           </sequence>
                           <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="reporter-output" type="{http://www.w3.org/2001/XMLSchema}string"/>
                 </sequence>
                 <attribute name="status" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="signature" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="is-config" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="duration-ms" type="{http://www.w3.org/2001/XMLSchema}short" />
                 <attribute name="started-at" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
                 <attribute name="finished-at" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

  • Method Details

    • getTestMethod

      Gets the value of the testMethod 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 testMethod property.

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

          getTestMethod().add(newItem);
       

      Objects of the following type(s) are allowed in the list TestngResults.Suite.Test.Class.TestMethod

    • 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