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 21333 - 21362 of 22044   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
21333
Sorry, I left out some information in my first posting: I am trying to create a base class for similar tests that all need to go through the same logic after a...
ralfsteppacher
Offline Send Email
Feb 2, 2009
12:46 pm
21334
Pedro, You might also be interested in the expected attribute of the Test annotation as documented here: http://junit.sourceforge.net/doc/faq/faq.htm#tests_7 ...
Pigneri, Rocco
rpigneri@...
Send Email
Feb 2, 2009
11:37 pm
21335
Finally got it done. Sorry to James--I had to make sure I could do the whole process myself. Thanks to James, I had a fighting chance (although it took a...
David Saff
dsaff
Offline Send Email
Feb 3, 2009
3:57 am
21336
Hi David, Kent, Did you guys decide on what to do with this issue? Best regards, Tuomas ... patches ... just ... feature ... ...
tuomaskarkkainenri
tuomaskarkka...
Offline Send Email
Feb 3, 2009
4:33 pm
21337
Hi, Is there a way to add timeout for the Before and After class method in general way? -- View this message in context:...
idan72
ishai@...
Send Email
Feb 3, 2009
11:41 pm
21338
No. Feel free to file a feature request. David Saff ... [Non-text portions of this message have been removed]...
David Saff
dsaff
Offline Send Email
Feb 4, 2009
2:34 pm
21339
I'm unexcited about bumping up the JUnit complexity for a single feature. Again, I love JDave, but I'd love a feature suggestion that used one stone to kill at...
David Saff
dsaff
Offline Send Email
Feb 4, 2009
3:15 pm
21340
There's not an easy way to do this in JUnit 4. There should be, in my humble opinion. Can you make sure there's a feature request for it? David Saff ... ...
David Saff
dsaff
Offline Send Email
Feb 4, 2009
3:16 pm
21341
The last message was tucked at the bottom of a different thread. http://github.com/KentBeck/junit Share and Enjoy! Kent and David [Non-text portions of this...
David Saff
dsaff
Offline Send Email
Feb 4, 2009
3:22 pm
21342
Thanks for the update. When is someone going to cleanup the junit.org site though? Its full of spam messages for viagra etc... A...
andrewmcdonagh
andy_ipaccess
Offline Send Email
Feb 4, 2009
3:26 pm
21343
I didn't know (ObjectMentor has hosted and maintained the site). Thanks for the heads up. David Saff ... [Non-text portions of this message have been removed]...
David Saff
dsaff
Offline Send Email
Feb 4, 2009
3:29 pm
21344
No problem. They all seem to be spam messages in the article comments section. A...
andrewmcdonagh
andy_ipaccess
Offline Send Email
Feb 4, 2009
3:37 pm
21345
... From: Ben Rady <benrady@...> Date: Wed, Feb 4, 2009 at 10:43 AM Subject: Re: [junit] JUnit source hosting has moved to Github To: David Saff...
David Saff
dsaff
Offline Send Email
Feb 4, 2009
3:46 pm
21346
OK, we've moved JUnit hosting to github. Next up is issue tracking. Any favorites out there? Easy URLs are a big win for me ( ...
David Saff
dsaff
Offline Send Email
Feb 11, 2009
3:21 pm
21347
... I'm quite a big fan of JIRA. Codehaus might be an option for the hosting, or you could speak to someone at Atlassian. I understand that they make their...
James Abley
taboozizi
Offline Send Email
Feb 12, 2009
12:20 pm
21348
I had forgotten that there might be free JIRA hosting available. Excellent idea. David Saff ... [Non-text portions of this message have been removed]...
David Saff
dsaff
Offline Send Email
Feb 12, 2009
2:19 pm
21349
David, I rewrote my patch into AnnotatedBuilder. I wrote it in such a way that it decreases the complexity of the original AnnotatedBuilder. The net effect of...
tuomaskarkkainenri
tuomaskarkka...
Offline Send Email
Feb 12, 2009
6:36 pm
21350
I'm new to JUnit, so I'm probably missing something obvious, but does anyone know how to get @Ignore occurrences to get reported? For example, given the...
resendes
Offline Send Email
Feb 12, 2009
11:34 pm
21351
I have implemented a solution to tracker#1565177 on the sourceforge site, and would be happy to feed it back into the project. Can anyone guide me through...
Tim Hobson
timeh
Offline Send Email
Feb 13, 2009
10:56 pm
21352
Dear Bob, You need to use both the @Test and the @Ignore annotations in order to get the behavior that you want. Without the @Test annotation, the test runner...
Pigneri, Rocco
rpigneri@...
Send Email
Feb 13, 2009
10:57 pm
21353
Yeah, I wouldn't consider anything but JIRA....
Bradley, Todd
todd404
Offline Send Email
Feb 13, 2009
11:42 pm
21354
... Rocco, Thanks for the hint. I tried it, but it didn't seem to change the ant output: $ ant unittest [snip] unittest: [junit] Running TTest [junit] Tests...
resendes
Offline Send Email
Feb 14, 2009
8:18 pm
21355
Hi, Tim. Thanks for looking into this. We've just moved our hosting over to Git, and we are Git newbies ourselves, so stay on the list so that wiser heads can...
David Saff
dsaff
Offline Send Email
Feb 16, 2009
3:12 pm
21356
Hi, I've tried looking around the group but I haven't seen an answer to this. I'm trying to set up a group of tests that runs only under certain circumstances....
yme0987654321
Offline Send Email
Feb 17, 2009
10:15 am
21357
Have you considered placing these tests in a seperate directory structure to your normal tests so they can be selected as a group to be run? Say currently you...
Colin Vipurs
zodiac_zx6
Offline Send Email
Feb 17, 2009
12:17 pm
21358
That is certainly doable, but I was hoping to use this technique for other types of test segregation going forward. That is besides DBTests (as in tests that...
yme0987654321
Offline Send Email
Feb 17, 2009
2:50 pm
21359
I don't know whether that's an option for you, but TestNG supports test groupings. Did you look into that? But I'm not sure I understand the way you plan to...
Malte Finsterwalder
maltefinster...
Offline Send Email
Feb 17, 2009
3:04 pm
21360
yme0987654321, You can use assumptions in 4.5 and afterward to ignore entire classes: public class BigLongTest { @BeforeClass public static void...
David Saff
dsaff
Offline Send Email
Feb 17, 2009
3:19 pm
21361
Hi David, My name is Yishai (I have to figure out how to change this Yahoo profile). Anyway, I guess the issue is that I have many tests that are in the 3.8...
yme0987654321
Offline Send Email
Feb 17, 2009
6:23 pm
21362
I did, but there are reasons to continue to use JUnit for our project. One is that TestNG adds an additional Framework (we are not getting away from JUnit, due...
yme0987654321
Offline Send Email
Feb 17, 2009
6:27 pm
Messages 21333 - 21362 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