Package com.thed.zblast.parser.model
Class TestngResults.Testsuite.Test.Class.TestMethod
java.lang.Object
com.thed.zblast.parser.model.TestngResults.Testsuite.Test.Class.TestMethod
- Enclosing class:
- TestngResults.Testsuite.Test.Class
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="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>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Java class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Short
protected XMLGregorianCalendar
protected String
protected String
protected String
protected String
protected XMLGregorianCalendar
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the durationMs property.Gets the value of the exception property.Gets the value of the finishedAt property.Gets the value of the isConfig property.getName()
Gets the value of the name property.Gets the value of the reporterOutput property.Gets the value of the signature property.Gets the value of the startedAt property.Gets the value of the status property.void
setDurationMs
(Short value) Sets the value of the durationMs property.void
Sets the value of the exception property.void
Sets the value of the finishedAt property.void
setIsConfig
(String value) Sets the value of the isConfig property.void
Sets the value of the name property.void
setReporterOutput
(String value) Sets the value of the reporterOutput property.void
setSignature
(String value) Sets the value of the signature property.void
setStartedAt
(XMLGregorianCalendar value) Sets the value of the startedAt property.void
Sets the value of the status property.
-
Field Details
-
exception
-
reporterOutput
-
status
-
signature
-
name
-
isConfig
-
durationMs
-
startedAt
-
finishedAt
-
-
Constructor Details
-
TestMethod
public TestMethod()
-
-
Method Details
-
getException
Gets the value of the exception property.- Returns:
- possible object is
TestngResults.Suite.Test.Class.TestMethod.Exception
-
setException
Sets the value of the exception property.- Parameters:
value
- allowed object isTestngResults.Suite.Test.Class.TestMethod.Exception
-
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
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value
- allowed object isString
-
getSignature
Gets the value of the signature property.- Returns:
- possible object is
String
-
setSignature
Sets the value of the signature property.- Parameters:
value
- allowed object isString
-
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
-
getIsConfig
Gets the value of the isConfig property.- Returns:
- possible object is
String
-
setIsConfig
Sets the value of the isConfig property.- Parameters:
value
- allowed object isString
-
getDurationMs
Gets the value of the durationMs property.- Returns:
- possible object is
Short
-
setDurationMs
Sets the value of the durationMs property.- Parameters:
value
- allowed object isShort
-
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
-