File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
test/unit/org/openstreetmap/josm/plugins/pt_assistant/actions Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 8
8
import java .io .FileNotFoundException ;
9
9
10
10
import org .junit .Before ;
11
- import org .junit .Rule ;
12
11
import org .junit .Test ;
13
12
import org .openstreetmap .josm .data .osm .DataSet ;
14
13
import org .openstreetmap .josm .data .osm .OsmPrimitiveType ;
17
16
import org .openstreetmap .josm .io .IllegalDataException ;
18
17
import org .openstreetmap .josm .io .OsmReader ;
19
18
import org .openstreetmap .josm .plugins .pt_assistant .AbstractTest ;
20
- import org .openstreetmap .josm .testutils .JOSMTestRules ;
21
19
22
20
/**
23
21
* Unit tests for class {@link SortPTRouteMembersAction}.
27
25
*/
28
26
public class SortPTRouteMembersActionTest extends AbstractTest {
29
27
30
- /**
31
- * Setup test.
32
- */
33
- @ Rule
34
- public JOSMTestRules rules = new JOSMTestRules ().preferences ().platform ();
35
28
36
29
private DataSet ds ;
37
30
Original file line number Diff line number Diff line change 11
11
import java .util .List ;
12
12
import java .util .Map ;
13
13
14
- import org .junit .Rule ;
15
14
import org .junit .Test ;
16
15
import org .openstreetmap .josm .Main ;
17
16
import org .openstreetmap .josm .command .SplitWayCommand ;
26
25
import org .openstreetmap .josm .io .IllegalDataException ;
27
26
import org .openstreetmap .josm .io .OsmReader ;
28
27
import org .openstreetmap .josm .plugins .pt_assistant .AbstractTest ;
29
- import org .openstreetmap .josm .testutils .JOSMTestRules ;
30
28
31
29
/**
32
30
* Unit tests of {@link SplitRoundabout}.
33
31
*/
34
32
public class SplitRoundaboutTest extends AbstractTest {
35
33
36
- /**
37
- * Setup test.
38
- */
39
- @ Rule
40
- public JOSMTestRules rules = new JOSMTestRules ().preferences ().platform ();
41
34
42
35
private DataSet ds , ds1 , ds2 ;
43
36
private OsmDataLayer layer ;
You can’t perform that action at this time.
0 commit comments