Uses of Interface
com.e1c.g5.v8.dt.check.settings.ICheckProvider
- 
Packages that use ICheckProvider Package Description com._1c.g5.v8.dt.testing.check com.e1c.g5.v8.dt.check.settings 
- 
- 
Uses of ICheckProvider in com._1c.g5.v8.dt.testing.checkClasses in com._1c.g5.v8.dt.testing.check that implement ICheckProvider Modifier and Type Class Description classTestCheckProviderSupports dynamic registration of test checks
- 
Uses of ICheckProvider in com.e1c.g5.v8.dt.check.settingsMethods in com.e1c.g5.v8.dt.check.settings with parameters of type ICheckProvider Modifier and Type Method Description default voidICheckRepository. registerChecks(ICheckProvider checkProvider)Registers newIChecks provided byICheckProvider.voidICheckRepository. setCheckProvider(ICheckProvider checkProvider)Sets the external check provider Used by the testing ifrastructure, shouln't be used by clientsdefault voidICheckRepository. unregisterChecks(ICheckProvider checkProvider)UnregistersIChecks provided byICheckProvider.
 
-