Skip to search.
testdrivendevelopment · Test-driven Development

Group Information

  • Members: 3502
  • Category: Software
  • Founded: Feb 7, 2002
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 24412 - 24441 of 34997   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
24412 Donaldson, John (GEO)
geo_johnfr Offline Send Email
Jun 1, 2007
9:44 am
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 ...
24413 Donaldson, John (GEO)
geo_johnfr Offline Send Email
Jun 1, 2007
9:55 am
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...
24414 Joseph Gutierrez
gutzofter Offline Send Email
Jun 1, 2007
11:21 pm
Anybody know of a good automated refactoring tool for c++. Specifically vs2005 (unmanaged). I'm using UnitTest++ for unit testing. pretty easy to use...
24415 Paul Gale
paul_gale Offline Send Email
Jun 2, 2007
12:32 am
Mocking framework... http://mockpp.sourceforge.net/ Refactoring tool... http://www.refpp.com/ ... [Non-text portions of this message have been removed]...
24416 Joseph Gutierrez
gutzofter Offline Send Email
Jun 2, 2007
3:10 am
Thank you! I'm on it....
24417 Kim Gräsman
kimgrasman Offline Send Email
Jun 3, 2007
7:27 am
... 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,...
24418 Kim Gräsman
kimgrasman Offline Send Email
Jun 3, 2007
7:30 am
... 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...
24419 Rick Mugridge
rickmugridge Offline Send Email
Jun 3, 2007
7:44 am
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...
24420 Rick Mugridge
rickmugridge Offline Send Email
Jun 3, 2007
7:45 am
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...
24421 Tony Nassar
aanassar Offline Send Email
Jun 3, 2007
3:06 pm
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...
24422 Kim Gräsman
kimgrasman Offline Send Email
Jun 3, 2007
3:19 pm
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 ...
24423 Joshua Kerievsky
jlk112067 Offline Send Email
Jun 3, 2007
4:10 pm
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...
24424 jay_conne Offline Send Email Jun 3, 2007
9:53 pm
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...
24425 Steve Freeman
smg_freeman Offline Send Email
Jun 4, 2007
7:19 am
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 ...
24426 Keith Nicholas
keith.nicholas@... Send Email
Jun 4, 2007
8:40 am
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...
24427 Anthony Williams
anthony_w.geo Offline Send Email
Jun 4, 2007
9:56 am
... 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 -- ...
24428 Yakov Zaytsev
iakovz Offline Send Email
Jun 4, 2007
2:03 pm
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...
24429 Cory Foy
cory_foy Offline Send Email
Jun 4, 2007
3:08 pm
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...
24430 Miguel Ferrán
mjfritz100 Offline Send Email
Jun 4, 2007
3:36 pm
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...
24431 Matt
analyticalchaos Offline Send Email
Jun 4, 2007
7:33 pm
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 ...
24432 Nick Robinson
fromconcept Offline Send Email
Jun 5, 2007
12:31 pm
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...
24433 Morten Petterøe
mortenpetteroe Offline Send Email
Jun 5, 2007
1:19 pm
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 ...
24434 Donaldson, John (GEO)
geo_johnfr Offline Send Email
Jun 5, 2007
3:40 pm
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...
24435 Brad Wilson
bradw_64 Offline Send Email
Jun 5, 2007
4:10 pm
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...
24436 Tim Ottinger
linux_tim Offline Send Email
Jun 5, 2007
6:40 pm
That's just being redundant. ;-) ... [Non-text portions of this message have been removed]...
24437 Craig Demyanovich
demmer12 Offline Send Email
Jun 5, 2007
6:57 pm
Tim, I know that you've secretly given up vim for VS + IronPython. ;-) Craig ... [Non-text portions of this message have been removed]...
24438 Donaldson, John (GEO)
geo_johnfr Offline Send Email
Jun 5, 2007
9:08 pm
... 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...
24439 Kelly Anderson
kellycoinguy Online Now Send Email
Jun 5, 2007
11:30 pm
... 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...
24440 Stoyan Damov
stoyan_damov Offline Send Email
Jun 5, 2007
11:43 pm
... 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...
24441 James Carr
cloud_strife... Offline Send Email
Jun 6, 2007
12:15 am
Thanks for the laugh Tim. ;) ... [Non-text portions of this message have been removed]...
Messages 24412 - 24441 of 34997   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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