Brian McGuiness

Greenhorn
+ Follow
since Sep 25, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Brian McGuiness

I need to run a couple of methods at the start and end of a series of Cactus tests.
I've looked at the TestSetup class which is used for something similar in JUnit but, AFAIK, you have to subclass TestSetup in order to use it and my Cactus test is already extending servletTestCase.
Does anyone know how I can do the same in Cactus? The only thing I can think of is having direct calls to a start method from my first test and a close method at the end of my last test but this means that my tests always need to be run in the same sequence and I can't create suites without moving these calls about.
cheers
Brian
20 years ago
Does your book cover Cactus as well as non-EJB JUnit?
cheers
20 years ago