source: josm/trunk/test/data/META-INF/services/org.junit.jupiter.api.extension.Extension

Last change on this file was 18694, checked in by taylor.smock, 2 years ago

Fix #22381: Try to automatically install newly required plugins on plugin update

This additionally updates the plugin tests to JUnit 5 (see #16567). Some tests
required fixing (for example, MinimapDialogTest fails if the system of
measurement is metric).

File size: 620 bytes
Line 
1# These are the default extensions to run (all tests with JOSMTestRules would have done these by default)
2org.openstreetmap.josm.testutils.annotations.BasicPreferences$BasicPreferencesExtension
3org.openstreetmap.josm.testutils.annotations.HTTP$HTTPExtension
4org.openstreetmap.josm.testutils.annotations.I18n$I18nExtension
5org.openstreetmap.josm.testutils.annotations.JosmDefaults$DefaultsExtension
6org.openstreetmap.josm.testutils.annotations.LayerManager$LayerManagerExtension
7org.openstreetmap.josm.testutils.annotations.Logging$LoggingExtension
8org.openstreetmap.josm.testutils.annotations.Timezone$TimezoneExtension
Note: See TracBrowser for help on using the repository browser.