]
James Perkins updated LOGTOOL-125:
----------------------------------
Fix Version/s: 2.1.0.Alpha3
Move from testng to JUnit
-------------------------
Key: LOGTOOL-125
URL:
https://issues.jboss.org/browse/LOGTOOL-125
Project: Log Tool
Issue Type: Task
Reporter: James Perkins
Fix For: 2.1.0.Alpha3
Most JBoss projects use JUnit over testng. Test assertions are done in reverse order
which, for me at least, causes confusion when adding new tests. This project should move
to using JUnit to avoid confusion.