Recent Discussions in JUnit, the Java unit testing framework written by Kent Beck and Erich Gamma.


To join this group, send a blank email to junit-subscribe@yahoogroups.com or visit http://groups.yahoo.com/group/junit



  1. Re: Knowing test-state in tearDown()?
    Rasmus, Sorry for the late response, but did you ever submit a feature request for this? Thanks, David Saff On Fri, Feb 8, 2008 at 8:05 AM, Rasmus Lock Larsen...
    - Fri, 21 Nov 2008 14:49:52 GMT
  2. Re: getting full error message when doing asserEquals?
    Arny, Sorry for the ridiculously late reply, but in case someone else finds this in the archives, I believe that the error message has been much better since...
    - Fri, 21 Nov 2008 14:43:40 GMT
  3. Re: installation error in junit3.8.2
    Deepak, I'm sorry your question was never answered, but if someone searches and finds this in the future, the org.junit package is only in JUnit 4.0 and above....
    - Fri, 21 Nov 2008 14:40:11 GMT
  4. Re: maven2 with Junit 4 ignores @Test annotations
    Sankar, Sorry for the late response. Did you ever find an answer? David Saff...
    - Fri, 21 Nov 2008 14:39:00 GMT
  5. Re: running junit method from ant build
    Did you look into a test suite? Something like: public class SomeTestSuite extends TestCase { public static Test suite() throws Exception { TestSuite suite =...
    - Thu, 20 Nov 2008 23:49:32 GMT
  6. Re: running junit method from ant build
    Hello, ... I don't think this is possible out of the box. And frankly I think you are doing something wrong, when you have a need for such a feature. My...
    - Thu, 20 Nov 2008 07:55:52 GMT
  7. running junit method from ant build
    hi All, can anybody suggest whether it is possible to run a single method of a test class? I am using junit 3.8. Thanks in advance, Rudra...
    - Wed, 19 Nov 2008 19:37:55 GMT
  8. Re: FYI - random (JVM-related?) test error
    I'd be suspicious of Maven first. It would be interesting to System.out.println(junit.runner.Version.id()); David...
    - Tue, 18 Nov 2008 18:31:16 GMT
  9. Re: eclipse plugin
    I'd start by looking at Request.method(), and build up from there. David Saff...
    - Tue, 18 Nov 2008 18:29:23 GMT
  10. Re: Writing unit test for eclipse swt project
    Asked same question at maven group and someone suggested a solution: http://www.nabble.com/Problem-of-resolving-eclipse-swt-linux-library-td19103219.html ...
    - Tue, 18 Nov 2008 17:18:12 GMT
  11. Re: ClassNotFoundException ant, junit, eclipse
    Magnus, Sorry for a very late response. Did you find an answer? David Saff...
    - Tue, 18 Nov 2008 15:28:10 GMT
  12. Re: how to load faces-managed-beans.xml from JUnit Test cases
    Actually my code goes like this....... public class UserBean extends BaseBean { public String loginAction() { try { User user =...
    - Tue, 18 Nov 2008 13:28:24 GMT
  13. Re: eclipse plugin
    JUnit 4 . I want to be able to create the class list and the tests in each class dynamacly if it possible. ... -- View this message in context:...
    - Mon, 17 Nov 2008 23:14:26 GMT
  14. Re: eclipse plugin
    Hi, I didnt see in the source code what is the action taken by eclipse to run only part of the class. What is name of the plugin that eclipse use? Which junit...
    - Mon, 17 Nov 2008 23:12:03 GMT
  15. Re: Feature request: Support Test Cases on other VMs
    Jack, Did you ever submit this to Sourceforge? Thanks, David Saff...
    - Mon, 17 Nov 2008 20:34:41 GMT