| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl.core.listeners |
| Modifier and Type | Field and Description |
|---|---|
protected List<AutoStopListener.AutoStopCondition> |
AutoStopListener.conditions |
| Modifier and Type | Method and Description |
|---|---|
AutoStopListener.AutoStopCondition |
AutoStopListener.AggregatedConditionBuilder.greaterThan(T value)
Specifies to check the aggregated metric value to be greater than a provided one.
|
AutoStopListener.AutoStopCondition |
AutoStopListener.AggregatedConditionBuilder.greaterThanOrEqualTo(T value)
Specifies to check the aggregated metric value to be greater than or equal to a provided
one.
|
AutoStopListener.AutoStopCondition |
AutoStopListener.AutoStopCondition.holdsFor(Duration duration)
Specifies for how long the specified condition has to hold (be met) before the test plan
execution is stopped.
|
AutoStopListener.AutoStopCondition |
AutoStopListener.AggregatedConditionBuilder.lessThan(T value)
Specifies to check the aggregated metric value to be less than a provided one.
|
AutoStopListener.AutoStopCondition |
AutoStopListener.AggregatedConditionBuilder.lessThanOrEqualTo(T value)
Specifies to check the aggregated metric value to be less than or equal to a provided one.
|
| Modifier and Type | Method and Description |
|---|---|
AutoStopListener |
AutoStopListener.when(AutoStopListener.AutoStopCondition condition)
Specifies conditions that when met will cause the test plan execution to stop.
|
Copyright © 2024. All rights reserved.