Skip to content

Commit

Permalink
assert that test is checking some methods
Browse files Browse the repository at this point in the history
  • Loading branch information
pvojtechovsky committed May 2, 2017
1 parent 36537c7 commit 8bf9f64
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ private void checkMethodOverride(BiFunction<CtMethod<?>, CtMethod<?>, Boolean> i
}
methods.add(m);
});
assertTrue(methodsByName.size()>0);
for (Map.Entry<String, List<CtMethod>> e : methodsByName.entrySet()) {
combine(e.getValue(), 0, isOverriding);
}
Expand Down

0 comments on commit 8bf9f64

Please sign in to comment.