Interface LoadTest.Scenario.Performer<T>

Type Parameters:
T - the load test application type
All Known Implementing Classes:
QueryLoadTestModel.QueryPerformer
Enclosing interface:
LoadTest.Scenario<T>

public static interface LoadTest.Scenario.Performer<T>
Performs a load test scenario.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    perform(T application)
    Performs the scenario using the given application
  • Method Details

    • perform

      void perform(T application) throws Exception
      Performs the scenario using the given application
      Parameters:
      application - the application
      Throws:
      Exception - in case of an exception