Junit 4.4 upgrade problem.
senthil kumar <[email protected]> Thu, 15 May 2008 15:54:01 -0700 (PDT)
| Newsgroups | gmane.comp.jakarta.cactus.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, We are having some problem with upgrading Junit 4.4 version. Since some of the API's like (TestSuiteLoader.java) were removed in junit4.4 which were used by cactus, we wont be able to run our testcases we are getting runtime exception. Details : WebappTestSuiteLoader from Cactus was implemented using TestSuiteLoader interface from Junit3.8 but this API didn't exists in junit4.4. Could anyone have any ideas how to over come this problem. -senthil