Skip to content

Instantly share code, notes, and snippets.

@edipofederle
Created November 29, 2013 10:48
Show Gist options
  • Save edipofederle/7704131 to your computer and use it in GitHub Desktop.
Save edipofederle/7704131 to your computer and use it in GitHub Desktop.
DependencyRelationship d = new DependencyRelationship(supplier, client, "", a, UtilResources.getRandonUUID());
DependencyRelationship dsame = new DependencyRelationship(supplier, client, "", a, UtilResources.getRandonUUID());
assertTrue(d.equals(dsame));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment