[
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 JUnit4.
{code:java}
grep -rl "org.junit.Test" . --include '*.java'{code}
Use the following command to find all tests that are still using JUnit3
components.
{code:java}
grep -rl "junit.framework" . --include '*.java'{code}
was:
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}
> Migrate tests 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
> Assignee: Kaijie Chen
> Priority: Minor
>
> Use the following command to find all tests that are still using JUnit4.
> {code:java}
> grep -rl "org.junit.Test" . --include '*.java'{code}
> Use the following command to find all tests that are still using JUnit3
> components.
> {code:java}
> grep -rl "junit.framework" . --include '*.java'{code}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]