Search the web
Sign In
New User? Sign Up
xpstl
? 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.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1500 - 1529 of 2182   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1500
I know test ordering is one of those topics that is supposed to be already pretty well decided (you should never depend on ordering to make tests run), I have...
Brian Button
bbutton
Offline Send Email
Jul 20, 2005
6:37 pm
1501
... No, because there are some research oriented tools that reorder tests depending on which ones failed recently and dependencies on code you recently...
Jeff Grigg
jeffgrigg63132
Offline Send Email
Jul 20, 2005
8:28 pm
1502
Jeff Grigg wrote: Thanks for your opinions, Jeff. What I'm investigating is whether or not the behavior of the new MS testing tool is something to be expected...
Brian Button
bbutton
Offline Send Email
Jul 20, 2005
9:48 pm
1503
Is it doing... Start of class A Test in class A Start of class B Test in class B ... followed by ending classes A and B??? Now that would be ODD! (IE:...
Jeff Grigg
jeffgrigg63132
Offline Send Email
Jul 21, 2005
3:20 am
1504
... You got it! We're still waiting to find out if this is a bug or "feature", and it looks like it is just a bug. But it sure is interesting, and it sure is...
Brian Button
bbutton
Offline Send Email
Jul 21, 2005
3:29 am
1505
... Calling "set up" of one class before calling "tear down" of the previous class, I'd consider a bug. Tell them it's a bug. And Jeff Grigg, "industry...
Jeff Grigg
jeffgrigg63132
Offline Send Email
Jul 21, 2005
12:52 pm
1506
JOB TITLE: SCRUM Master LOCATION: Camden, NJ SECURITY CLEARANCE: All candidates must be U.S. Citizens and have the ability to obtain and maintain a Secret...
jt23joey
Offline Send Email
Jul 21, 2005
6:33 pm
1507
Brian, I have to agree with Jeff; what you're describing definitely seems like a bug. Myles...
Myles Bogner, Ph.D.
bogmb
Offline Send Email
Jul 21, 2005
6:33 pm
1508
Has anyone use Eclipse as a GUI to a SQL database (e.g. MySQL, Oracle, PostgreSQL, MSSQL, etc.)? There are a number of plugins[1], but thought I'd ask here for...
Robert Citek
rwcitek
Offline Send Email
Aug 3, 2005
5:20 pm
1509
... Hmmm... I recall hearing, last week, that there is a really good Eclipse database schema viewing, editing and refactoring tool in the works. But I don't...
Jeff Grigg
jeffgrigg63132
Offline Send Email
Aug 3, 2005
5:46 pm
1510
... MyEclipse has some nice features for interacting with a relational db. See the following... http://www.myeclipseide.com/ContentExpress-display-ceid-60.html...
Jeff Brown
jeffscottbrown
Offline Send Email
Aug 3, 2005
6:18 pm
1511
Hi, all, I'm doing a lot of introspection lately about how I do TDD and refactoring, and I want to write about what I'm learning and thinking. But I'd also...
Brian Button
bbutton
Offline Send Email
Aug 28, 2005
3:50 pm
1512
This one is even more controversial. It follows along with my "Avoid Setup/Teardown" post on my blog from a month ago or so. I'm just looking to find out if...
Brian Button
bbutton
Offline Send Email
Aug 28, 2005
3:53 pm
1513
... Interesting stuff, Brian! ... From your description, I think I work somewhat more like Peter does. I started to write a detailed discussion of that,...
Kyle Cordes
kylejcordes
Offline Send Email
Aug 28, 2005
5:03 pm
1514
... A few thoughts. I don't see any difference, offhand, between test code and non-test code here. If duplication removal is bad, or is hard for other people...
Kyle Cordes
kylejcordes
Offline Send Email
Aug 28, 2005
5:22 pm
1515
First, let me introduce myself to the list since I joined pretty recently. I am a software developer at Monsanto. I have been working with Java servlets based...
Umesh
adtani
Offline Send Email
Aug 28, 2005
6:46 pm
1516
... I was going to post to the original blog, but I didn't have enough ammunition to spare. Then I read Kyle's counterpoint here and it finally gelled for me....
Ed Howland
ulysees2001
Offline Send Email
Aug 29, 2005
12:13 am
1517
... This is an excellent point, and I have encounted this issue in our code here, several times in the last few days. Kyle...
Kyle Cordes
kylejcordes
Offline Send Email
Aug 29, 2005
12:38 am
1518
... I agree with this point, Ed, too. However, it dovetails into my point quite nicely. I'm not saying that it is OK to replicate 50 lines of setup in each...
Brian Button
bbutton
Offline Send Email
Aug 29, 2005
1:17 am
1519
... I don't think test code and application code are equivalent as far as OAOO go, because the duplication-removing refactorings in application code are...
Brian Button
bbutton
Offline Send Email
Aug 29, 2005
1:22 am
1520
... In the process of writing code in a TDD manner, I sometimes stumble across abstraction in the test code... that end up later drifting over in to the...
Kyle Cordes
kylejcordes
Offline Send Email
Aug 29, 2005
2:23 am
1521
I think both potential blog postings would make for good postings. I would much rather get your original thoughts than your edited thoughts. Edit those...
Aaron Hinni
aaron_hinni
Offline Send Email
Aug 29, 2005
4:24 am
1522
Hello Everyone, I saw in the group description that introductions are encouraged, but I wanted to do a little more than that, and in addition to telling my...
Pawel Slusarz
wiedzmin
Offline Send Email
Aug 29, 2005
10:12 am
1523
Hmmmm. This one worries me a little. At our company we have full management support for TDD and we have a multi-step certificate program for programmers to...
CORUM, M E [AG/1000]
mecoru
Offline Send Email
Aug 29, 2005
1:22 pm
1524
... snip ... If I understand correctly, one of the desires being expressed is to have test methods that can easily be used as examples of how to use a ...
Mark Volkmann
mark_volkmann
Offline Send Email
Aug 29, 2005
1:38 pm
1525
... <Quote> ... </Quote> Mark, Isn't this an indication that the test is trying to do too much and probably needs to be broken up? Also, wouldn't complex/long...
John Sextro
jcsextro
Offline Send Email
Aug 30, 2005
3:04 pm
1526
... Definitely. I didn't say this was a good situation, just that I've seen it. ... I agree. What I was trying to say is that it's possible to have short,...
Mark Volkmann
mark_volkmann
Offline Send Email
Aug 30, 2005
3:11 pm
1527
In some cases, setUp and tearDown methods can make the tests easier to understand. For example, you may use them to configure objects used by the test cases,...
Mark Balbes
mbalbes
Offline Send Email
Aug 30, 2005
3:35 pm
1528
... lesslessThanObjectd greagreaterThanObjecte tests themselves are much ... I have used similar tricks as well. TestCase subclassing is a very useful tool and...
Ed Howland
ulysees2001
Offline Send Email
Aug 31, 2005
4:16 pm
1529
We talk a lot about the XpXtude TestDrivenDevelopment on this forum, but I have been wondering how many people are using the other XpXtudes. See ...
John Sextro
jcsextro
Offline Send Email
Sep 1, 2005
2:21 pm
Messages 1500 - 1529 of 2182   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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