| 程序包 | 说明 |
|---|---|
| com.github.myzhan.locust4j | |
| com.github.myzhan.locust4j.examples |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Locust.dryRun(AbstractTask... tasks)
Run tasks without connecting to master.
|
void |
Locust.run(AbstractTask... tasks)
Add tasks to Runner, connect to master and wait for messages of master.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Locust.dryRun(List<AbstractTask> tasks)
Run tasks without connecting to master.
|
void |
Locust.run(List<AbstractTask> tasks)
Add tasks to Runner, connect to master and wait for messages of master.
|
protected void |
Runner.setTasks(List<AbstractTask> tasks) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
TaskAlwaysFail |
class |
TaskAlwaysSuccess |
Copyright © 2017. All rights reserved.