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
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
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