Uploaded image for project: 'Oozie'
  1. Oozie
  2. OOZIE-783

Upgrade to junit4

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.3.0
    • None
    • None

    Description

      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

      Attachments

        Activity

          People

            virag Virag Kothari
            virag Virag Kothari
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: