Package com._1c.g5.v8.dt.testing.check
Class AbstractTestCheck
- java.lang.Object
-
- com._1c.g5.v8.dt.testing.check.AbstractTestCheck
-
-
Constructor Summary
Constructors Constructor Description AbstractTestCheck(String checkId)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCheckId()Gets the unique identifier of the check.-
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, configureContextCollector
-
-
-
-
Constructor Detail
-
AbstractTestCheck
public AbstractTestCheck(String checkId)
Constructor- Parameters:
checkId- unique check id, cannot benull
-
-
Method Detail
-
getCheckId
public String getCheckId()
Description copied from interface:ICheckGets 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:
getCheckIdin interfaceICheck- Returns:
- The identifier of the check. May not be
null
-
-