Nitido Inc.

Uses of Class
com.nitido.qabase.ResultStatus

Packages that use ResultStatus
com.nitido.qabase This package contains the base classes for Nitido QA framework. 
 

Uses of ResultStatus in com.nitido.qabase
 

Fields in com.nitido.qabase declared as ResultStatus
static ResultStatus ResultStatus.FAIL
          Object representation of a FAIL result status.
static ResultStatus ResultStatus.FATAL
          Object representation of a FATAL result status
static ResultStatus ResultStatus.PASS
          Object representation of a PASS result status
 

Methods in com.nitido.qabase that return ResultStatus
 ResultStatus BaseTestDriver.cleanup()
          The cleanup method should be used to clean the QA environment used to perform the test cases described in the TestCore class.
 ResultStatus BaseTestDriver.run(BaseTestCore tester)
          The run method invokes every test cases described in the implementor of the BaseTestCore interface.
 ResultStatus BaseTestDriver.setup()
          The setup method should be used to ensure that the QA environment necessary to perform the test cases described in the TestCore class can be performed.
 

Methods in com.nitido.qabase with parameters of type ResultStatus
 boolean ResultStatus.equals(ResultStatus result)
          Returns true if the two ResultStatus objects represent the same result status
 

Constructors in com.nitido.qabase with parameters of type ResultStatus
ResultStatus(ResultStatus status)
          This constructor creates a deep copy of the give result status object
 


Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.