@TestClass(value="org.openscience.cdk.tools.diff.tree.Point2dDifferenceTest") public class Point2dDifference extends AbstractDifferenceList implements IDifferenceList
| Modifier and Type | Method and Description |
|---|---|
static IDifference |
construct(String name,
javax.vecmath.Point2d first,
javax.vecmath.Point2d second)
Constructs a new
IDifference object. |
String |
toString()
Returns a
String representation for this IDifference. |
addChild, addChildren, childCount, getChildrenequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaddChild, addChildren, childCount, getChildren@TestMethod(value="testDiff,testSame,testTwoNull,testOneNull") public static IDifference construct(String name, javax.vecmath.Point2d first, javax.vecmath.Point2d second)
IDifference object.name - a name reflecting the nature of the created IDifferencefirst - the first object to comparesecond - the second object to compareIDifference reflecting the differences between the first and second object@TestMethod(value="testToString") public String toString()
String representation for this IDifference.