pitmp-maven-plugin icon indicating copy to clipboard operation
pitmp-maven-plugin copied to clipboard

Check JUnit5 support

Open oscarlvp opened this issue 5 years ago • 0 comments

Characteristics

  • Issue Type: test report
  • Reproducibility: always
  • Severity: major

Description

We have observed that, in some projects, after the test cases are migrated to Junit5, the results change with no other apparent cause than the version of JUnit. For example: In the apache/commons-lang project, the method ReflectionDiffBuilder.accept was classified as pseudo-tested in commit apache/commons-lang@ba7ca7998f9fe0fa443e9636122944de727f9be4 but as not covered in the later commit apache/commons-lang@729adb624d3e720afb8686093814ab2bcc2d2f13

See the comparison between the two versions here

Several other methods in the same project exhibit the same behavior.

Steps to reproduce

Run PitMP for the two commits mentioned before.

oscarlvp avatar Nov 08 '18 09:11 oscarlvp