Re: [Nant-users] Unit Testing Nant Scripts

2005-09-13 Thread Gary Feldman
Anderson, Kelly wrote: for testing this target: You could certainly do that with something like The problem is when you get to things that invoke other nant targets, i.e. dependencies, call tasks, and nant tasks. Procedural programming languages rely on link-time h

RE: [Nant-users] Unit Testing Nant Scripts

2005-09-13 Thread Anderson, Kelly
is to the Nant developer's list? -Kelly -Original Message- From: Troy Laurin [mailto:[EMAIL PROTECTED] Sent: Monday, September 12, 2005 6:49 PM To: Anderson, Kelly Cc: nant-users@lists.sourceforge.net Subject: Re: [Nant-users] Unit Testing Nant Scripts On 9/13/05, Anderson, Kelly <[EMAI

Re: [Nant-users] Unit Testing Nant Scripts

2005-09-12 Thread Troy Laurin
On 9/13/05, Anderson, Kelly <[EMAIL PROTECTED]> wrote: > Does anyone have any idea about how to unit test Nant scripts? Is it > even possible? > > -Kelly Kelly, There is unit testing in place for many (most?) NAnt tasks, which can be found in the source distribution of NAnt. There isn't really