On Aug 19, 2006, at 3:10 PM, Jason Dillon wrote:
I'm all for TestNG... hopefully now the maven reports are all happy
since its now supported by surefire.
But, the TestSupport classes does not need to be JUnit specific,
the same code will work fine in TestNG... and once we switch over
to TNG fully (if or when that is), all we need to do (optionally)
is drop the extends from TestCase and everything else should be fine.
How would that be possible since TestCase is what imports the assert
methods?
-dain