Class AbstractTestCheck

java.lang.Object
com._1c.g5.v8.dt.testing.check.AbstractTestCheck
All Implemented Interfaces:
ICheck

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

    • AbstractTestCheck

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

    • 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