Hello, here is a proposal to provide a simple filter mechanism in Junit Custom filter in 3 steps - create a config file - create a class which contributes...
I was curious, when might we expect JUnit 4.11 to be released? I need the new feature that allows passing names into data drive tests via "@Parameters(name =...
24046
Philip Gillißen
furtelwart@...
Oct 5, 2012 2:55 pm
Hi ralthor, I am currently waiting for 4.11, too, because of named Parameterized Tests. I took a snapshot of JUnit and uploaded it into our Nexus. So I was ...
At this point, Marc Philipp has stepped up and is spinning a beta release. I believe he's just waiting on release notes feedback from, well, me. You can...
Hi Team, Can anybody help me out how to re-rerun the failed test cases either through Ant or Programmatic. Lets say i have 10 test cases in two different Java...
Look at http://ant.apache.org/manual/Tasks/junit.html, the failure formatter seems to be what you are searching. Gilles Scokart ... [Non-text portions of this...
Once again, it's time for a little reminder of some of the finer points of JUnit mailing list etiquette. This will be posted now and then; not often enough to...
All, I am happy to announce the release of JUnit 4.11-beta-1. There have been a lot of contributions by a full cast of contributors. Thanks to everyone who...
Paul, we have deprecated the Maven artifact that used to have Hamcrest embedded since that didn't make any sense from a Maven point-of-view (see the release...
Marc, I think the way it's set up for non-Maven users is fine; as a Maven user, I'll be thrilled to depend explicitly only on junit:junit. Ultimately I think...
While I do not consider my opinion to have much weight, I like moving toward a junit jar without Hamcrest. Providing both jars in the zip file as a convenience...
Here's a suggestion. With no change to the maven packaging, here's what we make available for download. JUnit 4.11 - junit-dep.jar: no hamcrest - junit.jar:...
Sounds like a good plan. I think we could even drop junit-dep.jar with 4.12. IMHO it would be quite easy for people consuming the JARs to put a different one...
From my very personal point-of-view I cannot imagine using JUnit without Hamcrest anymore. @Paul: What would be the benefit of "breaking the dependency"...
Hello Marc, as long as hamcrest has the same major number and stays backwards compatible there should be no problem. My point was, that you always depend on...
As long as the end-goal is for the Maven junit:junit artifact to _declare_ a dependency on Hamcrest without including it, I'm happy! If I had it my way this...
24063
Paul King
paulk@...
Oct 20, 2012 2:37 am
I would certainly like a version of JUnit without any dependency on hamcrest for when using with Groovy. I find hamcrest very useful when using Java but I...
Actually, this will be effective with 4.11. This discussion was about the JARs to be downloaded by non-Maven users. Cheers, Marc ... [Non-text portions of this...
I am Selenium Developer. I was trying to override the class: TestWatcher method: failed. To add some custom test failure handling (take a screenshot on test...
J, Here's how I'd approach it. I'll assume you already have some kind of class Screenshotter extends TestWatcher { ... } You'll need to take the logic from...
Thank you so much for the quick reply! Thats a great approach! The only thing is that some of our tests use @After to close the browser, while others use...
Actually, you should be able to reuse the same extension. On classes where you want to close the browser after each test, use the strategy I outlined above....
All, As 4.11 nears release, I've started a github label to track features and bugs that are of small- to medium-scope, and clear benefit. Feel free to ...
Metain, I'm sorry, I usually try not to let things linger for multiple weeks here. Did you already find a solution? David Saff ... [Non-text portions of this...
Spring can't load, because some bean get's a failure, when initialized. That has nothing to do with JUnit, but only with Spring. Ask somewhere, where you can...