Discussion:
Website timeouts
Simpson, Nick
2007-08-08 11:17:22 UTC
Permalink
Dean Cleaver
2007-08-08 21:40:23 UTC
Permalink
Andrew Dunn
2007-08-08 23:13:14 UTC
Permalink
kara hewett
2007-08-09 00:05:31 UTC
Permalink
Hi Andrew,

Microsoft has a unit test suite that is integrated with Visual Studio. Read
this article and see if you have any questions. If questions remain, drop
me an email. I've written many unit test suites against my VS projects
including automated builds with test harnesses.

Kara


http://msdn2.microsoft.com/en-us/library/ms379625(vs.80).aspx

On 8/8/07, Andrew Dunn <***@hcn.com.au> wrote:
>
> Hi,
>
> I want to develop unit tests in a separate project to my main project.
>
> I want to be able to develop unit tests on internal or private members
> of the main project.
>
> I have read that it may be possible to do this by using Reflection to
> load the private members of an assembly.
>
> Does anyone experience in this and can offer some pointers?
>
> Regards,
>
> Andrew
>
> ===================================
> This list is hosted by DevelopMentor(r) http://www.develop.com
>
> View archives and manage your subscription(s) at
> http://discuss.develop.com
>

===================================
This list is hosted by DevelopMentor® http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com
Andrew Dunn
2007-08-09 06:06:06 UTC
Permalink
Andrew Dunn
2007-08-09 06:12:05 UTC
Permalink
kara hewett
2007-08-09 11:15:10 UTC
Permalink
Andrew

Here's more detail on TFS.

http://msdn.microsoft.com/msdnmag/issues/06/03/TeamSystem/default.aspx


On 8/9/07, Andrew Dunn <***@hcn.com.au> wrote:
>
> Seems like something separate am I right? Visual Studio Team System?
>
> -----Original Message-----
> From: Discussion of building .NET applications targeted for the Web
> [mailto:DOTNET-***@DISCUSS.DEVELOP.COM] On Behalf Of Andrew Dunn
> Sent: Thursday, 9 August 2007 4:06 PM
> To: DOTNET-***@DISCUSS.DEVELOP.COM
> Subject: Re: [DOTNET-WEB] unit test
>
> Hi,
>
> Does this come with Visual Studio or is a separate install?
>
> Andrew
>
> -----Original Message-----
> From: Discussion of building .NET applications targeted for the Web
> [mailto:DOTNET-***@DISCUSS.DEVELOP.COM] On Behalf Of kara hewett
> Sent: Thursday, 9 August 2007 10:06 AM
> To: DOTNET-***@DISCUSS.DEVELOP.COM
> Subject: Re: [DOTNET-WEB] unit test
>
> Hi Andrew,
>
> Microsoft has a unit test suite that is integrated with Visual Studio.
> Read
> this article and see if you have any questions. If questions remain,
> drop
> me an email. I've written many unit test suites against my VS projects
> including automated builds with test harnesses.
>
> Kara
>
>
> http://msdn2.microsoft.com/en-us/library/ms379625(vs.80).aspx
>
> On 8/8/07, Andrew Dunn <***@hcn.com.au> wrote:
> >
> > Hi,
> >
> > I want to develop unit tests in a separate project to my main project.
> >
> > I want to be able to develop unit tests on internal or private members
> > of the main project.
> >
> > I have read that it may be possible to do this by using Reflection to
> > load the private members of an assembly.
> >
> > Does anyone experience in this and can offer some pointers?
> >
> > Regards,
> >
> > Andrew
> >
> > ===================================
> > This list is hosted by DevelopMentor(r) http://www.develop.com
> >
> > View archives and manage your subscription(s) at
> > http://discuss.develop.com
> >
>
> ===================================
> This list is hosted by DevelopMentor(r) http://www.develop.com
>
> View archives and manage your subscription(s) at
> http://discuss.develop.com
>
> ===================================
> This list is hosted by DevelopMentor(r) http://www.develop.com
>
> View archives and manage your subscription(s) at
> http://discuss.develop.com
>
> ===================================
> This list is hosted by DevelopMentor(r) http://www.develop.com
>
> View archives and manage your subscription(s) at
> http://discuss.develop.com
>

===================================
This list is hosted by DevelopMentor® http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com
kara hewett
2007-08-09 11:11:38 UTC
Permalink
Hi Andrew,

It's part of the Team Foundation Server package.


http://msdn2.microsoft.com/en-us/teamsystem/default.aspx

On 8/9/07, Andrew Dunn <***@hcn.com.au> wrote:
>
> Hi,
>
> Does this come with Visual Studio or is a separate install?
>
> Andrew
>
> -----Original Message-----
> From: Discussion of building .NET applications targeted for the Web
> [mailto:DOTNET-***@DISCUSS.DEVELOP.COM] On Behalf Of kara hewett
> Sent: Thursday, 9 August 2007 10:06 AM
> To: DOTNET-***@DISCUSS.DEVELOP.COM
> Subject: Re: [DOTNET-WEB] unit test
>
> Hi Andrew,
>
> Microsoft has a unit test suite that is integrated with Visual Studio.
> Read
> this article and see if you have any questions. If questions remain,
> drop
> me an email. I've written many unit test suites against my VS projects
> including automated builds with test harnesses.
>
> Kara
>
>
> http://msdn2.microsoft.com/en-us/library/ms379625(vs.80).aspx
>
> On 8/8/07, Andrew Dunn <***@hcn.com.au> wrote:
> >
> > Hi,
> >
> > I want to develop unit tests in a separate project to my main project.
> >
> > I want to be able to develop unit tests on internal or private members
> > of the main project.
> >
> > I have read that it may be possible to do this by using Reflection to
> > load the private members of an assembly.
> >
> > Does anyone experience in this and can offer some pointers?
> >
> > Regards,
> >
> > Andrew
> >
> > ===================================
> > This list is hosted by DevelopMentor(r) http://www.develop.com
> >
> > View archives and manage your subscription(s) at
> > http://discuss.develop.com
> >
>
> ===================================
> This list is hosted by DevelopMentor(r) http://www.develop.com
>
> View archives and manage your subscription(s) at
> http://discuss.develop.com
>
> ===================================
> This list is hosted by DevelopMentor(r) http://www.develop.com
>
> View archives and manage your subscription(s) at
> http://discuss.develop.com
>

===================================
This list is hosted by DevelopMentor® http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com
Michael Gerfen
2007-08-13 03:05:39 UTC
Permalink
Hi Andrew,

You should check out the InternalsVisibleTo attribute:
http://msdn2.microsoft.com/en-
us/library/system.runtime.compilerservices.internalsvisibletoattribute
(vs.80).aspx. Please note this was instroduced with .Net 2.0.

HTH,

Michael

===================================
This list is hosted by DevelopMentor® http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com
Andrew Dunn
2007-08-13 22:17:55 UTC
Permalink
Loading...