com.thalesgroup.dtkit.junit.model
Class Testsuite

java.lang.Object
  extended by com.thalesgroup.dtkit.junit.model.Testsuite

public class Testsuite
extends Object

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 ref="{}properties" minOccurs="0"/>
         <element ref="{}testcase" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}system-out" minOccurs="0"/>
         <element ref="{}system-err" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="tests" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="failures" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="errors" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="time" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="skipped" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="timestamp" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="hostname" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="package" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String _package
           
protected  String errors
           
protected  String failures
           
protected  String hostname
           
protected  String id
           
protected  String name
           
protected  Properties properties
           
protected  String skipped
           
protected  String systemErr
           
protected  String systemOut
           
protected  List<Testcase> testcase
           
protected  String tests
           
protected  String time
           
protected  String timestamp
           
 
Constructor Summary
Testsuite()
           
 
Method Summary
 String getErrors()
          Gets the value of the errors property.
 String getFailures()
          Gets the value of the failures property.
 String getHostname()
          Gets the value of the hostname property.
 String getId()
          Gets the value of the id property.
 String getName()
          Gets the value of the name property.
 String getPackage()
          Gets the value of the package property.
 Properties getProperties()
          Gets the value of the properties property.
 String getSkipped()
          Gets the value of the skipped property.
 String getSystemErr()
          Gets the value of the systemErr property.
 String getSystemOut()
          Gets the value of the systemOut property.
 List<Testcase> getTestcase()
          Gets the value of the testcase property.
 String getTests()
          Gets the value of the tests property.
 String getTime()
          Gets the value of the time property.
 String getTimestamp()
          Gets the value of the timestamp property.
 void setErrors(String value)
          Sets the value of the errors property.
 void setFailures(String value)
          Sets the value of the failures property.
 void setHostname(String value)
          Sets the value of the hostname property.
 void setId(String value)
          Sets the value of the id property.
 void setName(String value)
          Sets the value of the name property.
 void setPackage(String value)
          Sets the value of the package property.
 void setProperties(Properties value)
          Sets the value of the properties property.
 void setSkipped(String value)
          Sets the value of the skipped property.
 void setSystemErr(String value)
          Sets the value of the systemErr property.
 void setSystemOut(String value)
          Sets the value of the systemOut property.
 void setTests(String value)
          Sets the value of the tests property.
 void setTime(String value)
          Sets the value of the time property.
 void setTimestamp(String value)
          Sets the value of the timestamp property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

protected Properties properties

testcase

protected List<Testcase> testcase

systemOut

protected String systemOut

systemErr

protected String systemErr

name

protected String name

tests

protected String tests

failures

protected String failures

errors

protected String errors

time

protected String time

skipped

protected String skipped

timestamp

protected String timestamp

hostname

protected String hostname

id

protected String id

_package

protected String _package
Constructor Detail

Testsuite

public Testsuite()
Method Detail

getProperties

public Properties getProperties()
Gets the value of the properties property.

Returns:
possible object is Properties

setProperties

public void setProperties(Properties value)
Sets the value of the properties property.

Parameters:
value - allowed object is Properties

getTestcase

public List<Testcase> getTestcase()
Gets the value of the testcase property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the testcase property.

For example, to add a new item, do as follows:

    getTestcase().add(newItem);
 

Objects of the following type(s) are allowed in the list Testcase


getSystemOut

public String getSystemOut()
Gets the value of the systemOut property.

Returns:
possible object is String

setSystemOut

public void setSystemOut(String value)
Sets the value of the systemOut property.

Parameters:
value - allowed object is String

getSystemErr

public String getSystemErr()
Gets the value of the systemErr property.

Returns:
possible object is String

setSystemErr

public void setSystemErr(String value)
Sets the value of the systemErr property.

Parameters:
value - allowed object is String

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

getTests

public String getTests()
Gets the value of the tests property.

Returns:
possible object is String

setTests

public void setTests(String value)
Sets the value of the tests property.

Parameters:
value - allowed object is String

getFailures

public String getFailures()
Gets the value of the failures property.

Returns:
possible object is String

setFailures

public void setFailures(String value)
Sets the value of the failures property.

Parameters:
value - allowed object is String

getErrors

public String getErrors()
Gets the value of the errors property.

Returns:
possible object is String

setErrors

public void setErrors(String value)
Sets the value of the errors property.

Parameters:
value - allowed object is String

getTime

public String getTime()
Gets the value of the time property.

Returns:
possible object is String

setTime

public void setTime(String value)
Sets the value of the time property.

Parameters:
value - allowed object is String

getSkipped

public String getSkipped()
Gets the value of the skipped property.

Returns:
possible object is String

setSkipped

public void setSkipped(String value)
Sets the value of the skipped property.

Parameters:
value - allowed object is String

getTimestamp

public String getTimestamp()
Gets the value of the timestamp property.

Returns:
possible object is String

setTimestamp

public void setTimestamp(String value)
Sets the value of the timestamp property.

Parameters:
value - allowed object is String

getHostname

public String getHostname()
Gets the value of the hostname property.

Returns:
possible object is String

setHostname

public void setHostname(String value)
Sets the value of the hostname property.

Parameters:
value - allowed object is String

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getPackage

public String getPackage()
Gets the value of the package property.

Returns:
possible object is String

setPackage

public void setPackage(String value)
Sets the value of the package property.

Parameters:
value - allowed object is String


Copyright © 2004-2013. All Rights Reserved.