|
|||||||||
| Home >> All >> org >> apache >> jmeter >> [ control overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.apache.jmeter.control
| Interface Summary | |
| Controller | This interface will typically be used in the following manner: Controller controller; //gets initialized while(!controller.isDone() && controller.hasNext()) { Sampler sampler = controller.next(); return sampler; } |
| ReplaceableController | This interface represents a controller that gets replaced during the compilation phase of test execution in an arbitrary way. |
| Class Summary | |
| ForeachController | |
| GenericController | |
| GenericController.Test | |
| IfController | |
| IfController.Test | JUnit test |
| IncludeController | |
| InterleaveControl | |
| InterleaveControl.Test | |
| LoopController | |
| LoopController.Test | |
| ModuleController | The goal of ModuleController is to add modularity to JMeter. |
| OnceOnlyController | |
| OnceOnlyController.Test | |
| RandomController | |
| RandomOrderController | A controller that runs its children each at most once, but in a random order. |
| RandomOrderController.Test | |
| RunTime | |
| RunTime.Test | JUnit test |
| SwitchController | |
| SwitchController.Test | |
| ThroughputController | This class represents a controller that can controll the number of times that it is executed, either by the total number of times the user wants the controller executed (BYNUMBER) or by the percentage of time it is called (BYPERCENT) |
| ThroughputController.Test | |
| TransactionController | Transaction Controller to measure transaction times |
| WhileController | |
| WhileController.Test | |
| Exception Summary | |
| NextIsNullException | |
| NoEntryException | TODO not used? |
|
|||||||||
| Home >> All >> org >> apache >> jmeter >> [ control overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||