I was using Surefire's ability to run POJO tests as described here:

https://maven.apache.org/surefire/maven-surefire-plugin/examples/pojo-test.html

I noticed my setUp() and tearDown() methods were not being called. However, when I make those methods static they are called. I didn't see a requirement that the methods have to be static in the documentation. Is that a bug in the software or the documentation?

Bruce


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to