Interface AozanTest

    • Method Detail

      • getName

        String getName()
        Get the name of the test.
        Returns:
        the name of the test
      • getDescription

        String getDescription()
        Get the description of the test.
        Returns:
        the description of the test
      • getColumnName

        String getColumnName()
        Get the column name of the test in the QC result file.
        Returns:
        the coloumn name of the test
      • getUnit

        String getUnit()
        Get the unit of the result of the test.
        Returns:
        the unit of the result of the test
      • getCollectorsNamesRequiered

        List<String> getCollectorsNamesRequiered()
        Get the name of the collectors required for the test.
        Returns:
        a list of String with the name of the required collectors