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
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
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
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
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
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
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...
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
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...
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
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...
May 26, 2013 12:50 pm
... Great, thanks. Philippe...
24393
s_soloff
May 25, 2013 7:42 am
... @Kevin: I feel like a fool. I actually "discovered" rules during this exercise and spent some time changing legacy @Test(timeout = ...) tests to use a...
24392
David Saff
saffatgoogle
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
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
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
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
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
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
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...
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
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@...
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@...
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...
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
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
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
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
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 ...