|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.refit.runner.jaxb.Summary
public class Summary
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>
| 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 |
|---|
protected String inputDir
protected String outputDir
protected int numTests
protected List<TestResult> test
protected boolean passed
protected int right
protected int wrong
protected int ignored
protected int exceptions
| Constructor Detail |
|---|
public Summary()
| Method Detail |
|---|
public String getInputDir()
Stringpublic void setInputDir(String value)
value - allowed object is
Stringpublic String getOutputDir()
Stringpublic void setOutputDir(String value)
value - allowed object is
Stringpublic int getNumTests()
public void setNumTests(int value)
public List<TestResult> getTest()
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
public boolean isPassed()
public void setPassed(boolean value)
public int getRight()
public void setRight(int value)
public int getWrong()
public void setWrong(int value)
public int getIgnored()
public void setIgnored(int value)
public int getExceptions()
public void setExceptions(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||