Solutionunvalidated
automatically activate the extension when a test method is annotated with `@Verify` — when a test method is annotated with `@Verify`. Tension: Otherwise users would have to explicitly annotate the class or method with `@ExtendWith(VerifyExtension.class)`. Outcome: just add that annotation to `@Verify`.
553ca4d1-d79f-4b3e-aef0-724783db6fa1
automatically activate the extension when a test method is annotated with @Verify — when a test method is annotated with @Verify. Tension: Otherwise users would have to explicitly annotate the class or method with @ExtendWith(VerifyExtension.class). Outcome: just add that annotation to @Verify.