You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Daniel Stieglitz (Jira)" <ji...@apache.org> on 2023/05/25 14:09:00 UTC

[jira] [Created] (NIFI-11600) Combine two test classes by the name of TestFormatUtils into one class and use Junit 5 constructs

Daniel Stieglitz created NIFI-11600:
---------------------------------------

             Summary: Combine two test classes by the name of TestFormatUtils into one class and use Junit 5 constructs
                 Key: NIFI-11600
                 URL: https://issues.apache.org/jira/browse/NIFI-11600
             Project: Apache NiFi
          Issue Type: Improvement
            Reporter: Daniel Stieglitz
            Assignee: Daniel Stieglitz


With the code changes done in NIFI-11528 there are now two test classes named
{code:java}
TestFormatUtils
{code} 
The former one is in
{code:java}
nifi-commons/nifi-utils/src/test/java/org/apache/nifi/processor
{code}
while the new one is in
{code:java}
nifi-commons/nifi-utils/src/test/java/org/apache/nifi/util
{code}
The latter one is in the correct package as 
{code:java}
FormatUtils
{code}
 is located in package org.apache.nifi.util
The aim of this ticket is to combine the two test classes into one in the correct package and to upgrade the unit tests in the former class to use JUnit constructs e.g. Paramaterized tests.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)