hi friends, My application is in wicket and we use lots of wicket interfaces in our application and i am not able to cover the code in test as i am not able to...
When there are no tests matching the Include/Exclude filters, Categories throws an InitializationError. Can this behavior be changed? IMO, if nothing matches...
Hi All, I have right now created an open group on the LinkedIn for the JUnit which we can enjoy. You are All Welcome to join! It is a good style that the...
We are all developing new features and bug fixes in to JUnit. You had to already see that this is not short time to accept a new design. When I submit...
Hi everyone. My name is Dawid Weiss, I'm a committer to Apache Lucene/Solr. Lucene and Solr use a custom runner to randomize test execution extensively. This...
I'm using a test suite class to collect up a bunch of individual testcase classes. I also use the "junitreport" ant task to create an html report of the test...
Is there anything special/different that needs to be done when running UI tests in Eclipse with JUnit on Mac/OSX? I have issues with the frame tested not...
I just created a bugfix for the Parameterized runner. The pull request slightly modifies the behaviour of the runner. Today the @Parameter method is called...
The information about JUnit is across three different places: junit.org, junit.sourceforge.net and github. Additionally some information is missing or very...
I'm trying to create a runnable JAR in eclipse using Junit 4.9 but I can't get it right. This website says it is necessary to create a separate class 'main' ...
Hi Everyone, I am running a suite of tests from command line on Linux and when I ran the tests and as expected at run time an output is printed on the command...
Hi All , I am very new to JUnit. I would like to use Junit for Strust application. I am using Struts1.3 and wan to use jUnit for testing. Please guide, which...
Hi guys, A few years ago we have started using ClasspathSuite as our runner and we have modified it to suit our needs. One of the things that we do is logging...
Hi list, I'm attempting to overhaul our test source as per this Jira issue [1] and sub-issues. When looking at one existing test class [2] I see that instead...
This has probably come up before. Please forgive me for I failed to find an answer. I'm using @RunWith(Parameterized.class) and want to have test names other...
All, JUnit 4.10 has been released. It fixes a bug in packaging that affected maven users who use up-to-date versions of hamcrest. Thanks to the efforts of a...
Does anyone know if there is a copyright statement for JUnit? I was not aware of any and have been unable to find one, but I need to double check. Thanks!...
Hi list, I'm embarking on a pretty monumental JUnit test writing journey as part of a larger vision of improving code integrity as well as expanding our...
Hi Everyone, I have a simple question: I have downloaded the source of JUnit and I would love to learn how the structure was designed and how the execution...
Hi, I need to use htmlunit in my company and looking to have a start on this.. I have already downloaded html unit but I am not sure how can i get it running.....
All, I've pushed the first snapshot beta version of JUnit 4.10 to sonatype. Many thanks to a bright constellation of contributors. Perhaps most notably, this...
Currently the Result class simply ignores testAssumptionFailure. The corresponding method is empty and there's a comment: // do nothing: same as passing (for...
All, I think this thread got buried in a valuable schooling about maven etiquette to me. However, I'm still curious to know... I think we're ready to cut a...