WOUnitTest 2 is an extension of JUnit for WebObjects development.
WOUnitTest 2 is also the subset or essence of WOUnitTest 1 that my teams have used on several projects over the last four years. The specific differences to the previous version are:
- based on Java 1.5 instead of 1.4 - based on JUnit 4 instead of 3 - installs as a jar instead of a framework- doesn't include a testrunner anymore (Java IDEs all come with a testrunner and ant comes with a junit task, also the idea of running tests in production never turned out to be a useful one)
- smaller: removed 12 classes - shorter package name 'org.wounittest' - no more support for testing components (which was a bad idea)- no more support for testing against a database (which is too difficult to setup and too slow to run)
We have been using this version since July without any problems. Get it from: http://wounittest.sf.net
Christian
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
