Search:

Type: Posts; User: saoley

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,191

    Re: Testing testcase in Junit3 using treemap

    Woww, jashburn, This is amezing. My code is working now. THANKS a LOT.
    Just to mentioned here , there are two ways to write name of method in junit3 . Either you can start with "test" name or you...
  2. Replies
    4
    Views
    1,191

    Re: Testing testcase in Junit3 using treemap

    Thanks aussiemcgr, but I am testing in Junit 3 and annotation required in Junit 4.
  3. Replies
    4
    Views
    1,191

    Testing testcase in Junit3 using treemap

    Hello Everybody,

    I am beginner in Java and facing one problem while testing junit3 testcase using treemap.

    The code :
    ===========================
    package sampleJunit3;

    import...
Results 1 to 3 of 3