XpdWiki
Set your name in
UserPreferences Edit this page Referenced by
JSPWiki v2.0.52
![]() ![]() |
The changes from made from the previous released version of Jester (1.02) to the new version of Jester (1.05) are described here. I have downloaded Jester, and tried running it one of my packages. It seems to me that Jester would be much more useful to me if it stopped reporting that it had tried changing code inside of comment blocks and noting that lo and behold, no tests were broken as a result ;-). It seems to do this in the multi-line JavaDoc? comments preceeding the class definition. Here's some source: /** * Title: NavigationCommand?.java * Description: An undo-able command that represents panel navigation * operations. * Copyright: Copyright (c) 2000 * Company: InTime? Solutions Inc. * @author: InTime? Development Team * @version $Revision: 1.2 $ $Date: 2000/11/21 00:21:26 $ */ public class NavigationCommand? implements ICommand Here's a portion of the corresponding output: source\com\intimesoft\rise\client\navigation\NavigationCommand.java - changed character at 386 from 2 to 3 * Copyright: Copyright (c) 2000 * Company: InTime? Cheers! Jeff Oh 8-) Thanks for your feedback - I've added this feature request to JesterStories - IvanM Fixed in version 1.05. I was wondering where import junit.util.*; (TestRunnerImpl?.java needs it) package lives. I have downloaded junit 35 and it does not seem to be part of the jar The current version of JesTer uses JUnit 3.2 - it might work for tests written for other versions of JUnit and it might work using other versions of JUnit, but currently doesn't work with JUnit3.5 - I have added this to JesterStories and JesterFAQ. JesTer will be updated to work with the latest JUnit real soon - IvanM Fixed in version 1.05.
|