JesterChanges105| - Last edited February 27, 2001 |
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.
| - Last edited February 27, 2001 |