Uses of Class
com._1c.g5.v8.dt.testing.TestingWorkspace
- 
Packages that use TestingWorkspace Package Description com._1c.g5.v8.dt.testing.compare com.e1c.g5.v8.dt.testing.check 
- 
- 
Uses of TestingWorkspace in com._1c.g5.v8.dt.testing.compareFields in com._1c.g5.v8.dt.testing.compare declared as TestingWorkspace Modifier and Type Field Description TestingWorkspaceAbstractCompareMergePerformanceTestCase. testingWorkspaceMethods in com._1c.g5.v8.dt.testing.compare with parameters of type TestingWorkspace Modifier and Type Method Description static V8ProjectComparisonDataSourceDescriptorCompareTestUtils. createV8ProjectDescriptor(String projectName, TestingWorkspace testingWorkspace, IV8ProjectManager projectManager, Class<?> sourceClass)static IV8ProjectCompareTestUtils. openV8Project(String projectName, TestingWorkspace testingWorkspace, IV8ProjectManager projectManager, Class<?> sourceClass)static IV8ProjectCompareTestUtils. openV8Project(String projectName, Path sourceRoot, TestingWorkspace testingWorkspace, IV8ProjectManager projectManager)static IV8ProjectCompareTestUtils. openV8ProjectAndDisableAllChecks(String projectName, TestingWorkspace testingWorkspace, IV8ProjectManager projectManager, IWorkspaceOrchestrator workspaceOrchestrator, ICheckRepository checkRepository, Class<?> sourceClass)static IV8ProjectCompareTestUtils. openV8ProjectAndDisableAllChecks(String projectName, Path sourceRoot, TestingWorkspace testingWorkspace, IV8ProjectManager projectManager, IWorkspaceOrchestrator workspaceOrchestrator, ICheckRepository checkRepository)static voidCompareTestUtils. startMergeAndWait(IComparisonManager comparisonManager, CompareMergeProcessBatch batch, TestingWorkspace testingWorkspace)static voidCompareTestUtils. startMergeAndWait(IComparisonManager comparisonManager, CompareMergeProcessBatch batch, TestingWorkspace testingWorkspace, IDerivedDataManagerProvider derivedDataManagerProvider)static voidCompareTestUtils. startMergeAndWait(IComparisonManager comparisonManager, CompareMergeProcessBatch batch, TestingWorkspace testingWorkspace, IDerivedDataManagerProvider derivedDataManagerProvider, boolean expectSuccess)static voidCompareTestUtils. startMergeAndWait(String message, IComparisonManager comparisonManager, CompareMergeProcessBatch batch, TestingWorkspace testingWorkspace)static voidCompareTestUtils. startMergeAndWait(String message, IComparisonManager comparisonManager, CompareMergeProcessBatch batch, TestingWorkspace testingWorkspace, IDerivedDataManagerProvider derivedDataManagerProvider)static voidCompareTestUtils. startMergeAndWait(String message, IComparisonManager comparisonManager, CompareMergeProcessBatch batch, TestingWorkspace testingWorkspace, IDerivedDataManagerProvider derivedDataManagerProvider, boolean expectSuccess)Constructors in com._1c.g5.v8.dt.testing.compare with parameters of type TestingWorkspace 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 ofAbstractAutomatedContainmentCollectionChangeOrderFrameworkCompareWithTestPerformer(org.eclipse.jgit.lib.Repository repository, String revisionToCompareWith, MatchingStrategy matchingStrategy, boolean mergeObjectsContent, boolean parseBslModuleStructure, Collection<org.eclipse.core.resources.IProject> projects, Map<org.eclipse.core.resources.IProject,List<Path>> pathsToFilter, String mergeSettingsFileName, IQualifiedNameFilePathConverter filePathConverter, IV8ProjectManager v8ProjectManager, IComparisonManager comparisonManager, TestingWorkspace testingWorkspace)Creates a new instance with the given parameters.V8ProjectLazySupplier(String projectName, Path projectLocation, TestingWorkspace testingWorkspace, IV8ProjectManager v8ProjectManager)Creates the supplier.
- 
Uses of TestingWorkspace in com.e1c.g5.v8.dt.testing.checkFields in com.e1c.g5.v8.dt.testing.check declared as TestingWorkspace Modifier and Type Field Description TestingWorkspaceCheckTestBase. testingWorkspace
 
-