Package flexagon.fd.core.testing.jaxb
Class TestCase
java.lang.Object
flexagon.fd.core.testing.jaxb.TestCase
- All Implemented Interfaces:
Serializable
Java class for TestCase complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TestCase">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Duration" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="ExecutionCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Status" type="{http://flexagon.com/deploy/testing}StatusType"/>
<element name="Message" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Output" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MinResponseTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="MaxResponseTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="AvgResponseTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the avgResponseTime property.Gets the value of the duration property.intGets the value of the executionCount property.Gets the value of the maxResponseTime property.Gets the value of the message property.Gets the value of the minResponseTime property.getName()Gets the value of the name property.Gets the value of the output property.Gets the value of the status property.voidsetAvgResponseTime(Long value) Sets the value of the avgResponseTime property.voidsetDuration(Long value) Sets the value of the duration property.voidsetExecutionCount(int value) Sets the value of the executionCount property.voidsetMaxResponseTime(Long value) Sets the value of the maxResponseTime property.voidsetMessage(String value) Sets the value of the message property.voidsetMinResponseTime(Long value) Sets the value of the minResponseTime property.voidSets the value of the name property.voidSets the value of the output property.voidsetStatus(StatusType value) Sets the value of the status property.
-
Field Details
-
name
-
duration
-
executionCount
protected int executionCount -
status
-
message
-
output
-
minResponseTime
-
maxResponseTime
-
avgResponseTime
-
-
Constructor Details
-
TestCase
public TestCase()
-
-
Method Details
-
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
-
getDuration
Gets the value of the duration property.- Returns:
- possible object is
Long
-
setDuration
Sets the value of the duration property.- Parameters:
value- allowed object isLong
-
getExecutionCount
public int getExecutionCount()Gets the value of the executionCount property. -
setExecutionCount
public void setExecutionCount(int value) Sets the value of the executionCount property. -
getStatus
Gets the value of the status property.- Returns:
- possible object is
StatusType
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isStatusType
-
getMessage
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
Sets the value of the message property.- Parameters:
value- allowed object isString
-
getOutput
Gets the value of the output property.- Returns:
- possible object is
String
-
setOutput
Sets the value of the output property.- Parameters:
value- allowed object isString
-
getMinResponseTime
Gets the value of the minResponseTime property.- Returns:
- possible object is
Long
-
setMinResponseTime
Sets the value of the minResponseTime property.- Parameters:
value- allowed object isLong
-
getMaxResponseTime
Gets the value of the maxResponseTime property.- Returns:
- possible object is
Long
-
setMaxResponseTime
Sets the value of the maxResponseTime property.- Parameters:
value- allowed object isLong
-
getAvgResponseTime
Gets the value of the avgResponseTime property.- Returns:
- possible object is
Long
-
setAvgResponseTime
Sets the value of the avgResponseTime property.- Parameters:
value- allowed object isLong
-