When I try to run a TestCase from within Eclipse it runs the setup() method for every
test method within that TestCase. I'm sure this isn't the right behaviour, the setup method is causing a failure but only because it's being executed more than once.
Any ideas why this is? Presumably it's a config issue in Eclipse.
Cheers