Search the web
Sign In
New User? Sign Up
junit · JUnit, the Java unit testing framework written by Kent Beck and Erich Gamma.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 17257 - 17286 of 22044   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17257
... Just to further clarify, this is JUnit 3 behavior. In JUnit 4.1, test instance creation happens right before test execution, so this particular reason to...
David Saff
dsaff
Offline Send Email
Aug 1, 2006
1:50 pm
17258
... I am almost certain that we had this exact same discussion in this exact same forum with the exact same people about a year ago ;-) I even posted the same...
Kevin Lawrence
kevinwilliam...
Offline Send Email
Aug 1, 2006
3:37 pm
17259
Hi Kent, Thanks for your suggestion of extending an existing TestRunner. However, that's a bit of a non-starter for a single codebase component as our QA run...
Stephen Smith
steve@...
Send Email
Aug 1, 2006
5:55 pm
17260
... DirectorySuiteBuilder and RecursiveTestSuite each allow you to do it. -- J. B. (Joe) Rainsberger :: http://www.jbrains.info Your guide to software...
J. B. Rainsberger
nails762
Offline Send Email
Aug 1, 2006
6:31 pm
17261
Anna, ... If the app class has a non-private constructor, then your tests don't need to instantiate it as a singleton, right? And you also modifed the app...
jason r tibbetts
tibbettj_at_...
Offline Send Email
Aug 1, 2006
6:32 pm
17262
Actually, a clarification - I am using JUnit 4.1 tests in this fashion. We've completely converted - sorry for misleading the topic. However, this leaves me...
Michael Schechter
mlschechter
Offline Send Email
Aug 1, 2006
11:04 pm
17263
I have the exact same problem - i.e. trying to use MockRunner in Eclipse. This is compounded by the fact that I am using the continuous test plugin which...
Paul Andrews
fobn
Offline Send Email
Aug 1, 2006
11:11 pm
17264
Joe thanks for the recipe. I avoided taking that route before since <junit> and <junitreport> were such an improvement over what I had originally. However (I...
james_adams
Offline Send Email
Aug 2, 2006
9:45 am
17265
Hello, I'm trying to launch some JUnit TestCase referenced in a JUnit TestSuite with this code : AllTests testSuite = new AllTests(); ...
sachem_iner
Offline Send Email
Aug 2, 2006
9:45 am
17266
I've written JUnit cases for over 1 month. I have to say it's fun to do the implement coding. But it's suffering to write JUnit cases. Because: 1. I need to...
Jean
raejean99
Offline Send Email
Aug 2, 2006
12:21 pm
17267
... Yes. Every day. You're right - some things are easier to unit test then others. I'm not perfect, and I'm still learning. But, I'm doing it (and have...
Carl Hume
carl_hume
Offline Send Email
Aug 2, 2006
12:53 pm
17268
... Like Carl for over six years using JUnit/NUnit (for .NET) work. Its hard work at first but gets easier with time. J.B. Rainsberger's book Junit recipes ( ...
Mark Levison
marklevison
Offline Send Email
Aug 2, 2006
3:11 pm
17269
That's got me beat. I've only been using it regularly for four years. [Hangs head in shame!] As a technical lead and now a mentor, I don't cut code every day ...
Simon Chappell
spchappell
Offline Send Email
Aug 2, 2006
3:19 pm
17270
... Don't feel bad, your situation is pretty common in my experience. The important thing is to realize that tests are important and always do your best to...
Cédric Beust 
cbeust
Offline Send Email
Aug 2, 2006
4:43 pm
17271
... It's tempting to start a new thread asking if there is anyone NOT using junit during development ;-) ... but that probably wouldn't help you much. If there...
Kevin Lawrence
kevinwilliam...
Offline Send Email
Aug 2, 2006
4:57 pm
17272
... Not everybody uses JUnit, you know... Three or four times around this loop and you will probably also wonder ... The problem is usually more along the...
Cédric Beust 
cbeust
Offline Send Email
Aug 2, 2006
5:11 pm
17273
... I'd have to admit that I find coding the /tests/ quite interesting and challenging in their own right. Here are just some of the things that testing has...
jason r tibbetts
tibbettj_at_...
Offline Send Email
Aug 2, 2006
5:21 pm
17274
James, You problably run out of memory during the junitreport task. If that's the case, and if you can do with a plain text report, follow these steps: 1: In...
Jan Cumps
j_cumps
Offline Send Email
Aug 2, 2006
5:55 pm
17275
... I know. I was assuming that the OP was using 'junit' to mean 'an automated unit test framework'. I could have made that clearer. Kevin...
Kevin Lawrence
kevinwilliam...
Offline Send Email
Aug 2, 2006
7:11 pm
17276
On Aug 2, 2006, at 1:16 PM, junit@yahoogroups.com wrote: 4. Best JUnit tester is the senior software developer. But senior guys hate to write test cases. ...
Robert Martin
rmartinoma
Offline Send Email
Aug 2, 2006
7:43 pm
17277
Hi Rob, ... You seem to imply that there are only two kinds of code: - Code that is tested and works - Code that is not tested and doesn't work There is...
Cédric Beust 
cbeust
Offline Send Email
Aug 2, 2006
8:02 pm
17278
... Using your own TestListener won't solve the OutOfMemory problem, although it might delay the problem a bit further, unless, of course, you use the...
J. B. Rainsberger
nails762
Offline Send Email
Aug 2, 2006
8:42 pm
17279
... my ... the ... Burn the heretic! :-) Michael Rutherfurd ************** IMPORTANT MESSAGE ************** This e-mail message is intended only for the...
Rutherford, Michael
mrutherfurd
Offline Send Email
Aug 2, 2006
10:20 pm
17280
... Hehe... If I'm a heretic because I recommend using your common sense instead of one-liners such as "always test first", then yes, guilty as charged :-) --...
Cédric Beust 
cbeust
Offline Send Email
Aug 2, 2006
10:43 pm
17281
... How do you know? ;-) Michael Feathers www.objectmentor.com...
Michael Feathers
mfeathers256
Offline Send Email
Aug 3, 2006
3:17 am
17282
... Because a lot of software companies are still in business and I know for a fact they don't do a lot of testing :-) -- Cédric http://testng.org [Non-text...
Cédric Beust â...
cbeust
Offline Send Email
Aug 3, 2006
3:23 am
17283
Jean, Thanks for sending your message. Every tool manages to frustrate some people, even JUnit. :-) But it's very valuable to get feedback from frustrated...
David Saff
dsaff
Offline Send Email
Aug 3, 2006
3:55 am
17284
... This thread has, in my opinion, already veered away from the original poster's question, which seemed to be more about whether it was valuable to use JUnit...
David Saff
dsaff
Offline Send Email
Aug 3, 2006
4:04 am
17285
Hi David, and thanks for stepping in. ... I'm not sure we moved away from the original topic. The original poster was basically asking "I don't like writing...
Cédric Beust 
cbeust
Offline Send Email
Aug 3, 2006
4:21 am
17286
... Nothing at all - that's exactly how it works right now. It only bugs me that I need to be extremely cautious about eg. closing documents opened by the...
Anna Skawinska
elfeczka
Offline Send Email
Aug 3, 2006
7:22 am
Messages 17257 - 17286 of 22044   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