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.check
Classes in com._1c.g5.v8.dt.testing.check that implement ICheck Modifier and Type Class Description class
AbstractTestCheck
Special implementation ofICheck
for testing infrastructureMethods in com._1c.g5.v8.dt.testing.check that return ICheck Modifier and Type Method Description ICheck
TestCheckProvider. registerCheck(Class<? extends AbstractTestCheck> checkClass, String checkId, String categoryId)
Registers new testingICheck
Methods in com._1c.g5.v8.dt.testing.check with parameters of type ICheck Modifier and Type Method Description void
TestCheckProvider. registerCheck(ICheck check, String categoryId)
Registers new testingICheck
-
Uses of ICheck in com.e1c.g5.v8.dt.bsl.check
Classes in com.e1c.g5.v8.dt.bsl.check that implement ICheck Modifier and Type Class Description class
DocumentationCommentBasicDelegateCheck
Basic documentation comment check. -
Uses of ICheck in com.e1c.g5.v8.dt.check.components
Classes in com.e1c.g5.v8.dt.check.components that implement ICheck Modifier and Type Class Description class
BasicCheck
Standard implementation of check with wide capabilities of configuring. -
Uses of ICheck in com.e1c.g5.v8.dt.check.settings
Methods in com.e1c.g5.v8.dt.check.settings that return ICheck Modifier and Type Method Description ICheck
ICheckProvider.CheckInfo. getCheck()
Gets the checkICheck
ICheckRepository. 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.check
Classes in com.e1c.g5.v8.dt.ql.check that implement ICheck Modifier and Type Class Description class
QlBasicDelegateCheck
Basic form QL check.
-