Jesse Kuhnert wrote:
P.S. Not using TestNGClassFinder.isTestNGClass is the exact reason (probably?..) why someone's base class with no test methods and only @Configuration methods might not be found.
Unlikely, as it is going to assume it's a TestNG class as long as it doesn't extend TestCase, right?
My understanding was it was using the class, but running 0 tests, though I might be misremembering (I seem to leave my short term memory behind when I travel overseas).
- Brett --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
