Skip to content

Commit

Permalink
JUnit @issue annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Sep 8, 2024
1 parent 88b9c4b commit e8e2354
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions posts/2024-09-08.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit e8e2354

Please sign in to comment.