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/15 19:53:00 UTC

[jira] [Comment Edited] (NIFI-11550) Refactor Groovy tests in nifi-commons/nifi-expression-language to Java (and JUnit 5)

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

Daniel Stieglitz edited comment on NIFI-11550 at 5/15/23 7:52 PM:
------------------------------------------------------------------

[~exceptionfactory] There is already a Junit 5 test class for this
{code:java}
nifi-commons/nifi-expression-language/src/test/java/org/apache/nifi/attribute/expression/language/TestQuery.java
{code} should I just add the four tests from
{code:java}
nifi-commons/nifi-expression-language/src/test/groovy/org/apache/nifi/attribute/expression/language/QueryGroovyTest.groovy
{code}
to it or should I create new test class?



was (Author: JIRAUSER294662):
[~exceptionfactory] There is already a Junit 5 test class for this
{code:java}
nifi-commons/nifi-expression-language/src/test/java/org/apache/nifi/attribute/expression/language/TestQuery.java
{code} should I just add the four tests from
{code:java}
nifi-commons/nifi-expression-language/src/test/groovy/org/apache/nifi/attribute/expression/language/QueryGroovyTest.groovy
{code}
to it?


> Refactor Groovy tests in nifi-commons/nifi-expression-language to Java (and JUnit 5)
> ------------------------------------------------------------------------------------
>
>                 Key: NIFI-11550
>                 URL: https://issues.apache.org/jira/browse/NIFI-11550
>             Project: Apache NiFi
>          Issue Type: Sub-task
>            Reporter: Daniel Stieglitz
>            Assignee: Daniel Stieglitz
>            Priority: Minor
>




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