My point was that TestSupport is as of right now now dependent on JUnit.
But, even if we do move on to use TestNG there is no major reason why
we would need to change the parent class... we could, but don't have to.
--jason
On Aug 19, 2006, at 5:21 PM, Dain Sundstrom wrote:
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