Package is.codion.tools.loadtest
Interface LoadTest.ApplicationRunner
- All Superinterfaces:
Runnable
Handles running a load test application
-
Method Summary
-
Method Details
-
name
String name()- Returns:
- the name
-
user
User user()- Returns:
- the user
-
created
LocalDateTime created()- Returns:
- the creation time
-
results
List<LoadTest.Scenario.Result> results()- Returns:
- the available run results
-
stopped
boolean stopped()- Returns:
- true if this runner has been stopped
-
stop
void stop()Stops this application runner
-