Skip to content

Commit

Permalink
Add missing annotation Test (#1154)
Browse files Browse the repository at this point in the history
It was lost in 1001add
  • Loading branch information
Godin committed Feb 10, 2021
1 parent a2c723c commit 178d498
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

import org.jacoco.core.test.validation.ValidationTestBase;
import org.jacoco.core.test.validation.java5.targets.SyntheticTarget;
import org.junit.Test;

/**
* Test of filtering of synthetic methods.
Expand All @@ -24,6 +25,7 @@ public SyntheticTest() {
super(SyntheticTarget.class);
}

@Test
public void test_method_count() {
assertMethodCount(5);
}
Expand Down

0 comments on commit 178d498

Please sign in to comment.