[
https://issues.apache.org/jira/browse/NIFI-11108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Stieglitz updated NIFI-11108:
------------------------------------
Description:
A search for
{code:java}
org.junit.Test
{code}
in nifi/nifi-nar-bundles indicates there are still 23 tests using Junit 4.
And a search for
{code:java}
org.junit.Assert
{code}
indicates there are over 100 imports of this class.
was:
A search for
{code:java}
org.junit.Test
{code}
in nifi/nifi-nar-bundles indicates there are still 23 tests using Junit 4.
> Refactor remaining JUnit 4 tests under nifi/nifi-nar-bundles to JUnit 5
> -----------------------------------------------------------------------
>
> Key: NIFI-11108
> URL: https://issues.apache.org/jira/browse/NIFI-11108
> Project: Apache NiFi
> Issue Type: Sub-task
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
>
> A search for
> {code:java}
> org.junit.Test
> {code}
> in nifi/nifi-nar-bundles indicates there are still 23 tests using Junit 4.
> And a search for
> {code:java}
> org.junit.Assert
> {code}
> indicates there are over 100 imports of this class.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)