Uses of Class
com.e1c.g5.v8.dt.check.settings.ICheckProvider.CheckInfo
-
Packages that use ICheckProvider.CheckInfo Package Description com._1c.g5.v8.dt.testing.check com.e1c.g5.v8.dt.check.settings -
-
Uses of ICheckProvider.CheckInfo in com._1c.g5.v8.dt.testing.check
Methods in com._1c.g5.v8.dt.testing.check that return types with arguments of type ICheckProvider.CheckInfo Modifier and Type Method Description Collection<ICheckProvider.CheckInfo>
TestCheckProvider. getChecks()
-
Uses of ICheckProvider.CheckInfo in com.e1c.g5.v8.dt.check.settings
Methods in com.e1c.g5.v8.dt.check.settings that return types with arguments of type ICheckProvider.CheckInfo Modifier and Type Method Description Collection<ICheckProvider.CheckInfo>
ICheckProvider. getChecks()
Gets all registered checks paired with categories they are being registered in
-