Uses of Interface
com.e1c.g5.v8.dt.check.ICheck
- 
Packages that use ICheck Package Description com._1c.g5.v8.dt.testing.check com.e1c.g5.v8.dt.bsl.check com.e1c.g5.v8.dt.check.components com.e1c.g5.v8.dt.check.settings com.e1c.g5.v8.dt.ql.check 
- 
- 
Uses of ICheck in com._1c.g5.v8.dt.testing.checkClasses in com._1c.g5.v8.dt.testing.check that implement ICheck Modifier and Type Class Description classAbstractTestCheckSpecial implementation ofICheckfor testing infrastructureMethods in com._1c.g5.v8.dt.testing.check that return ICheck Modifier and Type Method Description ICheckTestCheckProvider. registerCheck(Class<? extends AbstractTestCheck> checkClass, String checkId, String categoryId)Registers new testingICheckMethods in com._1c.g5.v8.dt.testing.check with parameters of type ICheck Modifier and Type Method Description voidTestCheckProvider. registerCheck(ICheck check, String categoryId)Registers new testingICheck
- 
Uses of ICheck in com.e1c.g5.v8.dt.bsl.checkClasses in com.e1c.g5.v8.dt.bsl.check that implement ICheck Modifier and Type Class Description classDocumentationCommentBasicDelegateCheckBasic documentation comment check.
- 
Uses of ICheck in com.e1c.g5.v8.dt.check.componentsClasses in com.e1c.g5.v8.dt.check.components that implement ICheck Modifier and Type Class Description classBasicCheckStandard implementation of check with wide capabilities of configuring.
- 
Uses of ICheck in com.e1c.g5.v8.dt.check.settingsMethods in com.e1c.g5.v8.dt.check.settings that return ICheck Modifier and Type Method Description ICheckICheckProvider.CheckInfo. getCheck()Gets the checkICheckICheckRepository. getCheck(CheckUid checkId, IDtProject dtProject)Gets the check using its UID and corresponding project settingsMethods in com.e1c.g5.v8.dt.check.settings that return types with arguments of type ICheck Modifier and Type Method Description Map<CheckUid,ICheck>ICheckRepository. getCheck(String checkId, IDtProject project)Gets the set of checks using their public identifier.Constructors in com.e1c.g5.v8.dt.check.settings with parameters of type ICheck Constructor Description CheckInfo(String contributorName, CheckUid category, ICheck check)Constructs an instance
- 
Uses of ICheck in com.e1c.g5.v8.dt.ql.checkClasses in com.e1c.g5.v8.dt.ql.check that implement ICheck Modifier and Type Class Description classQlBasicDelegateCheckBasic form QL check.
 
-