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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 11738 - 11767 of 34997   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11738 avinap77 Offline Send Email Oct 1, 2005
8:43 am
... just ... (including ... perfect, ... the ... making ... YAGNI. but isn't this supposed to be one of the basic principles of TDD? We write something driven...
11739 avinap77 Offline Send Email Oct 1, 2005
8:47 am
... true) = ... My point exactly - I was replying to an answer that said we wouldn't need the test f(fale, true, true) = false. The question was do I really...
11740 sagyrozman Offline Send Email Oct 1, 2005
9:27 am
Hi, you can lookup anything to do with dependency injection, or ioc containers. In the java world there are these two frameworks that I know of: ...
11741 Ron Jeffries
ronaldejeffries Offline Send Email
Oct 1, 2005
10:47 am
... Just one guy's thoughts: I agree with some of the above, but not all. I believe that software defects are generally less costly to prevent than they are to...
11742 Donaldson, John (GEO)
geo_johnfr Offline Send Email
Oct 1, 2005
4:28 pm
I've tried this and I'm seeing a BadImageFormatException. Here's what I have done: - installed 2.2.2 (no problem) - modified the nunit-gui.exe.config to have...
11743 Kevin Dente
kevindente Offline Send Email
Oct 1, 2005
4:38 pm
Something that may not be obvious is that the <startup> section in the default nunit-gui.exe.config is actually commented out. Did you noticed that? You need...
11744 Donaldson, John (GEO)
geo_johnfr Offline Send Email
Oct 1, 2005
5:32 pm
Kevin, well! I feel suitably stupid. :-( That will teach me to use Notepad. When I uncommented that section of the config file things start to work. Thanks for...
11745 Kevin Dente
kevindente Offline Send Email
Oct 1, 2005
5:38 pm
Believe me, I've made that same mistake. :) ... [Non-text portions of this message have been removed]...
11746 avinap77 Offline Send Email Oct 1, 2005
6:18 pm
Continuing the "a AND b AND c" thread, my actual case is that (a), (b) and c) are in fact other methods of the same object as f() is of. So this is what I...
11747 David Chelimsky
dchelimsky Offline Send Email
Oct 1, 2005
6:40 pm
... You could mock the other methods by deriving a mock-ish class from your class under test. Override a,b and c with whatever you need for verification that f...
11748 Ayende Rahien
ayende_tdd Offline Send Email
Oct 1, 2005
7:37 pm
Override method is the usual way to go in this case. Your test would use a derived class that you create for the test....
11749 Ron Jeffries
ronaldejeffries Offline Send Email
Oct 1, 2005
8:01 pm
... I think it might be helpful to have a real example rather than an abstract one. Ron Jeffries www.XProgramming.com Speculation or experimentation - which is...
11750 sagyrozman Offline Send Email Oct 1, 2005
11:15 pm
Hi Avi, instead of overiding these methods for the purpose of mocking them, try to use composition instead of inheritance. Depending on your specific example,...
11751 Stephen Freeman
smg_freeman Offline Send Email
Oct 2, 2005
9:23 am
... You've got a very small cluster test that exercises the implementations of A and B together. Whether you care about this is up to you. S....
11752 Stephen Freeman
smg_freeman Offline Send Email
Oct 2, 2005
9:39 am
... I'm not sure I'd bother. Just test f() as it stands and leave some duplication (for now) in the tests. Then speculate about whether the relationship...
11753 vidya D
vidya1224 Offline Send Email
Oct 2, 2005
12:29 pm
Hello All, Could any one explain me what is cost of change curve is? What does that phrase mean "Cost of Change". Does it mean that amount of money spent in...
11754 yahoogroups@...
jhrothjr Offline Send Email
Oct 2, 2005
12:55 pm
From: "vidya D" <vidya1224.at.yahoo.com@...> To: "testdrivendevelopment@yahoogroups.com" ...
11755 Philip Nelson
PanManPhil Offline Send Email
Oct 2, 2005
2:36 pm
... There is, including a port of spring. But it seems more complicated than necessary to me. In c# syntax... Config public static TheDependencyType...
11756 Richard Boyd
r_v_boyd Offline Send Email
Oct 2, 2005
6:05 pm
FYI Dolphin Smalltalk uses MVP. http://www.object-arts.com/Products.htm http://www.object-arts.com/EducationCentre/Education.htm See link ... ...
11757 estherschindler Offline Send Email Oct 2, 2005
6:32 pm
We've all had that wonderful experience, at least once in our lives. It might be a team at work, it might be a volunteer community, perhaps it's an online...
11758 Robert Hanson
mvarobert1 Offline Send Email
Oct 3, 2005
3:10 pm
Compsition/separate object for just these methods seems a bit of overkill for a simple (a and b and c) test. Unless your method f does more than this? The...
11759 Dan Bunea
danbunea Offline Send Email
Oct 3, 2005
3:26 pm
Hi, For web applications, we do two kinds of tests: acceptance tests over the GUI, using the excellent selenium (http://selenium.thoughtworks.com ) and for...
11760 Ryan Platte
ryanplatte Offline Send Email
Oct 3, 2005
4:15 pm
... Thanks, Dan. Actually, I emailed some of the Rails devs about this and they directed me to a little directive called use_transactional_fixtures that has...
11761 Ryan Platte
ryanplatte Offline Send Email
Oct 3, 2005
4:27 pm
... Sorry for the late reply. Your broader view of the issue is really interesting. How are your mocks introduced? I'm interested in anything you can share (or...
11762 David Saff
dsaff Offline Send Email
Oct 3, 2005
5:53 pm
... Happy to oblige. For an academic treatment, see: http://pag.csail.mit.edu/pubs/test-factoring-ase2005-abstract.html ... I think Working Effectively with...
11763 David Saff
dsaff Offline Send Email
Oct 3, 2005
5:56 pm
... Robert, I shouldn't try to write e-mail while still in post-lunch food coma, but what is the advantage of the properties in this case? You still have a ...
11764 Dan Bunea
danbunea Offline Send Email
Oct 3, 2005
6:10 pm
Hi, I am glad to be of any help. Hope one day I can also benefit from the amazing (from what I hear) ROR. Dan Bunea http://danbunea.blogspot.com On Mon, 03 Oct...
11765 Rim, Mark
markrim Offline Send Email
Oct 3, 2005
6:35 pm
I'd really have to agree with Stephen that there's some hidden concept lurking in there between a, b, and/or c. But if we're not in a refactoring sort of mood,...
11766 richard743957 Offline Send Email Oct 3, 2005
9:10 pm
Hello all, I been slowly getting to grips with TDD through the past few weeks... After reading a fair amountI had developed the following code: Admin Class,...
11767 Ayende Rahien
ayende_tdd Offline Send Email
Oct 3, 2005
9:20 pm
... How are you accessing the data, if you're using some abstraction like NHibernate, it's very easy to use in memory SQLite database....
Messages 11738 - 11767 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