This is related to #69 and fixes an issue where test method sources in nested classes are not mapped correctly to the tests. Note that this only fixes compatibility with JUnit 5 and the @Nested annotation, as a different issue with JUnit 4 causes each test to be run twice.
This is related to #69 and fixes an issue where test method sources in nested classes are not mapped correctly to the tests. Note that this only fixes compatibility with JUnit 5 and the
@Nested
annotation, as a different issue with JUnit 4 causes each test to be run twice.