Class AbstractSampleTest

    • Constructor Detail

      • AbstractSampleTest

        protected AbstractSampleTest​(String name,
                                     String description,
                                     String columnName)
        Constructor that set the field of this abstract test.
        Parameters:
        name - name of the test
        description - description of the test
        columnName - column name of the test
      • AbstractSampleTest

        protected AbstractSampleTest​(String name,
                                     String description,
                                     String columnName,
                                     String unit)
        Constructor that set the field of this abstract test.
        Parameters:
        name - name of the test
        description - description of the test
        columnName - column name of the test
        unit - unit of the test
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: AozanTest
        Get the name of the test.
        Specified by:
        getName in interface AozanTest
        Returns:
        the name of the test
      • getDescription

        public String getDescription()
        Description copied from interface: AozanTest
        Get the description of the test.
        Specified by:
        getDescription in interface AozanTest
        Returns:
        the description of the test
      • getColumnName

        public String getColumnName()
        Description copied from interface: AozanTest
        Get the column name of the test in the QC result file.
        Specified by:
        getColumnName in interface AozanTest
        Returns:
        the coloumn name of the test
      • getUnit

        public String getUnit()
        Description copied from interface: AozanTest
        Get the unit of the result of the test.
        Specified by:
        getUnit in interface AozanTest
        Returns:
        the unit of the result of the test
      • init

        public void init()
        Description copied from interface: AozanTest
        Initialize the test.
        Specified by:
        init in interface AozanTest