diff options
author | Adam NAILI | 2018-01-08 19:20:00 +0100 |
---|---|---|
committer | Adam NAILI | 2018-01-08 19:20:00 +0100 |
commit | f0bed38f11b7cc218f2c9b6484885faf5e4ac4d1 (patch) | |
tree | 93015b522486bd22af3ecfd99f1efed5256d0f7c /src | |
parent | 65f246483e427f1b6f34e1c6fb46892bff4496e0 (diff) | |
download | wallj-f0bed38f11b7cc218f2c9b6484885faf5e4ac4d1.tar.gz |
Renaming Viewer test to correspond to JUnit convention
Diffstat (limited to 'src')
-rw-r--r-- | src/test/java/fr/umlv/java/wallj/viewer/ViewerTest.java | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/test/java/fr/umlv/java/wallj/viewer/ViewerTest.java b/src/test/java/fr/umlv/java/wallj/viewer/ViewerTest.java index 21cd0ad..84a1c38 100644 --- a/src/test/java/fr/umlv/java/wallj/viewer/ViewerTest.java +++ b/src/test/java/fr/umlv/java/wallj/viewer/ViewerTest.java | |||
@@ -1,5 +1,7 @@ | |||
1 | package fr.umlv.java.wallj.viewer; | 1 | package fr.umlv.java.wallj.viewer; |
2 | 2 | ||
3 | public class TestViewer { | 3 | import org.junit.jupiter.api.Test; |
4 | 4 | ||
5 | } | 5 | public class ViewerTest { |
6 | |||
7 | } | ||