Class ErrorRateGlobalTest

  • All Implemented Interfaces:
    AozanTest, GlobalTest

    public class ErrorRateGlobalTest
    extends AbstractGlobalTest
    The class define test to compute the mean on the error rate phix for the run.
    Since:
    2.0
    Author:
    Sandrine Perrin
    • Constructor Detail

      • ErrorRateGlobalTest

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