Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is it possible to use cactus and Junit 4 at the same time? Because I know that current cactus release is based on Junit 3.8. Cactus looks like hasn't been maintained for a long time,doesn't even support annotation, is there any better framework to replace cactus?

share|improve this question

1 Answer

up vote 0 down vote accepted

Wikipedia has a link to a workaround. Note that a JUnit 4 suite can run JUnit 3.8 tests. This means you can keep your Cactus tests as JUnit 3.8 and your other tests as JUnit 4.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.