Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

junit · JUnit, the Java unit testing framework written by Kent Beck and Erich Gamma.

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 31224
  • Category: Java
  • Founded: Nov 6, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 15315 - 15344 of 24384   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
15315 J. B. Rainsberger
nails762 Send Email
Nov 1, 2005
3:07 pm
... If you're going to use the debugger, then you don't need to write that smaller test. Agreed. I simply prefer not to use the debugger if I don't have to....
15316 mherrmann_at Send Email Nov 1, 2005
4:00 pm
I'm sorry for repeating myself but I fear that my last message (http://groups.yahoo.com/group/junit/message/15268) might have been overlooked. What do the...
15317 ahmed_cs1985 Send Email Nov 1, 2005
4:42 pm
hi every body how r u all ?? Im a new member in this group. Im workning in a graduation project for developing a java code coverage tool & I was wandering if...
15318 Kent Beck
kentlbeck Send Email
Nov 1, 2005
5:00 pm
Elliotte, My early experiences writing frameworks were in Smalltalk where the audience for the framework was no larger than the team. In Smalltalk, all data is...
15319 Kent Beck
kentlbeck Send Email
Nov 1, 2005
5:01 pm
We tried the error string as the third parameter (generally speaking I put optional parameters at the end of the parameter list), but we had a compile error,...
15320 Kevin Lawrence
kevinwilliam... Send Email
Nov 1, 2005
5:41 pm
... I have been playing with assertThat(). I like it a lot and will continue to use it. I will continue to use it whether or not it is part of the framework. I...
15321 Elliotte Rusty Harold
elharo@... Send Email
Nov 1, 2005
6:16 pm
... @BeforeTest/@BeforeSuite is more descriptive than @Before/@BeforeClass. I prefer it. I might want to go even further and change @Before to @BeforeEachTest...
15322 mherrmann_at Send Email Nov 1, 2005
6:45 pm
... Thank you for your reply, You're right, it is easier to type, but this doesn't compensate the lack of clarity in my opinion. Plus, you normally don't write...
15323 mherrmann_at Send Email Nov 1, 2005
6:53 pm
... continue ... So will I, but the huge advantage of putting it into an official junit release is that it gets promoted to the public, which in turn enables ...
15324 David Saff
dsaff Send Email
Nov 1, 2005
8:48 pm
I'm sorry--I think I consigned your message along with a lot of other messages with the subject line a couple days ago. Good questions. ... There's an...
15325 Kevin Lawrence
kevinwilliam... Send Email
Nov 1, 2005
10:42 pm
... I agree with all you say but I also agree with Kent that JUnit should be the bare minimum functionality. Overall, I come out +0. I would like to see a...
15326 Elliotte Rusty Harold
elharo@... Send Email
Nov 2, 2005
3:15 pm
... I basically agree with that. Protected methods are fine, as long as you're reasonably confident they're right and you're willing to maintain them in the...
15327 Mitch Christensen
mitchellch60 Send Email
Nov 2, 2005
3:32 pm
In my case, I know exactly what the problem is. The private method relies on external resources that are not available during unit testing (i.e. Torque/DBMS)....
15328 isaachanstar Send Email Nov 2, 2005
3:33 pm
I am a newer to junit. I try to write a simulate elevator program with GUI. After I write my first testcase, I write 15 class make it run, inculde GUI...
15329 Lasse Koskela
lassekoskela Send Email
Nov 2, 2005
3:33 pm
... You might want to take a look at the source code for GroboUtils, EMMA, and Cobertura. Those are all open source Java code coverage tools. All of the above...
15330 nimamallur Send Email Nov 2, 2005
3:34 pm
I want to know how do i read a dynamic value which is enclosed within the <tr><span id ="a">......................</span></tr> How can i read the value which...
15331 Elliotte Rusty Harold
elharo@... Send Email
Nov 2, 2005
3:41 pm
... Perhaps, but I don't think so. I not only pay pretty close attention to what users are asking me. I listen to what users are asking from my competition....
15332 Elliotte Rusty Harold
elharo@... Send Email
Nov 2, 2005
3:42 pm
... On this, I guess our experiences really do differ. I work hardly at all with Microsoft APIs, but in the Java world, the open source stuff tends to be as...
15333 Kevin Lawrence
kevinwilliam... Send Email
Nov 2, 2005
4:11 pm
Use XPATH. value = getXpathValue(doc, "//tr/span[id='a&#39;]/text()"); assertEquals("....", value) Kevin...
15334 Cédric Beust â...
cbeust Send Email
Nov 2, 2005
4:25 pm
Hi Elliotte, All good points, and I'm in general agreement with everything you say below. Again, all I was trying to do was to fight against the dogmatic...
15335 Cédric Beust â...
cbeust Send Email
Nov 2, 2005
4:34 pm
... Interestingly, I can't say that I work with a lot of closed-source Java API's, so I can't comment on that either. However, I can say that I have seen...
15336 David Saff
dsaff Send Email
Nov 2, 2005
6:41 pm
... Elliotte, I had promised not to post on this topic again, but I'm still genuinely curious: is there not room, in your opinion, for a third option between ...
15337 David Saff
dsaff Send Email
Nov 2, 2005
6:51 pm
Isaac, Can you write a simple sentence to describe what your elevator simulator does? That's often half the distance to a good test. David Saff...
15338 David Saff
dsaff Send Email
Nov 2, 2005
6:59 pm
... I'm intrigued and confused. Infused? Contrigued? That's it, contrigued. If I write this, how far am I from Astel's ideas? @RunWith(Behavior.class) ...
15339 David Saff
dsaff Send Email
Nov 2, 2005
7:04 pm
Mitch, You've noticed quite a discussion by proxy. I'm interested in _your_ position. Without knowing more about your domain, I can guess that depency...
15340 Mitch Christensen
mitchellch60 Send Email
Nov 2, 2005
8:48 pm
Hey David, We are attempting to retrofit JUnit tests into a significant amount of legacy java code which was written without consideration for dependency ...
15341 Truong, David
david_truong@... Send Email
Nov 2, 2005
11:19 pm
Does anyone recognize this message return by asserEquals() actual? "The object identifier does not represent a valid object." Any feedback would be appreciate....
15342 Andrew McDonagh
andy_ipaccess Send Email
Nov 2, 2005
11:25 pm
... This 'Extract and Override' mechanism is a great tool for finding and then exposing the seam into which we can inject new behavior (ala Mocks/Fakes). But...
15343 David Saff
dsaff Send Email
Nov 3, 2005
3:31 am
David, This string does not appear in the JUnit source code. It does appear to be a Windows error message. What is the text of the call to assertEquals...
15344 Elliotte Harold
elharo@... Send Email
Nov 3, 2005
9:58 am
... If you can't articulate the reason, why not wait until you can? It's not like adding the method at a later point in time will cause problems, but if your...
Messages 15315 - 15344 of 24384   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