You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2023/05/25 21:16:00 UTC

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

    [ https://issues.apache.org/jira/browse/NIFI-11600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17726393#comment-17726393 ] 

ASF subversion and git services commented on NIFI-11600:
--------------------------------------------------------

Commit 1dfd85b40b233662d3a73913c0bfd1c5c30e2e69 in nifi's branch refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=1dfd85b40b ]

NIFI-11600 Combined the two TestFormatUtils into one class

This closes #7298

Signed-off-by: David Handermann <ex...@apache.org>


> 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
>            Priority: Minor
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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 
> {code:java}
> org.apache.nifi.util
> {code}
> 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)