Upgrade to junit4
-----------------

                 Key: OOZIE-783
                 URL: https://issues.apache.org/jira/browse/OOZIE-783
             Project: Oozie
          Issue Type: Bug
            Reporter: Virag Kothari


Following things are required from migrating:
1) Add @Test annotation to each test
2) "extends TestCase" should be removed in XTestCase
3) @Before and @After annotations for setUp() and tearDown()
   @Before
   public void setUp() throws Exception { }
   @After
   public void tearDown() throws Exception { }
4) Some changes to imports required 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to