Hello, I am new to JUnit and facing various problems using it. I have a GUI application which has around 40 modules. Can anybody tell me what is the maximum...
... There is no technical limit for the number of interconnected modules you can test with JUnit. However, I must point out that if your test is exercising...
org.junit.internal.requests.ClassRequest contains logic which selects the appropriate Runner for use with a given test class. This logic includes picking the...
I was wondering if anyone has a good suggestion to accomplish this goal. I'd like to have some of my automated integration tests to run multiple times, against...
You could write an abstract test with one subclass per database. The parent class containing the real test, the subclass containing only the setup. Or you can...
When I try to get the sources so I can backport JUnit 4.2 to Java 1.4 - I run into trouble with sourceforge (oh how I love cvs). I've tried both the command...
... You can use JUnit to test any Java code there is. As long as you can invoke the method you want to test, JUnit doesn't care what happens inside that...
All, Thanks for the heads-up. I didn't get a chance to check until this morning, and everything seems fine from my end. Can anyone who saw it down confirm...
Thanks David - I do know about the JUnitExt work - its an elegant solution but it would still require the build machines to have Java 1.5 running on them....
... It's back up, but it was definitely down for some time last week. Alberto http://www.JUnitFactory.com Experimental characterization test generator. 100%...
Hi, I'm quite new to JUnit. I'm having to give a presentation of JUnit in more than a week. The focus is the new features in version 4. Nevertheless, I think I...
Hi guys, for our project me and a friend are using JUnit heavily. Our application is a client that collects data and a backend that organizes and analyses it....
Hi, I execute a Junit test in Eclipse fine. Then when I run the same test in Ant I get a NullPointerException. Have anyone experienced the same problem? Any...
hi all this is not related to Junit. its related to testing: Do we have any bugs which can be detected by condition coverage(code coverage) and not by boundary...
Hi Mikael, We need more information than that. What versions of JUnit, Ant, and Eclispe are you using, and what does your Test do? Steve. Stephen Smith, MEng...
Stephen Smith
steve@...
Mar 7, 2007 12:55 pm
19052
We had differences between running in netbeans , eclips and ant in eclips. The order in whitch the tests are run is not fixed and bad written tests could run...
JUnit is explicitly designed for test independence, you can never guarantee test order. Different TestRunner implementations will do different things. ... ...
Stephen Smith
steve@...
Mar 7, 2007 2:15 pm
19054
After two days of waiting Sourceforge's CVS access is still down for junit. I've only a limited window to dedicate to backporting JUnit 4.2 to Java 1.4 - so I...
Nik, There are more advanced options, but can you create two different suites, one with the full set of tests, and one with the slow database-connecting tests?...
Mark, I've uploaded a jar of the source from HEAD, which is almost 4.3: http://senduit.com/ffbee0 If you specifically need the 4.2 sources, let me know. Good...
... http://tinyurl.com/anel -- J. B. (Joe) Rainsberger :: http://www.jbrains.ca Your guide to software craftsmanship JUnit Recipes: Practical Methods for...