Uses of Class
org.tap4j.util.StatusValues

Packages that use StatusValues
org.tap4j.model   
org.tap4j.util   
 

Uses of StatusValues in org.tap4j.model
 

Methods in org.tap4j.model that return StatusValues
 StatusValues TestResult.getStatus()
           
 

Methods in org.tap4j.model with parameters of type StatusValues
 void TestResult.setStatus(StatusValues status)
           
 

Constructors in org.tap4j.model with parameters of type StatusValues
TestResult(StatusValues testStatus, Integer testNumber)
          Constructor with parameter.
 

Uses of StatusValues in org.tap4j.util
 

Methods in org.tap4j.util that return StatusValues
static StatusValues StatusValues.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StatusValues[] StatusValues.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010-2012 TupiLabs. All Rights Reserved.