- Timestamp:
- 2021-02-23T23:10:43+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/preferences/map/TaggingPresetPreferenceTestIT.java
r17531 r17536 18 18 import org.junit.jupiter.api.BeforeAll; 19 19 import org.junit.jupiter.api.extension.RegisterExtension; 20 import org.junit.jupiter.api.parallel.Execution;21 import org.junit.jupiter.api.parallel.ExecutionMode;22 20 import org.junit.jupiter.params.ParameterizedTest; 23 21 import org.junit.jupiter.params.provider.MethodSource; … … 82 80 * @throws Exception in case of error 83 81 */ 84 @Execution(ExecutionMode.CONCURRENT)85 82 @ParameterizedTest(name = "{0} - {1}") 86 83 @MethodSource("data")
Note:
See TracChangeset
for help on using the changeset viewer.