Hello,
Rudra Prasad Tripathy wrote:
> can anybody suggest whether it is possible to run a single method of a
> test class? I am using junit 3.8.
I don't think this is possible out of the box.
And frankly I think you are doing something wrong, when you have a need
for such a feature.
My Ant-Builds usually run a bunch of tests and not just a single method.
Why do you need such a feature?
Greetings,
Malte