Skip to content

Commit

Permalink
✅ test VF2
Browse files Browse the repository at this point in the history
  • Loading branch information
InnoFang committed Jun 3, 2019
1 parent 7c23d7e commit 3eead18
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/test/java/io/github/innofang/lib/VF2Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ public void testVF2WithEmailEuCore() throws InvocationTargetException, NoSuchMet
targetGraphPath,
sourceGraphPath,
VF2State.class,
new UnweightedGraphDBDataSet(),
new EmailEuCoreDataSet(),
new UnweightedGraphDBDataSet(),
mapping -> {
System.out.println(mapping.toString());
return false;
Expand All @@ -91,8 +91,8 @@ public void testVF2WithEmailEuCoreAndQueryGraph() throws InvocationTargetExcepti
targetGraphPath,
sourceGraphPath,
VF2State.class,
new UnweightedDiGraphDataSet(),
new EmailEuCoreDataSet(),
new UnweightedDiGraphDataSet(),
mapping -> {
System.out.println(mapping.toString());
return false;
Expand All @@ -109,8 +109,8 @@ public void testVF2WithEmailEuCoreAndQueryGraph2() throws InvocationTargetExcept
targetGraphPath,
sourceGraphPath,
VF2State.class,
new UnweightedDiGraphDataSet(),
new EmailEuCoreDataSet(),
new UnweightedDiGraphDataSet(),
mapping -> {
System.out.println(mapping.toString());
return false;
Expand All @@ -127,8 +127,8 @@ public void testVF2WithEmailEuCoreDepartmentLabel() throws InvocationTargetExcep
targetGraphPath,
sourceGraphPath,
VF2State.class,
new UnweightedGraphDBDataSet(),
new EmailEuCoreDataSet(),
new UnweightedGraphDBDataSet(),
mapping -> {
System.out.println(mapping.toString());
return false;
Expand All @@ -149,8 +149,8 @@ public void testVF2WithUnweightedDiGraph() throws InvocationTargetException, NoS
targetGraphPath,
sourceGraphPath,
VF2State.class,
new UnweightedGraphDBDataSet(),
new UnweightedDiGraphDataSet(),
new UnweightedGraphDBDataSet(),
mapping -> {
System.out.println(mapping.toString());
return false;
Expand Down

0 comments on commit 3eead18

Please sign in to comment.