Tsz-wo Sze created RATIS-2124:
---------------------------------
Summary: Remove the use of org.junit.After/Rule
Key: RATIS-2124
URL: https://issues.apache.org/jira/browse/RATIS-2124
Project: Ratis
Issue Type: Sub-task
Components: test
Reporter: Tsz-wo Sze
The following imports should be removed.
{code}
-- ./ratis-common/src/test/java/org/apache/ratis/BaseTest.java ----------------
29: import org.junit.After;
30: import org.junit.Rule;
1 occurrence(s)
--
./ratis-server/src/test/java/org/apache/ratis/statemachine/RaftSnapshotBaseTest.java
53: import org.junit.After;
1 occurrence(s)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)