com.googlecode.refit.runner.jaxb
Class Summary

java.lang.Object
  extended by com.googlecode.refit.runner.jaxb.Summary
All Implemented Interfaces:
Serializable

public class Summary
extends Object
implements Serializable

Java class for Summary complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Summary">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="inputDir" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="outputDir" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="numTests" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="test" type="{http://refit.googlecode.com/report}TestResult" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://refit.googlecode.com/report}Statistics"/>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  int exceptions
           
protected  int ignored
           
protected  String inputDir
           
protected  int numTests
           
protected  String outputDir
           
protected  boolean passed
           
protected  int right
           
protected  List<TestResult> test
           
protected  int wrong
           
 
Constructor Summary
Summary()
           
 
Method Summary
 int getExceptions()
          Gets the value of the exceptions property.
 int getIgnored()
          Gets the value of the ignored property.
 String getInputDir()
          Gets the value of the inputDir property.
 int getNumTests()
          Gets the value of the numTests property.
 String getOutputDir()
          Gets the value of the outputDir property.
 int getRight()
          Gets the value of the right property.
 List<TestResult> getTest()
          Gets the value of the test property.
 int getWrong()
          Gets the value of the wrong property.
 boolean isPassed()
          Gets the value of the passed property.
 void setExceptions(int value)
          Sets the value of the exceptions property.
 void setIgnored(int value)
          Sets the value of the ignored property.
 void setInputDir(String value)
          Sets the value of the inputDir property.
 void setNumTests(int value)
          Sets the value of the numTests property.
 void setOutputDir(String value)
          Sets the value of the outputDir property.
 void setPassed(boolean value)
          Sets the value of the passed property.
 void setRight(int value)
          Sets the value of the right property.
 void setWrong(int value)
          Sets the value of the wrong property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inputDir

protected String inputDir

outputDir

protected String outputDir

numTests

protected int numTests

test

protected List<TestResult> test

passed

protected boolean passed

right

protected int right

wrong

protected int wrong

ignored

protected int ignored

exceptions

protected int exceptions
Constructor Detail

Summary

public Summary()
Method Detail

getInputDir

public String getInputDir()
Gets the value of the inputDir property.

Returns:
possible object is String

setInputDir

public void setInputDir(String value)
Sets the value of the inputDir property.

Parameters:
value - allowed object is String

getOutputDir

public String getOutputDir()
Gets the value of the outputDir property.

Returns:
possible object is String

setOutputDir

public void setOutputDir(String value)
Sets the value of the outputDir property.

Parameters:
value - allowed object is String

getNumTests

public int getNumTests()
Gets the value of the numTests property.


setNumTests

public void setNumTests(int value)
Sets the value of the numTests property.


getTest

public List<TestResult> getTest()
Gets the value of the test 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 test property.

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

    getTest().add(newItem);
 

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


isPassed

public boolean isPassed()
Gets the value of the passed property.


setPassed

public void setPassed(boolean value)
Sets the value of the passed property.


getRight

public int getRight()
Gets the value of the right property.


setRight

public void setRight(int value)
Sets the value of the right property.


getWrong

public int getWrong()
Gets the value of the wrong property.


setWrong

public void setWrong(int value)
Sets the value of the wrong property.


getIgnored

public int getIgnored()
Gets the value of the ignored property.


setIgnored

public void setIgnored(int value)
Sets the value of the ignored property.


getExceptions

public int getExceptions()
Gets the value of the exceptions property.


setExceptions

public void setExceptions(int value)
Sets the value of the exceptions property.



Copyright © 2011. All Rights Reserved.