AW: [Objectbridge-developers] Unit Testing and Build Scripts
Brought to you by:
thma
From: <tho...@it...> - 2000-12-05 09:21:26
|
> -----Ursprüngliche Nachricht----- > Von: obj...@li... > [mailto:obj...@li...]Im Auftrag > von Dixon-Peugh, David > Gesendet am: Montag, 4. Dezember 2000 22:17 > An: 'obj...@li...' > Betreff: [Objectbridge-developers] Unit Testing and Build Scripts > > > I started to look at JUnit as a means of testing some of > the ObJectBridge code. I think this could be very helpful > in at least validating what we do. (http://www.junit.org) I already set up a Task for this. See: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=21120&gro up_id=13647&group_project_id=5391 JUnit is really an excellent tool. But it is not easy to achieve a good test-coverage if you do not use the "test a little -- code a little"-cycle right from the start. It's at least as difficult as starting documentation of a project after you've finished coding. > > I'm also looking at building an Ant build script to handle > the build of the application. I've done it once before, > and I think that ant would probably be a better choice than > the scripts we currently have. (They don't work quite right > on UNIX.) I also prefer using ANT. See Task: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=21310&gro up_id=13647&group_project_id=5389 regards, Thomas |