Package com._1c.g5.v8.dt.testing.check
Class AbstractTestCheck
java.lang.Object
com._1c.g5.v8.dt.testing.check.AbstractTestCheck
- All Implemented Interfaces:
ICheck
Special implementation of
ICheck
for testing infrastructure-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.e1c.g5.v8.dt.check.ICheck
check, check, configureContextCollector, prepareContext, prepareContext
-
Constructor Details
-
AbstractTestCheck
Constructor- Parameters:
checkId
- unique check id, cannot benull
-
-
Method Details
-
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 interfaceICheck
- Returns:
- The identifier of the check. May not be
null
-