public class DiffGenerator extends Object
| Constructor and Description |
|---|
DiffGenerator()
A
DiffGenerator with the standard diff file FuzzyUtil.DIFF_FILE. |
DiffGenerator(org.eclipse.emf.ecore.resource.Resource diffResource)
A
DiffGenerator using the diffResource. |
DiffGenerator(String diffPath)
A
DiffGenerator with using the diffPath. |
| Modifier and Type | Method and Description |
|---|---|
void |
createDiff(TestRun firstRun,
TestRun secondRun)
Create a diff from two
TestRuns. |
public DiffGenerator()
DiffGenerator with the standard diff file FuzzyUtil.DIFF_FILE.public DiffGenerator(String diffPath)
DiffGenerator with using the diffPath.diffPath - The path to the Diff file.public DiffGenerator(org.eclipse.emf.ecore.resource.Resource diffResource)
DiffGenerator using the diffResource.diffResource - The resource to use for the diff.public void createDiff(TestRun firstRun, TestRun secondRun) throws IOException
TestRuns.firstRun - The first TestRun.secondRun - The second TestRun.IOException - If there is a saving/loading failure with resources.Copyright © 2017. All rights reserved.