From: Butash, B. <bob...@ed...> - 2007-02-08 20:19:20
|
Hello, We're trying to update from JUnit 3.8.1 to Junit 4.2. We have many old JUnit classes that will need to remain, we will use the new feature for new classes. When I pulled in the new libraries I received compiler errors due to the junit.swingui.TestRunner no longer being available. I know there were some class loader difficulties with the class, however some of our older tests used this approach instead of a pure text based approach. For the most part it seems like the older classes were retained, I'm just curious as to why this class was removed. Thanks |