bug6127: first step migrating tests from JUnit4 to JUnit5

This commit is contained in:
Axel Uhl
2025-06-05 17:21:25 +02:00
parent 8f9e9619e4
commit faf71f55a7
753 changed files with 4627 additions and 4622 deletions
@@ -3,7 +3,7 @@ package com.sap.sse.mail.replication.test;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.equalTo;
import org.junit.Test;
import org.junit.jupiter.api.Test;
import com.sap.sse.common.mail.MailException;
import com.sap.sse.mail.replication.testsupport.AbstractMailServiceReplicationTest;