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: 31225
  • Category: Java
  • Founded: Nov 6, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 24376 - 24405 of 24405   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
24405 Paul Holser
pholser Send Email
Jun 18, 2013
2:18 pm
Hi JUnit, I am just about ready to release a version of the JUnit theories runner in junit.contrib (https://github.com/junit-team/junit.contrib) that is...
24404 David Saff
saffatgoogle Send Email
Jun 17, 2013
3:33 pm
Our old processes for keeping the public JUnit javadoc out of date didn't survive our latest upheaval in hosting--my apologies. Since everything is hosted at...
24403 mphilipp1982 Send Email Jun 9, 2013
9:30 am
I agree that it would be helpful to have an offcial browsable location for the Javadoc for each release. However, this is not available at the moment. To help...
24402 Grzegorz Słowiko...
gslowikowski Send Email
Jun 7, 2013
12:16 pm
Hi It would be great to have versioned javadocs as well (with version numbers in the url). Grzegorz Slowikowski ... [Non-text portions of this message have...
24401 hkaipe Send Email Jun 7, 2013
9:56 am
I wonder if there is any official url-location, to which the latest JUnit javadocs are published? I have been linking other documentation to this location ... ...
24400 David Saff
saffatgoogle Send Email
May 31, 2013
3:05 pm
Sorry to come in late on the discussion. I've generally been against the idea of meta-annotations. I understand that they can simplify things, but they also...
24399 David Saff
saffatgoogle Send Email
May 29, 2013
8:18 pm
Thanks, Steve. I'm tracking your suggestion at https://github.com/junit-team/junit/issues/686 ... [Non-text portions of this message have been removed]...
24398 Malte Finsterwalder
maltefinster... Send Email
May 29, 2013
8:20 am
I'm with Kristian: don't implement such a thing in surefire, but not in JUnit. I think the Suggestion that Dale proposed is great. But it is a JUnit Feature...
24397 krosenvold Send Email May 29, 2013
6:15 am
... I think this sounds great. But Shouldn't the @CategoryAnnotation itself be part of Junit ? The filtering bit could well be delegated to various runners..? ...
24396 Dale Emery
dhemery... Send Email
May 29, 2013
12:04 am
Hi Kristian, ... One possibility (that I'm toying with an another domain) is to use a meta-annotation like @CategoryAnnotation. Any annotation that is itself...
24395 krosenvold Send Email May 28, 2013
5:53 pm
We have received a patch over at maven-surefire (https://jira.codehaus.org/browse/SUREFIRE-833) that allows any annotation to be used as a replacement for...
24394 Philippe Marschall
philippe_mar... Send Email
May 26, 2013
12:50 pm
... Great, thanks. Philippe...
24393 s_soloff Send Email May 25, 2013
7:42 am
... @Kevin: I feel like a fool. I actually "discovered&quot; rules during this exercise and spent some time changing legacy @Test(timeout = ...) tests to use a...
24392 David Saff
saffatgoogle Send Email
May 24, 2013
7:13 pm
OK, I'm accepting this pull request. Any further concerns will need to be expressed before the next release. On Thu, May 23, 2013 at 2:18 AM, Jaroslav Tulach...
24391 Kevin Cooney
kevincooney2000 Send Email
May 24, 2013
4:48 pm
Note the Timeout rule will call @Before and @After methods in the same thread as the test. The test class is created before rules are applied, so if your test...
24390 Cédric Beust 
cbeust Send Email
May 24, 2013
3:50 pm
... Why not? When you find a @Test(timeout=...), create a thread, run the @Before method in it, then the test method, then the @After method, all in that...
24389 David Saff
saffatgoogle Send Email
May 24, 2013
3:25 pm
Steve, You raise a great question. Unfortunately, and perhaps I'm missing something obvious, I don't think there's a way to provide timeout semantics,...
24388 Steven Soloff
s_soloff Send Email
May 24, 2013
12:03 pm
Hi All, I've been using timed tests (i.e. @Test(timeout = ...)) for years but recently came across an implementation detail of which I was unaware. While I...
24387 Jaroslav Tulach
jaroslavtulach Send Email
May 23, 2013
6:18 am
... That would be nice... ... ...currently NetBeans IDE lets the end user download JUnit from Maven central when needed. This is problematic for users behind...
24386 David Saff
saffatgoogle Send Email
May 22, 2013
5:58 pm
For context, Philippe brought this to my attention again. I think it's time to just do it, but this is the chance for anyone who has concerns to speak up. ...
24385 Philippe Marschall
philippe_mar... Send Email
May 22, 2013
10:49 am
Hi There are several cases (at least NetBeans and OpenJDK) where JUnit can't be used because it's CPL and EPL would be fine. To sum up: - EPL is the latest...
24384 Henning Groß
henninggro Send Email
May 12, 2013
1:37 pm
Hi Matthew! Sounds like a possibility. I will have a look at it. But I still think it would be good to have the possibility to enable rules globally. Regards! ...
24383 org.junit@... Send Email May 5, 2013
3:18 pm
On Sun, 5 May 2013 14:21:19 +0000 ... Sorry, false alarm! The fireTestIgnored() method is called correctly (an exception elsewhere was being swallowed...
24382 org.junit@... Send Email May 5, 2013
2:54 pm
Hello. I'm writing a small program that passes a custom RunNotifier to an instance of BlockJUnit4ClassRunner and for some reason, it seems that the...
24381 willmcqueen Send Email May 4, 2013
12:37 pm
Done: https://github.com/junit-team/junit/issues/673 Thanks, David. Cheers, Will...
24380 David Saff
saffatgoogle Send Email
May 3, 2013
5:03 pm
Will, I think this is relevant to recent work on theories by @pimterry. Can you create a bug on github, and mention @pimterry in the description? Thanks, ...
24379 willmcqueen Send Email May 2, 2013
5:18 am
Hi, ... ...but just one problem -- the JUnit Iterable @DataPoints doesn't seem to get the data lazily... it looks like it slurps everything into memory before...
24378 willmcqueen Send Email May 2, 2013
3:24 am
Hi, I have a Theory with a parameter list that includes a String, a boolean, and an enum. The latter 2 should be automatically assigned and should not need any...
24377 Matthew Farwell
mjfarwell Send Email
Apr 30, 2013
1:55 pm
Hello, Are you using maven? If so, one option that you could possibly consider is using a different provider to surefire. A provider is a class which knows how...
24376 Henning Groß
henninggro Send Email
Apr 30, 2013
12:38 pm
Hi Kevin! Thank you very much for your feedback! First some words to the environment: In the project I need the feature we currently have 9 developers and it ...
Messages 24376 - 24405 of 24405   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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