lex
-Original Message-
From: Brian Beaudet [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 31, 2004 12:51 PM
To: Osbun, Alex; [EMAIL PROTECTED]
Subject: RE: [Nant-users] Nant & Unit Tests From Conditional Compilation
Alex,
I'm always up for learning something new. I
x
> Sent: Wednesday, March 31, 2004 11:19 AM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: RE: [Nant-users] Nant & Unit Tests From Conditional
Compilation
>
> Hey Brain,
> In reference to testing private methods and data members in separate
> classes, you can try us
, March 30, 2004 9:52 AM
To: [EMAIL PROTECTED]
Subject: RE: [Nant-users] Nant & Unit Tests From Conditional Compilation
Gary,
I appreciate your input and I'm trying to digest it now. How do you
reference the private methods you will be testing if they are in a
separate class (or project)?
e?
Thanks,
Brian
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nant-users-
> [EMAIL PROTECTED] On Behalf Of Gary Feldman
> Sent: Tuesday, March 30, 2004 8:03 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [Nant-users] Nant & Unit Tests From Conditional
Compila
- Original Message -
From: "Brian Beaudet" <[EMAIL PROTECTED]>
> What I'd like to do is make a build and run the unit tests (as a build
> verification test). Now, should I only build the UnitTest configuration
> I've defined and is that a valid approach? Or should I run the UnitTest
> c
I have my unit tests (Nunit) in an inner class from my
classes in order to test the private methods. I wrap them in preprocessor
directives which are defined in a configuration called UnitTest (oddly enough J ).
So, when I want to manually test my unit tests in Nunit’s GUI, I compile
my a