Changes between Version 112 and Version 113 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
2023-10-09T15:18:25+02:00 (12 months ago)
Author:
gaben
Comment:

add a few extra info for unit testing (#23219)

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v112 v113  
    8585It will then be run automatically in the Jenkins build, see:
    8686[/jenkins/job/JOSM-Plugins/lastCompletedBuild/testReport/ Test Report]
     87
     88In short, use latest JUnit whenever possible and utilize `josm-unittest.jar`:
     89
     90{{{#!xml
     91<dependency>
     92  <groupId>org.openstreetmap.josm</groupId>
     93  <artifactId>josm-unittest</artifactId>
     94  <version>SNAPSHOT</version>
     95</dependency>
     96}}}
    8797
    8898