Package com.thed.zblast.parser.model
Class TestngResults.Testsuite
java.lang.Object
com.thed.zblast.parser.model.TestngResults.Testsuite
- Enclosing class:
- 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="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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Java class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integer
protected XMLGregorianCalendar
protected String
protected String
protected XMLGregorianCalendar
protected List<TestngResults.Testsuite.Test>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the durationMs property.Gets the value of the finishedAt property.Gets the value of the groups property.getName()
Gets the value of the name property.Gets the value of the startedAt property.getTest()
Gets the value of the test property.void
setDurationMs
(Integer value) Sets the value of the durationMs property.void
Sets the value of the finishedAt property.void
Sets the value of the groups property.void
Sets the value of the name property.void
setStartedAt
(XMLGregorianCalendar value) Sets the value of the startedAt property.void
setTest
(List<TestngResults.Testsuite.Test> value) Sets the value of the test property.
-
Field Details
-
groups
-
test
-
name
-
durationMs
-
startedAt
-
finishedAt
-
-
Constructor Details
-
Testsuite
public Testsuite()
-
-
Method Details
-
getGroups
Gets the value of the groups property.- Returns:
- possible object is
String
-
setGroups
Sets the value of the groups property.- Parameters:
value
- allowed object isString
-
getTest
Gets the value of the test property.- Returns:
- possible object is
TestngResults.Suite.Test
-
setTest
Sets the value of the test property.- Parameters:
value
- allowed object isTestngResults.Suite.Test
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getDurationMs
Gets the value of the durationMs property.- Returns:
- possible object is
Integer
-
setDurationMs
Sets the value of the durationMs property.- Parameters:
value
- allowed object isInteger
-
getStartedAt
Gets the value of the startedAt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setStartedAt
Sets the value of the startedAt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getFinishedAt
Gets the value of the finishedAt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFinishedAt
Sets the value of the finishedAt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-