Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Java Unit Testing

Options
  • 11-12-2001 9:42pm
    #1
    Registered Users Posts: 21,264 ✭✭✭✭


    I was just wondering what people here used for Unit Testing?

    I've used Jtest which I have to admit is excellent and JUnit which is OK but I'm just wondering if there are any others?


Comments

  • Registered Users Posts: 21,264 ✭✭✭✭Hobbes


    Doesn't anyone do Unit testing? Sheesh what kind of programmers are they rareing these days?

    Jtest

    Junit


  • Registered Users Posts: 3,744 ✭✭✭deRanged


    I just write my own unit tests ...


  • Closed Accounts Posts: 1,651 ✭✭✭Enygma


    I use JUnit which is just fine for me. Must look into Jtest though

    Oh and deranged, you should look into using JUnit, you can automate your tests using Ant, pretty sweet :)


  • Registered Users Posts: 7,468 ✭✭✭Evil Phil


    I generally right my own too, but I'm going to have a look at these.


  • Registered Users Posts: 21,264 ✭✭✭✭Hobbes


    Originally posted by Enygma

    Oh and deranged, you should look into using JUnit, you can automate your tests using Ant, pretty sweet :)

    Do you have linkage on that? Is it in the JUnit doc? I couldn't see it in the Ant doc.


  • Advertisement
  • Closed Accounts Posts: 1,651 ✭✭✭Enygma


    Sorry bout that, it's in the optional jar.
    Here's the doc for it:
    http://jakarta.apache.org/ant/manual/OptionalTasks/junit.html

    And staying with Jakarta here's another interesting project (extending JUnit).
    http://jakarta.apache.org/cactus/index.html


  • Closed Accounts Posts: 1,651 ✭✭✭Enygma


    Here's another tasty little project that will impress and astound your manager
    I like graphs too :)
    http://nounit.sourceforge.net/


Advertisement