You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Kaijie Chen (Jira)" <ji...@apache.org> on 2022/05/11 07:13:00 UTC

[jira] [Updated] (HDDS-6729) Migrate to JUnit5

     [ https://issues.apache.org/jira/browse/HDDS-6729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kaijie Chen updated HDDS-6729:
------------------------------
    Description: 
Use the following command to find all tests that are still using JUnit3
{code:java}
grep -rl "junit.framework" . --include '*.java' {code}
Use the following command to find all tests that are still using JUnit4
{code:java}
grep -rl "org.junit.Test" . --include '*.java'{code}

  was:
Use the following command to find all tests that are still using JUnit4
{code:java}
grep -rl "org.junit.Test" . --include '*.java'{code}


> Migrate to JUnit5
> -----------------
>
>                 Key: HDDS-6729
>                 URL: https://issues.apache.org/jira/browse/HDDS-6729
>             Project: Apache Ozone
>          Issue Type: Improvement
>          Components: test
>            Reporter: Kaijie Chen
>            Priority: Minor
>
> Use the following command to find all tests that are still using JUnit3
> {code:java}
> grep -rl "junit.framework" . --include '*.java' {code}
> Use the following command to find all tests that are still using JUnit4
> {code:java}
> grep -rl "org.junit.Test" . --include '*.java'{code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org