Uses of Interface
com._1c.g5.v8.dt.testing.compare.ICompareMergeResultChecker
-
Packages that use ICompareMergeResultChecker Package Description com._1c.g5.v8.dt.testing.compare -
-
Uses of ICompareMergeResultChecker in com._1c.g5.v8.dt.testing.compare
Methods in com._1c.g5.v8.dt.testing.compare with parameters of type ICompareMergeResultChecker Modifier and Type Method Description void
GitCompareMergeTester. compareAndMergeTwoCommits(Path repoPath, String mainCommitId, String otherCommitId, Supplier<IV8Project> v8ProjectSupplier, ICompareMergeResultChecker resultChecker)
Runs comparison and merging of two specified commits in the given repository.
-