Uses of Class
com.tngtech.jgiven.report.model.StepStatus

Packages that use StepStatus
com.tngtech.jgiven.report.model   
 

Uses of StepStatus in com.tngtech.jgiven.report.model
 

Methods in com.tngtech.jgiven.report.model that return StepStatus
 StepStatus StepModel.getStatus()
           
static StepStatus StepStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StepStatus[] StepStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.tngtech.jgiven.report.model with parameters of type StepStatus
 void StepModel.setStatus(StepStatus status)
           
 



Copyright © 2014 TNG Technology Consulting. All rights reserved.