Package com._1c.g5.v8.dt.testing.check
Class AbstractTestCheck
- java.lang.Object
- 
- com._1c.g5.v8.dt.testing.check.AbstractTestCheck
 
- 
- 
Constructor SummaryConstructors Constructor Description AbstractTestCheck(String checkId)Constructor
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCheckId()Gets the unique identifier of the check.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.e1c.g5.v8.dt.check.ICheckcheck, configureContextCollector
 
- 
 
- 
- 
- 
Constructor Detail- 
AbstractTestCheckpublic AbstractTestCheck(String checkId) Constructor- Parameters:
- checkId- unique check id, cannot be- null
 
 
- 
 - 
Method Detail- 
getCheckIdpublic 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 interface- ICheck
- Returns:
- The identifier of the check. May not be null
 
 
- 
 
-