0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 13 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Dropped the partially finished schema from the main javadoc comment. More... about 21 years ago
Don't need these anymore. I dropped them so the XMLReporter example would be simpler. More... about 21 years ago
Cleaned this up. I think it is ready for publication. More... about 21 years ago
Initial version. More... about 21 years ago
Added a few comments. Clean out class files in demo dir. Delete demo/javadoc on ant clean. More... about 21 years ago
Last commit before moving files. I found the bug and fixed it in SuiteRunner. More... about 21 years ago
Ack. Fixed another bug. Changed a != to ==. This would have been found with a nice unit test. Need to eat my own dog food. The bug manifested itself by causing two instances of a custom reporter to be created, one for the run reporter and one for the rerun reporter. Now only one gets created. More... about 21 years ago
Initial version. More... about 21 years ago
Fixed a bug. I was adding the (*.jar) filter each time the select button was pushed. Moved this code into the RunpathJPanel constructor so it only executes once. More... about 21 years ago
Use (*.srj) and (*.jar) instead of (.srj) and (.jar) for the file chooser filter strings. More... about 21 years ago
Fixed title of Running JUnit Tests with Artima SuiteRunner article. More... about 21 years ago
Fixed a comment. More... about 21 years ago
Create a JFileChooser for use only by this class. Before it was reusing the JFileChooser used to save and open recipe files, and the two were screwing up each other. Also, added a choosable file filter for JAR files to the runpath file chooser. More... about 21 years ago
Dropped unused method. Don't transform extensions to lower case, so that uppercase SRJ won't match the Recipe Files filter. Don't attempt to set a selected a file, because that was causing problems in my testing. Doing nothing seems fine. More... about 21 years ago
Changing app version number to 1.0beta4. Forgot to do this for beta3. Also, changed verbose "Recipe Files for Artima SuiteRunner" to "Recipe Files (.srj)" for the Open/Save Recipe file chooser dialog. Lastly, added file filter strings for JAR files for the add file to runpath file chooser. More... about 21 years ago
Changing setupFixture to setUpFixure and cleanupFixture to tearDownFixture. More... about 21 years ago
Added mention of the new demo recipe file: accountjunit.srj More... about 21 years ago
Initial version. Adding to accompany beta4 release an publication of the How to Use Artima SuiteRunner to Run JUnit Test Suites article. More... about 21 years ago
Changed release number from 1.0beta2 to 1.0beta3. More... about 21 years ago
Fixed bug whereby the OK button was never enabled. Now enable it on a mouseclick. More... about 21 years ago
Fixing two bugs. First, the GUI was being created in two places even if no GUI was required. This caused runs without the GUI to never exit after they were completed. Also, there was an exception being thrown on the Mac in 1.3 in a strange way. I just caught it and handled it. It was only on startup, so I don't think it hurts to catch and throw in this way. I would like to eventually understand it, though. More... about 21 years ago
Added README.txt to cvs. Added javadoc files to distribution zip in build.xml. More... over 21 years ago
Dropped for the time being, because I removed Invoker from the public\ interface for the beta2 release. More... over 21 years ago
Change release name to 1.0beta2. Add 2003 to copyright notice. More... over 21 years ago
Dropped a test of the now missing constructor that takes an Invoker. More... over 21 years ago
Dropped Invoker. Cleaned up package.html text. More... over 21 years ago
Moved from source dir to source/tests/conformance dir More... over 21 years ago
The building of the tests didn't work. I moved CTK to the tests directory. More... over 21 years ago
Moved to source/tests/conformance More... over 21 years ago
corrected error in build.xml More... over 21 years ago