| java.lang.Object org.umlgraph.test.DotDiff
DotDiff | public class DotDiff (Code) | | |
DotDiff | public DotDiff(File dotFirst, File dotSecond) throws IOException(Code) | | Builds a dot differ on the two files
Parameters: dotFirst - Parameters: dotSecond - throws: IOException - |
graphEquals | public boolean graphEquals()(Code) | | Returns true if the dot files are structurally equal, that is, if every
non comment and non header line of the first file appears in the second,
and otherwise.
|
|
|