Changeset 10649 in josm for trunk/test
- Timestamp:
- 2016-07-26T21:34:35+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/tools/bugreport/BugReportExceptionHandlerTest.java
r10067 r10649 3 3 4 4 import static org.junit.Assert.assertFalse; 5 import static org.junit.Assert.assertNotNull;6 5 7 6 import org.junit.Before; … … 23 22 24 23 /** 25 * Unit test for {@link BugReportExceptionHandler#buildPanel} method.26 */27 @Test28 public void testBuildPanel() {29 assertNotNull(BugReportExceptionHandler.buildPanel(new Exception("testBuildPanel")));30 }31 32 /**33 24 * Unit test for {@link BugReportExceptionHandler.BugReporterThread#askForBugReport} method. 34 25 */
Note:
See TracChangeset
for help on using the changeset viewer.