Added medium syndication metadata

This commit is contained in:
Brandon Rozek 2023-02-18 13:12:02 -05:00
parent 79329aae66
commit 387dd491b1
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
30 changed files with 175 additions and 134 deletions

View file

@ -1,10 +1,12 @@
---
title: "JUnit Script"
date: 2022-02-26T20:02:53-05:00
date: 2022-02-26 20:02:53-05:00
draft: false
tags: ["Java"]
math: false
medium_enabled: true
medium_post_id: 7ca070e54955
tags:
- Java
title: JUnit Script
---
Running a JUnit test on the terminal is a little annoying. Here is a quick script to make it easier, make it executable and drop it in [`~/.local/bin`](/blog/customexec/) for easy use.
@ -32,4 +34,4 @@ java -cp "$JUNIT_PATH":. org.junit.runner.JUnitCore "$1"
```
Replacing `JUNIT_PATH` with the location of the `junit4.jar` on your system.
Replacing `JUNIT_PATH` with the location of the `junit4.jar` on your system.