Uploaded image for project: 'Samza'
  1. Samza
  2. SAMZA-412

Replace usage of assert with appropriate JUnit Assert method

    XMLWordPrintableJSON

Details

    • Test
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.8.0
    • test

    Description

      I noticed that a number of tests use assert rather than JUnit's assertTrue, assertFalse, assertEquals, etc. methods. From looking at the JUnit.Assert Javadoc, it appears that we are currently just using the Scala assert rather than a JUnit method.

      We should change all uses of assert to use one of the JUnit.Assert methods.

      Attachments

        1. SAMZA-412.0.patch
          120 kB
          David Chen

        Activity

          People

            davidzchen David Chen
            davidzchen David Chen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: