KillAndHowBeforeEachTestExt scope is sketchy
Open
bug
- Dominant language
- Java
- Stars
- 25
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
KillAndHowBeforeEachTestExt uses class-level storage and operates at the test method level. This is probably just fine in this case, but it would be easier to follow the standard pattern established. working at the same storage and operation level would avoid any unexpected side effects as well and sync it up w/ the ExtensionType enum marker.
Contributor guide
Assessment
This issue has not been assessed yet.