Uses of Class
br.eti.kinoshita.tap4j.model.SkipPlan

Packages that use SkipPlan
br.eti.kinoshita.tap4j.model   
 

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

Methods in br.eti.kinoshita.tap4j.model that return SkipPlan
 SkipPlan Plan.getSkip()
           
 

Methods in br.eti.kinoshita.tap4j.model with parameters of type SkipPlan
 void Plan.setSkip(SkipPlan skip)
          Defines whether we should skip all tests or not.
 

Constructors in br.eti.kinoshita.tap4j.model with parameters of type SkipPlan
Plan(Integer initialTestNumber, Integer lastTestNumber, SkipPlan skip)
          Constructor with parameters
Plan(Integer amountOfTests, SkipPlan skip)
          Constructor with parameters
 



Copyright © 2010. All Rights Reserved.