mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-10 06:51:13 +00:00
Added medium syndication metadata
This commit is contained in:
parent
79329aae66
commit
387dd491b1
30 changed files with 175 additions and 134 deletions
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue