Class ProjectCountGlobalTest

  • All Implemented Interfaces:
    AozanTest, GlobalTest

    public class ProjectCountGlobalTest
    extends AbstractGlobalTest
    This class define a projects count global test.
    Since:
    1.3
    Author:
    Sandrine Perrin
    • Constructor Detail

      • ProjectCountGlobalTest

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