Package is.codion.tools.loadtest
Interface LoadTest.Scenario.Builder<T>
- Type Parameters:
T
- the load test application type
- Enclosing interface:
- LoadTest.Scenario<T>
public static interface LoadTest.Scenario.Builder<T>
A
LoadTest.Scenario
builder.-
Method Summary
-
Method Details
-
name
- Parameters:
name
- the scenario name- Returns:
- this builder
-
defaultWeight
- Parameters:
defaultWeight
- the default weight- Returns:
- this builder
-
beforeRun
- Parameters:
beforeRun
- called before each run- Returns:
- this builder
-
afterRun
- Parameters:
afterRun
- called after each run- Returns:
- this builder
-
build
LoadTest.Scenario<T> build()- Returns:
- a new
LoadTest.Scenario
instance
-