Search the web
Sign In
New User? Sign Up
testdrivendevelopment · Test-driven Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 24412 - 24441 of 28575   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
24412
Yes, I was thinking of something more radical, such as explicitly deregistering all the listeners. It might not be so bad. Basically, it's the very loose ...
Donaldson, John (GEO)
geo_johnfr
Offline Send Email
Jun 1, 2007
9:44 am
24413
Mike, I sympathise - I work in an Enterprise Integration environment and it's sometimes difficult to be strict about all the TDD strictures. In any case, tests...
Donaldson, John (GEO)
geo_johnfr
Offline Send Email
Jun 1, 2007
9:55 am
24414
Anybody know of a good automated refactoring tool for c++. Specifically vs2005 (unmanaged). I'm using UnitTest++ for unit testing. pretty easy to use...
Joseph Gutierrez
gutzofter
Online Now Send Email
Jun 1, 2007
11:21 pm
24415
Mocking framework... http://mockpp.sourceforge.net/ Refactoring tool... http://www.refpp.com/ ... [Non-text portions of this message have been removed]...
Paul Gale
paul_gale
Offline Send Email
Jun 2, 2007
12:32 am
24416
Thank you! I'm on it....
Joseph Gutierrez
gutzofter
Online Now Send Email
Jun 2, 2007
3:10 am
24417
... For refactoring, there's also Refactor! for C++, from Devexpress [1]. I've tried it, and it's not great -- many of the refactorings generate invalid code,...
Kim Gräsman
kimgrasman
Offline Send Email
Jun 3, 2007
7:27 am
24418
... Yeah, I think I've used GC.Collect/WaitForPendingFinalizers to test that my finalizer did indeed run and return some native resource. I don't remember any...
Kim Gräsman
kimgrasman
Offline Send Email
Jun 3, 2007
7:30 am
24419
Hi Neil, I actually poll the reference queue in the unit test (but not at any other time). Given the way I encapsulate it in my listener mechanism, it's...
Rick Mugridge
rickmugridge
Offline Send Email
Jun 3, 2007
7:44 am
24420
Hi Kim, Java doesn't force the polling; it's just the simplest approach, given that the reference queue is embedded. Cheers, Rick ... [Non-text portions of...
Rick Mugridge
rickmugridge
Offline Send Email
Jun 3, 2007
7:45 am
24421
Given that the MSDN specifically discourages you from calling GC.Collect(), I don't see how it could be deterministic. If it is now, it's probably not gonna...
Tony Nassar
aanassar
Offline Send Email
Jun 3, 2007
3:06 pm
24422
Hi Tony, ... I don't think that has anything to do with determinism. Rather, I think they discouraged it because the benefit of actually reclaiming memory is ...
Kim Gräsman
kimgrasman
Offline Send Email
Jun 3, 2007
3:19 pm
24423
Ref++ has worked for me on some smaller code bases. It has some flaws, but it actually works, which is refreshing. I haven't tried it yet on large code...
Joshua Kerievsky
jlk112067
Offline Send Email
Jun 3, 2007
4:10 pm
24424
I found helpful answers to the question I raised below on the extremeprogramming Yahoo group in a clarifying posting by Jeff Grigg. In there, Jeff refers to...
jay_conne
Offline Send Email
Jun 3, 2007
9:53 pm
24425
It sounds more like a little integration test, since the results depend on a combination of the VM (including its settings) and hardware. S. ... Steve Freeman ...
Steve Freeman
smg_freeman
Offline Send Email
Jun 4, 2007
7:19 am
24426
visual assist its a pretty good add on for vs2005 for C++ in general, but also has some limited refactoring abilities ... [Non-text portions of this message...
Keith Nicholas
keith.nicholas@...
Send Email
Jun 4, 2007
8:40 am
24427
... You could try XRefactory (http://www.xref-tech.com/xrefactory/main.html) It's emacs/xemacs based, but you can get versions of both for Windows. Anthony -- ...
Anthony Williams
anthony_w.geo
Offline Send Email
Jun 4, 2007
9:56 am
24428
Take a look at Xrefactory for EMACS It's a mature software with great amount of supported refactorings.. ... [Non-text portions of this message have been...
Yakov Zaytsev
iakovz
Offline Send Email
Jun 4, 2007
2:03 pm
24429
Hi All, I'm working on a presentation around TDDing with Visual Studio for C# or VB.NET. While I know most people on this list are probably using NUnit, I'm...
Cory Foy
cory_foy
Offline Send Email
Jun 4, 2007
3:08 pm
24430
Thanks John, So it seems I'm not way off base. Anyone else with some experiences to share? I'm just hoping I don't go down the wrong path. ... [Non-text...
Miguel Ferrán
mjfritz100
Offline Send Email
Jun 4, 2007
3:36 pm
24431
Cory, We don't use the Team Edition but I can share what we do use in our environment. We use TestDriven.NET to integrate the NUnit tests into VS. This is ...
Matt
analyticalchaos
Offline Send Email
Jun 4, 2007
7:33 pm
24432
Rick, I'm intrigued to know why deregistering isnt the simplest approach? Do you register with the domain objects in the views in the first place? I like to...
Nick Robinson
fromconcept
Offline Send Email
Jun 5, 2007
12:31 pm
24433
Hi Cory, I am also using Visual Studio and am having some problems. I really like the way Team Foundation Server lets you track and control scenarios and work ...
Morten Petterøe
mortenpetteroe
Offline Send Email
Jun 5, 2007
1:19 pm
24434
I seem to remember that the unit test feature was only available in the VS Team Foundation Server edition, and (I think) it is being moved down into the simple...
Donaldson, John (GEO)
geo_johnfr
Offline Send Email
Jun 5, 2007
3:40 pm
24435
For VS2005, you need Visual Studio Team Developer, Visual Studio Team Test, or Visual Studio Team Suite. Not a cheap route, to be sure. None of those things...
Brad Wilson
bradw_64
Offline Send Email
Jun 5, 2007
4:10 pm
24436
That's just being redundant. ;-) ... [Non-text portions of this message have been removed]...
Tim Ottinger
linux_tim
Offline Send Email
Jun 5, 2007
6:40 pm
24437
Tim, I know that you've secretly given up vim for VS + IronPython. ;-) Craig ... [Non-text portions of this message have been removed]...
Craig Demyanovich
demmer12
Online Now Send Email
Jun 5, 2007
6:57 pm
24438
... Well, to be honest it was a question of already existing skillsets and a project that needed to get started. VSS works, but it isn't wonderful. What really...
Donaldson, John (GEO)
geo_johnfr
Offline Send Email
Jun 5, 2007
9:08 pm
24439
... One thing to specifically look out for in Ref++ is if you extract method on code that contains a return statement, it is incorrect. So, you should refactor...
Kelly Anderson
kellycoinguy
Online Now Send Email
Jun 5, 2007
11:30 pm
24440
... If they were doing the parsing themselves and building the AST then they'd have an excuse. Since VS hands them the code model they only have to do the...
Stoyan Damov
stoyan_damov
Offline Send Email
Jun 5, 2007
11:43 pm
24441
Thanks for the laugh Tim. ;) ... [Non-text portions of this message have been removed]...
James Carr
cloud_strife...
Offline Send Email
Jun 6, 2007
12:15 am
Messages 24412 - 24441 of 28575   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