@TestClass(value="org.openscience.cdk.tools.diff.BondDiffTest") public class BondDiff extends Object
IBond
classes.Modifier and Type | Method and Description |
---|---|
static String |
diff(IChemObject first,
IChemObject second)
Compare two
IChemObject classes and return the difference as a String . |
static IDifference |
difference(IChemObject first,
IChemObject second)
Compare two
IChemObject classes and return the difference as an IDifference . |
@TestMethod(value="testMatchAgainstItself,testDiff") public static String diff(IChemObject first, IChemObject second)
IChemObject
classes and return the difference as a String
.first
- the first of the two classes to comparesecond
- the second of the two classes to compareString
representation of the difference between the first and second IChemObject
.@TestMethod(value="testDifference") public static IDifference difference(IChemObject first, IChemObject second)
IChemObject
classes and return the difference as an IDifference
.first
- the first of the two classes to comparesecond
- the second of the two classes to compareIDifference
representation of the difference between the first and second IChemObject
.Copyright © 2014. All Rights Reserved.