Class AbstractTestCheck

  • All Implemented Interfaces:
    ICheck

    public abstract class AbstractTestCheck
    extends Object
    implements ICheck
    Special implementation of ICheck for testing infrastructure
    • Constructor Detail

      • AbstractTestCheck

        public AbstractTestCheck​(String checkId)
        Constructor
        Parameters:
        checkId - unique check id, cannot be null
    • Method Detail

      • getCheckId

        public String getCheckId()
        Description copied from interface: ICheck
        Gets the unique identifier of the check. The identifier should be unique. The system performs automated identifier conflict resolution in case of non-unique identifiers, with addition of conflict-resolving symbols to the identifier
        Specified by:
        getCheckId in interface ICheck
        Returns:
        The identifier of the check. May not be null