Search the web
Sign In
New User? Sign Up
agiledotnet · Agile .NET Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 306 - 335 of 398   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
306
If doing TDD, you may want a simple template to start every test: using NUnit.Framework; [TestFixture] public class MyTestFixture { private MyObjToTest...
Ricardo
ridomin
Offline Send Email
Nov 8, 2004
11:11 am
307
CruiseControl.NET 0.7 has been released. The following is taken from the release notes at ...
Mike Roberts
mike_b_roberts
Offline Send Email
Nov 8, 2004
11:11 am
308
I use jEdit to do most of my editing and it has support for what it calls appreviations. These are short character sequences that can be passed a few args and...
Andy Sipe
andystrials7me
Offline Send Email
Nov 8, 2004
3:54 pm
309
If you use Resharper you can add a 'live template' that do anything that you need. I added one in a matter of minutes to add a test case fixture. Check it...
Paul Gale
paul_gale
Offline Send Email
Nov 9, 2004
12:13 pm
310
... How is resharper behaving these days? The last time I had it installed was pre-1.0, and it generated quite a few errors. I was a dedicated IDEA adherent,...
Justin McCarthy
justinamccarthy@...
Send Email
Nov 10, 2004
7:12 am
311
Since its release it has performed just fine. The good thing is that whenever they do post a bug fix it is on their website to download in a matter of days. I...
Paul Gale
paul_gale
Offline Send Email
Nov 10, 2004
3:56 pm
312
I have been using from pre-1.0 to now, and it seems like most of the bugs are worked out. You still get something every once in a while, but definitely is a...
Paris, Nathan
nsparis
Online Now Send Email
Nov 10, 2004
3:56 pm
313
Thanks a lot everybody. I am now following proper TDD ideology, to write code only when a test case fails. So probably wont need all these tools, thanks for...
Ranjan
damnedlydamned
Offline Send Email
Nov 10, 2004
3:56 pm
314
I absolutely love Reshaper and would have paid much more for it. I wish they had a VB.NET version as well. I've been using the released version of it for...
Michael Maddox
groundhog55127
Offline Send Email
Nov 10, 2004
3:56 pm
315
Right now I am working on adding tests to an application without tests and I am curious to test some database properties. Has anyone actually used an Assert...
banshee858
Offline Send Email
Nov 11, 2004
7:14 pm
316
IDEA is made by the same people who made ReSharper... Amir Kolsky XP& Software _____ From: Michael Maddox [mailto:Michael.P.Maddox@...] Sent: Wednesday,...
Amir Kolsky
kolsky
Offline Send Email
Nov 11, 2004
7:14 pm
317
If it wasn't for Resharper my life developing TDD would be a major pain. If you are planning on developing TDD than I would highly recommend Resharper. The...
Paris, Nathan
nsparis
Online Now Send Email
Nov 11, 2004
7:14 pm
318
Can anyone help me see the light on the issue presented here: http://dotnetjunkies.com/WebLog/seichert/archive/2004/10/31/30573.aspx Thanks, Steve...
Steve Eichert
eichert12
Offline Send Email
Nov 11, 2004
7:18 pm
319
Hello Steve, Pascal Van Cauwenberghe has written some articles on this topic, you can find them in the section Succeeding with "Agile Fixed Price" projects at ...
Bernard Vander Beken
bxken
Offline Send Email
Nov 11, 2004
7:45 pm
320
Normally, I've just compared a value from the dataset Assert("This does not match", ds1.Tables[0].Rows[0]["SomeField"].ToString() == ...
Landes Eric (RBNA/CIT2)
dcma_eric
Offline Send Email
Nov 11, 2004
10:05 pm
321
Hello Carlton, You could compare the XML of two datasets using XMLUnit for .NET, an extension to NUnit More info: http://xmlunit.sourceforge.net/ HTH, Bernard...
Bernard Vander Beken
bxken
Offline Send Email
Nov 11, 2004
10:07 pm
322
Justin, ... I had exactly the same experience and was really disappointed because I really wanted to like it. In addition to the bugs, I found that it ...
Daniel Gackle
slightlynew
Offline Send Email
Nov 12, 2004
10:49 am
323
Great that you all are happy with Resharper, and I'll keep it in mind for once we have migrated to Visual Studio 2003. ;-) Meanwhile, we need to use 2002 for...
Jens Lippmann
lippmj
Offline Send Email
Nov 12, 2004
10:49 am
324
i can't recommend resharper enough. this is a truly fantastic product that, for me at least, has revolutionised .net development. .net development without...
Owen Rogers
exortech
Online Now Send Email
Nov 12, 2004
12:21 pm
325
... Agreed and this will be somewhat addressed with VS.NET 2005. If they re-release Resharper with 2005, I will probably still use it though even if their...
Michael Maddox
groundhog55127
Offline Send Email
Nov 12, 2004
12:38 pm
326
... I want to avoid comparing each field. Otherwise, I will have 140 asserts - yes there really are 140 columns in this table!. I did not design the schema,...
banshee858
Offline Send Email
Nov 12, 2004
6:40 pm
327
... What I did (and I'm not claiming this is a good solution since I haven't really tried any alternatives), was to write the datasets to a file as XML and...
Michael Maddox
groundhog55127
Offline Send Email
Nov 13, 2004
4:27 pm
328
Have you looked into DbUnit? I don't know if that would solve your particular problems. ... From: banshee858 ... I want to avoid comparing each field....
Tony Nassar
aanassar
Offline Send Email
Nov 13, 2004
8:41 pm
329
... Would it be feasible to write the before and after DataSet instance's XML to strings in memory and compare the strings? I seem to remember NUnit being...
Scott Bellware
sbellware
Offline Send Email
Nov 14, 2004
7:28 pm
330
... Why not use VS 2003 and compile for the 1.0 framework? -- Peter Provost Software Design Engineer Microsoft patterns & practices Weblog:...
Peter Provost
pprovost
Offline Send Email
Nov 16, 2004
7:20 pm
331
Unfortunately, this option just tells the application to use v1.0 during runtime. The code is still compiled against v1.1. This is hard coded in VS.NET. -- ...
Christopher
alafdool
Offline Send Email
Nov 17, 2004
5:47 pm
332
I am sorry I didn't get back to this thread. It has been a rough year and I am just now recovering from surgery. I will dig up what I did if anyone is still...
Joseph Shook
joseph_shook...
Offline Send Email
Nov 23, 2004
11:25 am
333
I have a bit of a problem trying to get a Crystal Report to generate from my unit tests. Basically, all I am trying to do is create a unit test that calls the...
banshee858
Offline Send Email
Dec 1, 2004
7:22 pm
334
Hi Carlton, Why not split the test if it is too complicated? --hubert...
Hubert Smits
hubert_g_smits
Offline Send Email
Dec 1, 2004
9:04 pm
335
... I may just drop the test if I cannot get Crystal Reports to work independently of the app. The whole purpose of the test is I feed the method known...
banshee858
Offline Send Email
Dec 1, 2004
9:42 pm
Messages 306 - 335 of 398   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help