From: <no...@so...> - 2002-08-06 16:25:01
|
Feature Requests item #591637, was opened at 2002-08-06 16:25 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=591637&group_id=44253 Category: User interface Group: Small (< 1 pair-week) Status: Open Priority: 5 Submitted By: Charles Reis (csreis) Assigned to: Nobody/Anonymous (nobody) Summary: JUnit progress bar Initial Comment: JUnit should display a progress bar as it runs the tests. I think some of this code was already in place in the existing JUnit integration, but it wasn't working before. To get it to work, use a SwingWorker and Swing timers, as described on the page below: http://java.sun.com/docs/books/tutorial/uiswing/components/progress.html ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=591637&group_id=44253 |