diff options
author | pacien | 2018-01-08 17:48:15 +0100 |
---|---|---|
committer | pacien | 2018-01-08 17:48:15 +0100 |
commit | f9d35e2c5e4aa1aef14ae49a0fe1a5117ab67115 (patch) | |
tree | a7d4bf13579843236904d1789d36a8c167a0b982 | |
parent | cb7f03b231218f7cc4a645d45f069ab7962b3c8b (diff) | |
download | wallj-f9d35e2c5e4aa1aef14ae49a0fe1a5117ab67115.tar.gz |
Add JUnit jars
Signed-off-by: pacien <pacien.trangirard@pacien.net>
-rw-r--r-- | lib/junit-jupiter-api-5.0.2.jar | bin | 0 -> 76167 bytes | |||
-rw-r--r-- | lib/junit-platform-commons-1.0.2.jar | bin | 0 -> 62527 bytes | |||
-rw-r--r-- | lib/opentest4j-1.0.0.jar | bin | 0 -> 6588 bytes | |||
-rw-r--r-- | src/docs/dev.md | 1 |
4 files changed, 1 insertions, 0 deletions
diff --git a/lib/junit-jupiter-api-5.0.2.jar b/lib/junit-jupiter-api-5.0.2.jar new file mode 100644 index 0000000..4915355 --- /dev/null +++ b/lib/junit-jupiter-api-5.0.2.jar | |||
Binary files differ | |||
diff --git a/lib/junit-platform-commons-1.0.2.jar b/lib/junit-platform-commons-1.0.2.jar new file mode 100644 index 0000000..65ee8b5 --- /dev/null +++ b/lib/junit-platform-commons-1.0.2.jar | |||
Binary files differ | |||
diff --git a/lib/opentest4j-1.0.0.jar b/lib/opentest4j-1.0.0.jar new file mode 100644 index 0000000..1b5f425 --- /dev/null +++ b/lib/opentest4j-1.0.0.jar | |||
Binary files differ | |||
diff --git a/src/docs/dev.md b/src/docs/dev.md index bae64aa..2f3e3b5 100644 --- a/src/docs/dev.md +++ b/src/docs/dev.md | |||
@@ -55,6 +55,7 @@ TODO: | |||
55 | TODO: | 55 | TODO: |
56 | 56 | ||
57 | - tests are necessary | 57 | - tests are necessary |
58 | - junit5, no ant plugin for this version, runs through the IDE | ||
58 | 59 | ||
59 | ## Modules | 60 | ## Modules |
60 | 61 | ||