Thought I'd say something about the recently updated junit 3.8.1 package
that cayenne uses. Apart form internal bugfixes, the two most important
things since 3.7 are:
- the empty constructors FooTest(String name) are not needed anymore! just
use setUp()/tearDown() like it should be for initialization.
- the assert methods have been extended so that things are more
symmetrical and easier to use. Most notably assertTrue now has a
coresponding assertFalse; this makes expressing intent much easier and
more consistent.
Holger
This archive was generated by hypermail 2.0.0 : Sat Mar 08 2003 - 11:32:26 EST