Interface ITestPlan
-
- All Superinterfaces:
ICompilationUnit
- All Known Implementing Classes:
ServletTestPlan
,TestPlan
public interface ITestPlan extends ICompilationUnit
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
content()
int
population()
String
scenarioName()
int
thinkTime()
-
Methods inherited from interface org.palladiosimulator.protocom.lang.ICompilationUnit
filePath, projectName
-
-