pitest / pitest-junit5-plugin

JUnit 5 test framework support for Pitest
Apache License 2.0
74 stars 26 forks source link

No failure information available when test fails in prescan #102

Open hcoles opened 1 year ago

hcoles commented 1 year ago

JUnit provides a throwable, but we currently ignore it. This needs to be routed to the debug log.

hcoles commented 1 year ago

Requires extension of pitest test api to allow the fix to be applied for all test plugins.