类 AbstractTaskSet
java.lang.Object
com.github.myzhan.locust4j.AbstractTask
com.github.myzhan.locust4j.taskset.AbstractTaskSet
- 所有已实现的接口:
Runnable
- 直接已知子类:
WeighingTaskSet
- 从以下版本开始:
- 1.0.3 TaskSet is an experimental feature, the API is not stabilized. It needs to be more considered and tested.
- 作者:
- myzhan
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
tasks
-
-
构造器详细资料
-
AbstractTaskSet
public AbstractTaskSet()
-
-
方法详细资料
-
addTask
Add a task to the task set.- 参数:
task- test task that runs in a task set
-