No description
  • Awk 87.6%
  • Shell 8.8%
  • Dockerfile 3.6%
Find a file
2020-12-18 13:14:48 +01:00
readme_images Replaced spaces with dashes in image filenames 2019-11-25 10:56:02 +01:00
.dockerignore Added README.md 2019-11-25 10:47:36 +01:00
Dockerfile Initial commit. 2019-11-22 18:13:58 +01:00
entrypoint.sh Don't run gawk when there are no files to process 2019-12-05 17:28:03 +01:00
junit5.awk Initial commit. 2019-11-22 18:13:58 +01:00
README.md Link to blog post. 2020-12-18 13:14:48 +01:00

So, you want to migrate your codebase to JUnit5?

That's great! There's a lot of boring stuff to do though, so I thought it'd be a good idea to automate some of it. This is done through an AWK script that uses some features only available in GNU AWK, so there's a docker image to make sure you can easily run this.

How do I use this?

Check out my blog post that describes how to use this solution: Migrate your Java codebase to JUnit5 (almost) automatically.