Class PerfTestResults

java.lang.Object
org.camunda.bpm.qa.performance.engine.framework.PerfTestResults

public class PerfTestResults extends Object
Author:
Daniel Meyer
  • Field Details

    • testName

      protected String testName
      the name of the test
    • configuration

      protected PerfTestConfiguration configuration
      the configuration used
    • passResults

      protected List<PerfTestResult> passResults
      the individual result entries
  • Constructor Details

    • PerfTestResults

      public PerfTestResults(PerfTestConfiguration configuration)
    • PerfTestResults

      public PerfTestResults()
  • Method Details