Class TestCase

java.lang.Object
flexagon.fd.core.testing.jaxb.TestCase
All Implemented Interfaces:
Serializable

public class TestCase extends Object implements 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 Details

    • name

      protected String name
    • duration

      protected Long duration
    • executionCount

      protected int executionCount
    • status

      protected StatusType status
    • message

      protected String message
    • output

      protected String output
    • minResponseTime

      protected Long minResponseTime
    • maxResponseTime

      protected Long maxResponseTime
    • avgResponseTime

      protected Long avgResponseTime
  • Constructor Details

    • TestCase

      public TestCase()
  • Method Details

    • 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
    • getDuration

      public Long getDuration()
      Gets the value of the duration property.
      Returns:
      possible object is Long
    • setDuration

      public void setDuration(Long value)
      Sets the value of the duration property.
      Parameters:
      value - allowed object is Long
    • 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

      public StatusType getStatus()
      Gets the value of the status property.
      Returns:
      possible object is StatusType
    • setStatus

      public void setStatus(StatusType value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is StatusType
    • getMessage

      public String getMessage()
      Gets the value of the message property.
      Returns:
      possible object is String
    • setMessage

      public void setMessage(String value)
      Sets the value of the message property.
      Parameters:
      value - allowed object is String
    • getOutput

      public String getOutput()
      Gets the value of the output property.
      Returns:
      possible object is String
    • setOutput

      public void setOutput(String value)
      Sets the value of the output property.
      Parameters:
      value - allowed object is String
    • getMinResponseTime

      public Long getMinResponseTime()
      Gets the value of the minResponseTime property.
      Returns:
      possible object is Long
    • setMinResponseTime

      public void setMinResponseTime(Long value)
      Sets the value of the minResponseTime property.
      Parameters:
      value - allowed object is Long
    • getMaxResponseTime

      public Long getMaxResponseTime()
      Gets the value of the maxResponseTime property.
      Returns:
      possible object is Long
    • setMaxResponseTime

      public void setMaxResponseTime(Long value)
      Sets the value of the maxResponseTime property.
      Parameters:
      value - allowed object is Long
    • getAvgResponseTime

      public Long getAvgResponseTime()
      Gets the value of the avgResponseTime property.
      Returns:
      possible object is Long
    • setAvgResponseTime

      public void setAvgResponseTime(Long value)
      Sets the value of the avgResponseTime property.
      Parameters:
      value - allowed object is Long