Class PerfTest


  • public class PerfTest
    extends 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 Detail

      • steps

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

      • PerfTest

        public PerfTest()