|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.googlecode.refit.runner.jaxb.TestResult
public class TestResult
Java class for TestResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TestResult">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attGroup ref="{http://refit.googlecode.com/report}Statistics"/>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected int |
exceptions
|
protected int |
ignored
|
protected boolean |
passed
|
protected String |
path
|
protected int |
right
|
protected int |
wrong
|
| Constructor Summary | |
|---|---|
TestResult()
|
|
| Method Summary | |
|---|---|
int |
getExceptions()
Gets the value of the exceptions property. |
int |
getIgnored()
Gets the value of the ignored property. |
String |
getPath()
Gets the value of the path property. |
int |
getRight()
Gets the value of the right 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 |
setPassed(boolean value)
Sets the value of the passed property. |
void |
setPath(String value)
Sets the value of the path 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 path
protected boolean passed
protected int right
protected int wrong
protected int ignored
protected int exceptions
| Constructor Detail |
|---|
public TestResult()
| Method Detail |
|---|
public String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic 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 | |||||||||