com.googlecode.refit.runner.jaxb
Class TestResult

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

public class TestResult
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

path

protected String path

passed

protected boolean passed

right

protected int right

wrong

protected int wrong

ignored

protected int ignored

exceptions

protected int exceptions
Constructor Detail

TestResult

public TestResult()
Method Detail

getPath

public String getPath()
Gets the value of the path property.

Returns:
possible object is String

setPath

public void setPath(String value)
Sets the value of the path property.

Parameters:
value - allowed object is String

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.