diff --git a/posts/2024-09-08.md b/posts/2024-09-08.md new file mode 100644 index 0000000..bea055c --- /dev/null +++ b/posts/2024-09-08.md @@ -0,0 +1,14 @@ +--- +title: JUnit @Issue annotation +summary: I was looking to an equivalent to [Spock `@Issue` annotation](https://spockframework.org/spock/docs/2.3/extensions.html#_issue) for JUnit 5, and I found [JUnit Pioneer](https://junit-pioneer.org/docs/issue/). +date_published: 2024-09-08T07:14:17+01:00 +keywords:junit +external_url: https://junit-pioneer.org/docs/issue/ +--- + +# [%title] + +I was looking to an equivalent to [Spock `@Issue` annotation](https://spockframework.org/spock/docs/2.3/extensions.html#_issue) for JUnit 5, and I found [JUnit Pioneer](https://junit-pioneer.org/docs/issue/). + +> JUnit Pioneer provides extensions for JUnit 5 and its Jupiter API. It does not limit itself to proven ideas with wide application but is purposely open to experiments. +