Interface LoadTest.ApplicationRunner

All Superinterfaces:
Runnable
Enclosing interface:
LoadTest<T>

public static interface LoadTest.ApplicationRunner extends Runnable
Handles running a load test application
  • Method Details

    • name

      String name()
      Returns:
      the name
    • user

      User user()
      Returns:
      the user
    • created

      LocalDateTime created()
      Returns:
      the creation time
    • results

      Returns:
      the available run results
    • stopped

      boolean stopped()
      Returns:
      true if this runner has been stopped
    • stop

      void stop()
      Stops this application runner