Posted By:
Dave_Astels
Posted On:
Tuesday, April 30, 2002 06:00 PM
The short answer is "You don't". These are user stories and need acceptance/customer/functional tests, not unit tests. These might be done with jUnit., but I'd suggest you have a look at jfcUnit for these tests.
http://sourceforge.net/projects/jfcunit/
Unit tests are lower level. For example you would have a suite of unit tests for your Calander class... i.e. not your calendar application.
Dave