Uses of Class
br.eti.kinoshita.tap4j.util.StatusValues

Packages that use StatusValues
br.eti.kinoshita.tap4j.model   
br.eti.kinoshita.tap4j.util   
 

Uses of StatusValues in br.eti.kinoshita.tap4j.model
 

Methods in br.eti.kinoshita.tap4j.model that return StatusValues
 StatusValues TestResult.getStatus()
           
 

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

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

Uses of StatusValues in br.eti.kinoshita.tap4j.util
 

Methods in br.eti.kinoshita.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. All Rights Reserved.