0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 6 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added support for @Test(expected=SomeException.class). More... about 17 years ago
Checking in Chee Seng's JUnit 4 changes More... about 17 years ago
init ver More... about 17 years ago
what's going on? More... about 17 years ago
Added two things that bring in junit. More... about 17 years ago
Holy smokes this works. I got the JUnit 4 stuff going in both IntelliJ and Eclipse. No need for a SuiteRunner plug-in. More... over 17 years ago
Dropped TestFailedException in favor of AssertionError. More... over 17 years ago
dropped in favor of AssertionError More... over 17 years ago
dropping TestFailedException More... over 17 years ago
Catch AssertionError coming out of a test method. More... over 17 years ago
Changed my mind. Changed the name back to Runner again. More... over 17 years ago
Renamed Runner to SuiteRunner, in preparation for making this a subclass of JUnit's Runner. More... over 17 years ago
Testing checkin. More... over 17 years ago
Added static keyword to correct bug as reported in http://www.artima.com/forums/flat.jsp?forum=61&thread=80877. More... over 18 years ago
Modifications due to relicensing to ALv2. More... over 18 years ago
Added ALv2 and NOTICE file as per section 4(d) of ALv2. More... over 18 years ago
Added javadoc comments and put info in the thrown NullPointerException about how subclasses of Suite that override setUpFixture should call super.setUpFixture and pass up a Map. More... almost 20 years ago
Change the name of Spice to Settings, per Matt's suggestion. More... almost 20 years ago
Initial version. Demonstrates settings. More... almost 20 years ago
New recipe files to demonstrate settings. More... almost 20 years ago
Modified the JavaDoc comments. Added to Runner description of the way in which -D user-defined properties are specified on the command line. More... almost 20 years ago
Added support for specifying user-defined properties on the command line, but still need to mention this new capability in the javadoc comments. More... almost 20 years ago
Added parseCmdLineArgs() More... almost 20 years ago
Combine whitebox and conformance tests into one target called tests. Move them from under the source directory into a parallel tests directory. More... almost 20 years ago
Moved from source/tests/* areas More... almost 20 years ago
Made a few adjustments now that have added setUpSuite and tearDownSuite methods to Suite. Needed to call setUpSuite in a couple places and pass in an empty Map. More... almost 20 years ago
Make the tests depend on dist, not alfiles. More... almost 20 years ago
Added setUpSuite and tearDownSuite, and call them from executeSubSuites. setUpSuite takes a Map context, which it stores in a private Map context variable. This map is passed to setUpSuite on each sub-Suite. More... almost 20 years ago
Call setUpSuite and tearDownSuite. More... almost 20 years ago
Added setUpSuiteException and tearDownSuiteException. More... almost 20 years ago