Uses of Class
org.tap4j.model.SkipPlan

Packages that use SkipPlan
org.tap4j.model   
 

Uses of SkipPlan in org.tap4j.model
 

Methods in org.tap4j.model that return SkipPlan
 SkipPlan Plan.getSkip()
           
 

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

Constructors in org.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-2012 TupiLabs. All Rights Reserved.