pitest / pitest-junit5-plugin

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

support failing BeforeAlls #65

Closed hcoles closed 2 years ago

hcoles commented 2 years ago

Fix for #64

When a BeforeAll fails, jupiter generates a container, which never registers as starting. Other engines may do something similar. To work around this, and failing test identifier is now recorded even if it does not identify as a test.

These failing units will still not appear to start, which may have consequences that need to be examined.