Class Q30PercentGlobalTest

  • All Implemented Interfaces:
    AozanTest, GlobalTest

    public class Q30PercentGlobalTest
    extends AbstractGlobalTest
    This class define a Q30 percent global test.
    Since:
    2.0
    Author:
    Cyril Firmo
    • Constructor Detail

      • Q30PercentGlobalTest

        public Q30PercentGlobalTest()
        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