I quietly released a nearly-final version of tapestry-testng a couple of days ago. The new version number is 1.0.0-SNAPSHOT.
The only significant change is that I changed the TestBase base class to extend from org.testng.Assert, so you can access all the assertion methods without doing a static import.
1 comment:
Great! I was starting to get annoyed at having to paste them in when needed.
Nice practical addition.
Post a Comment