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.compare
Fields in com._1c.g5.v8.dt.testing.compare declared as TestingWorkspace Modifier and Type Field Description TestingWorkspace
AbstractCompareMergePerformanceTestCase. testingWorkspace
Methods in com._1c.g5.v8.dt.testing.compare with parameters of type TestingWorkspace Modifier and Type Method Description static V8ProjectComparisonDataSourceDescriptor
CompareTestUtils. createV8ProjectDescriptor(String projectName, TestingWorkspace testingWorkspace, IV8ProjectManager projectManager, Class<?> sourceClass)
static IV8Project
CompareTestUtils. openV8Project(String projectName, TestingWorkspace testingWorkspace, IV8ProjectManager projectManager, Class<?> sourceClass)
static IV8Project
CompareTestUtils. openV8Project(String projectName, Path sourceRoot, TestingWorkspace testingWorkspace, IV8ProjectManager projectManager)
static void
CompareTestUtils. startMergeAndWait(IComparisonManager comparisonManager, CompareMergeProcessBatch batch, TestingWorkspace testingWorkspace)
static void
CompareTestUtils. startMergeAndWait(IComparisonManager comparisonManager, CompareMergeProcessBatch batch, TestingWorkspace testingWorkspace, IDerivedDataManagerProvider derivedDataManagerProvider)
static void
CompareTestUtils. startMergeAndWait(IComparisonManager comparisonManager, CompareMergeProcessBatch batch, TestingWorkspace testingWorkspace, IDerivedDataManagerProvider derivedDataManagerProvider, boolean expectSuccess)
static void
CompareTestUtils. startMergeAndWait(String message, IComparisonManager comparisonManager, CompareMergeProcessBatch batch, TestingWorkspace testingWorkspace)
static void
CompareTestUtils. startMergeAndWait(String message, IComparisonManager comparisonManager, CompareMergeProcessBatch batch, TestingWorkspace testingWorkspace, IDerivedDataManagerProvider derivedDataManagerProvider)
static void
CompareTestUtils. 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 CompareWithTestPerformer(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.check
Fields in com.e1c.g5.v8.dt.testing.check declared as TestingWorkspace Modifier and Type Field Description TestingWorkspace
CheckTestBase. testingWorkspace
-