damianszczepanik / cucumber-reporting

HTML reports for Cucumber
GNU Lesser General Public License v2.1
543 stars 402 forks source link

[tests] Replace jmockit with powermock whitebox and use version 2.0.9 of powermock #1127

Closed hazendaz closed 8 months ago

hazendaz commented 8 months ago

As the current maintainer of jmockit, I highly advice not using jmockit any more. The original author vanished back in 2020 and its a considerable mess thus your own comment stuck on old. While deencapsulation is now added back in current release, its native replacement is whiteboxing and this project already used powermock. Switching was trivial.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (83d7aed) 97.11% compared to head (0ad324d) 97.11%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1127 +/- ## ========================================= Coverage 97.11% 97.11% Complexity 555 555 ========================================= Files 55 55 Lines 1212 1212 Branches 106 106 ========================================= Hits 1177 1177 Misses 20 20 Partials 15 15 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.