Re: TestNG @BeforeMethod not working on subclasses.

2008-02-11 Thread Dan Fabulich
roadtripryan wrote: I am trying to test using TestNG/Spring/ and Maven Surefire 2.4.1. My test suite runs great from within eclipse as individual tests or as a whole suite. When I try and run the tests in Maven Surefire, however, they fail. It appears Surefire is not calling the correct @Before

TestNG @BeforeMethod not working on subclasses.

2008-02-11 Thread roadtripryan
I am trying to test using TestNG/Spring/ and Maven Surefire 2.4.1. My test suite runs great from within eclipse as individual tests or as a whole suite. When I try and run the tests in Maven Surefire, however, they fail. It appears Surefire is not calling the correct @BeforeMethod method. (When