(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4
OOoRunner test harness

Uses of Class
lib.Status

Packages that use Status
lib   
 

Uses of Status in lib
 

Subclasses of Status in lib
 class TestResult
          The class supports interface tests development and Status calculation.
 

Fields in lib declared as Status
protected  Status StatusException.status
          The Status contained in the StatusException.
 

Methods in lib that return Status
static Status Status.passed(boolean state)
          This is a factory method for creating a Status representing normal actibity termination.
static Status Status.exception(Throwable t)
          This is a factory method for creating a Status representing an exception activity termination.
static Status Status.skipped(boolean state)
          This is a factory method for creating a Status representing a skipped activity.
static Status Status.excluded()
          This is a factory method for creating a Status representing that the result of the activity was excluded.
static Status Status.failed(String reason)
          Creates a Status representing an activity failed for an arbitrary reason.
 Status TestResult.getStatusFor(String method)
           
protected  Status MultiMethodTest.getStatusFor(String method)
           
protected  Status MultiMethodTest.setField(String fieldName, Object value)
          Initializes fieldName of the subclass with value.
 Status StatusException.getStatus()
           
 

Methods in lib with parameters of type Status
 boolean TestResult.tested(String method, Status status)
          The method makes the method tested with the status, i.e.
protected  void MultiMethodTest.setStatus(String methName, Status methStatus)
          Sets a method status.
 

Constructors in lib with parameters of type Status
StatusException(Status st)
          Creates a StatusException containing a Status.
 


OOoRunner test harness

Apache Feather

Copyright & License | Privacy | Contact Us

Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.