Class: MergeEvaluation

MergeEvaluation(adapters)

An evaluation of three-way merging algorithms using predefined test cases.

Constructor

new MergeEvaluation(adapters)

Create a new MergeEvaluation instance.
Parameters:
Name Type Description
adapters Array.<MergeAdapter> The adapters of the algorithms to be used for the evaluation.
Source:

Classes

MergeEvaluation

Methods

(static) all() → {MergeEvaluation}

Create a new MergeEvaluation instance with all available merge algorithms.
Source:
Returns:
Type
MergeEvaluation

evalAll(rootDir)

Parameters:
Name Type Description
rootDir String The path to the directory containing the predefined merge test case directories. A merge test case directory includes a base process tree and two branch process trees.
Source: