Changeset 10819 in josm for trunk/test/unit/org
- Timestamp:
- 2016-08-15T23:33:32+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/tools/bugreport/BugReportExceptionHandlerTest.java
r10649 r10819 22 22 23 23 /** 24 * Unit test for {@link BugReportExceptionHandler.BugReporterThread#askForBugReport} method.25 */26 @Test27 public void testAskForBugReport() {28 BugReportExceptionHandler.BugReporterThread.askForBugReport(new Exception("testAskForBugReport"));29 }30 31 /**32 24 * Unit test for {@link BugReportExceptionHandler#handleException} method. 33 25 */
Note:
See TracChangeset
for help on using the changeset viewer.