Uses of Interface
com.e1c.g5.v8.dt.check.settings.ICheckRepository
-
Packages that use ICheckRepository Package Description com._1c.g5.v8.dt.testing.compare com._1c.g5.v8.dt.ui.validation com.e1c.g5.v8.dt.testing.check -
-
Uses of ICheckRepository in com._1c.g5.v8.dt.testing.compare
Methods in com._1c.g5.v8.dt.testing.compare with parameters of type ICheckRepository Modifier and Type Method Description static IV8Project
CompareTestUtils. openV8ProjectAndDisableAllChecks(String projectName, TestingWorkspace testingWorkspace, IV8ProjectManager projectManager, IWorkspaceOrchestrator workspaceOrchestrator, ICheckRepository checkRepository, Class<?> sourceClass)
static IV8Project
CompareTestUtils. openV8ProjectAndDisableAllChecks(String projectName, Path sourceRoot, TestingWorkspace testingWorkspace, IV8ProjectManager projectManager, IWorkspaceOrchestrator workspaceOrchestrator, ICheckRepository checkRepository)
Constructors in com._1c.g5.v8.dt.testing.compare with parameters of type ICheckRepository Constructor Description AbstractAutomatedContainmentCollectionChangeOrderFramework(TestingWorkspace testingWorkspace, org.eclipse.emf.ecore.EStructuralFeature collectionElementNameFeature, org.eclipse.emf.ecore.EStructuralFeature collectionFeature, IComparisonManager comparisonManager, IV8ProjectManager projectManager, IWorkspaceOrchestrator workspaceOrchestrator, IBmModelManager bmModelManager, IDerivedDataManagerProvider derivedDataManagerProvider, ICheckRepository checkRepository)
Creates new instance ofAbstractAutomatedContainmentCollectionChangeOrderFramework
-
Uses of ICheckRepository in com._1c.g5.v8.dt.ui.validation
Methods in com._1c.g5.v8.dt.ui.validation that return ICheckRepository Modifier and Type Method Description ICheckRepository
ChecksViewerProvider. getCheckRepository()
Provides check repositoryConstructors in com._1c.g5.v8.dt.ui.validation with parameters of type ICheckRepository Constructor Description ChecksViewerProvider(ICheckRepository checkRepository, org.eclipse.core.resources.IProject project, Function<IChecksTreeNode,Boolean> treeFilter)
Creates new provider instance. -
Uses of ICheckRepository in com.e1c.g5.v8.dt.testing.check
Fields in com.e1c.g5.v8.dt.testing.check declared as ICheckRepository Modifier and Type Field Description ICheckRepository
CheckTestBase. checkRepository
-