Re: [Nant-dev] Good example of task unit tests

2005-03-21 Thread Gary Feldman
Troy Laurin wrote: Marcin, I don't have a link to good unit tests right now, but I do have some suggestions that unit tests should follow... Neither do I, but this happens to be an area in which I'm interested (specifically I'm interested both in automating Subversion and in unit testing), so

Re: [Nant-dev] Good example of task unit tests

2005-03-20 Thread Troy Laurin
Marcin, I don't have a link to good unit tests right now, but I do have some suggestions that unit tests should follow... * A good unit test (fixture) should set up its required environment before running its tests, and tear down the environment afterwards. * A good unit test tests *only* the cod

[Nant-dev] Good example of task unit tests

2005-03-20 Thread Marcin Hoppe
Hi! I am preparing to rewrite Subversion tasks in NAntContrib. As I have no big experience with unit tests I would like to read some good examples of how NAnt tasks can be unit-tested. Could you please show me tasks that have, in your opinion, a good set of unit tests? It would be nice if those t