- Type Parameters:
T
- the load test application type
public static interface LoadTest.Builder<T>
Builds a
LoadTest
.-
Method Summary
Modifier and TypeMethodDescriptionapplicationBatchSize
(int applicationBatchSize) build()
loginDelayFactor
(int loginDelayFactor) maximumThinkTime
(int maximumThinkTime) minimumThinkTime
(int minimumThinkTime) scenarios
(Collection<? extends LoadTest.Scenario<T>> scenarios)
-
Method Details
-
user
- Parameters:
user
- the initial application user- Returns:
- this builder
-
minimumThinkTime
- Parameters:
minimumThinkTime
- the initial minimum think time- Returns:
- this builder
-
maximumThinkTime
- Parameters:
maximumThinkTime
- the initial maximum think time- Returns:
- this builder
-
loginDelayFactor
- Parameters:
loginDelayFactor
- the login delay factor- Returns:
- this builder
-
applicationBatchSize
- Parameters:
applicationBatchSize
- the initial application batch size- Returns:
- this builder
-
scenarios
- Parameters:
scenarios
- the usage scenarios- Returns:
- this builder
-
name
- Parameters:
name
- the load test name- Returns:
- this builder
-
build
- Returns:
- a new load test instance
-