Class PerfTest


  • public class PerfTest
    extends java.lang.Object

    A performance test.

    A performance test is composed of a sequence of steps. Each steps will move the performance test forward and may be scheduled using a tread pool

    Author:
    Daniel Meyer
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<PerfTestStep> steps
      the individual steps that make up the performance test
    • Constructor Summary

      Constructors 
      Constructor Description
      PerfTest()  
    • Field Detail

      • steps

        protected java.util.List<PerfTestStep> steps
        the individual steps that make up the performance test
    • Constructor Detail

      • PerfTest

        public PerfTest()