James, Today, I went out to Microsoft's site for the live webcasts looking for some information. I had emailed the link to my boss and several coworkers....
Hello, One way to decouple objects is the Inversion of Control Container pattern (http://www.martinfowler.com/art icles/injection.html). The Java project that...
NCover from gotdotnet does the job and it's free. http://www.gotdotnet.com/Community/Workspaces/workspace.aspx?id=3122ee1a-46e7-48a5-857e-aad6739ef6b9...
The ASP.Net web application I am creating has annyomous access turned off, so I need to pass browser credentials to my NUnitASP tests or all the tests fail....
... Done that. No response yet. It is quiet over there. ... func=detail&aid=910675&group_id=49940&atid=458031 ... Thank you for the link, but this app uses...
Hi, I posted a message to the XP yahoo group about this, thinking some would be interested but it seems not so I am wondering if anybody here thinks its a ...
Hello Nick, It's a good idea. It sounds like a Wiki could be used for this. I regularly attend "real" Pair Programming Parties in Belgium, with Wiki Pages for...
Hi Bernard, Using a wiki might be a good idea. The one problem I can foresee is that a wiki doesnt provide some of the functionality I think would be needed....
Hello, From the announcement: This is the fourth major release of NUnit and the third since it was rewritten to take advantage of .NET custom attributes....
Hi guys, I'm not sure whether or not this topic has been discussed elsewhere. What are your feeling regarding TDD and auto generated code? Lets take an example...
Generated code typically adheres to a very well defined interface/pattern. Test-first approaches should be just as applicable. Build/design the unit tests...
Ok, I sort of like the idea of auto generated tests from auto generated interface definitions for example. "Whitehorse" is just the first thing that popped...
Bernard, When I reply to your message it bounces. Something to do with my mail provider. So, yes please do put me on the moderators list Bernard. Warm...
Hi Senkwe, Not having looked at Whitehorse, I'll have to try to answer this using a different example. TDD is for developing code. So the developers of a code...
Hello Nick and others, Until now, posts from new members were moderated. Apparantly, this was not good enough. From now on, all mails will be moderated. Best...
Charlie, thanks a lot for the response. As I implied in a previous response, I'm getting a bit wary of the implications of improved code generation tools on...
Senkwe, ... True, this is a dilemma in modern programming: abstractions created from terse statements have increasingly complex behavior. And as Joel Spolsky...
NCover is a tool worth looking at Carlton (http://www.gotdotnet.com/Community/Workspaces/Workspace.aspx?id=3122ee1a-46 e7-48a5-857e-aad6739ef6b9) nick.robinson...
there is a completely different ncover implementation on sourceforge: ncover.sf.net cheers, owen. ... R. Owen Rogers ThoughtWorks Technologies (India) Pvt Ltd....
There are actually 2 NCover project: one in sourceforge, one on gotdotnet. The sourceforge project requires modification of the source + recompilation -> not...
... Are you referring to the instrumentation here? If so, I understand what instrumentation is and why you need it for code coverage tools. However, when you...
See http://www.cauldwell.net/patrick/blog/default,date,2004-04-16.aspx NCover gotdotnet has a simple .Net API where you specify the process name, assemblies to...