Rohini Palaniswamy created OOZIE-1122:
-----------------------------------------
Summary: Move to TestNG from junit
Key: OOZIE-1122
URL: https://issues.apache.org/jira/browse/OOZIE-1122
Project: Oozie
Issue Type: Improvement
Reporter: Rohini Palaniswamy
It would be good to move to TestNG to make good use of BeforeClass and
AfterClass. Service initialization is done before every method and teardown
after every mothod which is not necessary. Junit also has the BeforeClass and
AfterClass but they need to be static making all the variables to be declared
as static which is ugly and also doesn't gel with the current model of
inheritance in the test classes. Will cut down on the time taken for unit tests
by a lot.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira