Package com.thed.zblast.parser.model
Class TestngResults
java.lang.Object
com.thed.zblast.parser.model.TestngResults
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="reporter-output" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="suite"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="groups" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="test"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="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> </element> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="duration-ms" type="{http://www.w3.org/2001/XMLSchema}int" /> <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" /> <attribute name="duration-ms" type="{http://www.w3.org/2001/XMLSchema}int" /> <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="skipped" type="{http://www.w3.org/2001/XMLSchema}byte" /> <attribute name="failed" type="{http://www.w3.org/2001/XMLSchema}byte" /> <attribute name="total" type="{http://www.w3.org/2001/XMLSchema}byte" /> <attribute name="passed" type="{http://www.w3.org/2001/XMLSchema}byte" /> </restriction> </complexContent> </complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Java class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the failed property.Gets the value of the passed property.Gets the value of the reporterOutput property.Gets the value of the skipped property.getSuite()
Gets the value of the suite property.getTotal()
Gets the value of the total property.void
Sets the value of the failed property.void
Sets the value of the passed property.void
setReporterOutput
(String value) Sets the value of the reporterOutput property.void
setSkipped
(Byte value) Sets the value of the skipped property.void
setSuite
(TestngResults.Testsuite value) Sets the value of the suite property.void
Sets the value of the total property.
-
Field Details
-
reporterOutput
-
suite
-
skipped
-
failed
-
total
-
passed
-
-
Constructor Details
-
TestngResults
public TestngResults()
-
-
Method Details
-
getReporterOutput
Gets the value of the reporterOutput property.- Returns:
- possible object is
String
-
setReporterOutput
Sets the value of the reporterOutput property.- Parameters:
value
- allowed object isString
-
getSuite
Gets the value of the suite property.- Returns:
- possible object is
TestngResults.Suite
-
setSuite
Sets the value of the suite property.- Parameters:
value
- allowed object isTestngResults.Suite
-
getSkipped
Gets the value of the skipped property.- Returns:
- possible object is
Byte
-
setSkipped
Sets the value of the skipped property.- Parameters:
value
- allowed object isByte
-
getFailed
Gets the value of the failed property.- Returns:
- possible object is
Byte
-
setFailed
Sets the value of the failed property.- Parameters:
value
- allowed object isByte
-
getTotal
Gets the value of the total property.- Returns:
- possible object is
Byte
-
setTotal
Sets the value of the total property.- Parameters:
value
- allowed object isByte
-
getPassed
Gets the value of the passed property.- Returns:
- possible object is
Byte
-
setPassed
Sets the value of the passed property.- Parameters:
value
- allowed object isByte
-