Index: /applications/editors/josm/plugins/ElevationProfile/test/unit/org/openstreetmap/josm/plugins/elevation/tests/HgtReaderTest.java
===================================================================
--- /applications/editors/josm/plugins/ElevationProfile/test/unit/org/openstreetmap/josm/plugins/elevation/tests/HgtReaderTest.java	(revision 32892)
+++ /applications/editors/josm/plugins/ElevationProfile/test/unit/org/openstreetmap/josm/plugins/elevation/tests/HgtReaderTest.java	(revision 32893)
@@ -1,4 +1,7 @@
 // License: GPL. For details, see LICENSE file.
 package org.openstreetmap.josm.plugins.elevation.tests;
+
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertFalse;
 
 import java.io.IOException;
@@ -9,5 +12,7 @@
 import java.nio.file.Paths;
 
+import org.junit.Before;
 import org.junit.Rule;
+import org.junit.Test;
 import org.openstreetmap.josm.TestUtils;
 import org.openstreetmap.josm.data.coor.LatLon;
@@ -15,7 +20,5 @@
 import org.openstreetmap.josm.testutils.JOSMTestRules;
 
-import junit.framework.TestCase;
-
-public class HgtReaderTest extends TestCase {
+public class HgtReaderTest {
 
     @Rule
@@ -26,5 +29,5 @@
      * @throws IOException if SRTM files cannot be installed
      */
-    @Override
+    @Before
     public void setUp() throws IOException {
         // Install SRTM files to plugin directory
@@ -46,4 +49,5 @@
     }
 
+    @Test
     public void testGetElevationFromHgt() {
         // Staufenberg, Hessen
