Class OccupancyPercentGlobalTest

  • All Implemented Interfaces:
    AozanTest, GlobalTest

    public class OccupancyPercentGlobalTest
    extends AbstractGlobalTest
    This class define an occupancy percent global test.
    Since:
    3.0
    Author:
    Laurent Jourdren
    • Constructor Detail

      • OccupancyPercentGlobalTest

        public OccupancyPercentGlobalTest()
        Public constructor.
    • Method Detail

      • getCollectorsNamesRequiered

        public List<String> getCollectorsNamesRequiered()
        Description copied from interface: AozanTest
        Get the name of the collectors required for the test.
        Returns:
        a list of String with the name of the required collectors
      • test

        public TestResult test​(RunData data)
        Description copied from interface: GlobalTest
        Do a test.
        Parameters:
        data - result object
        Returns:
        a TestResult object with the result of the test