|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |