moving away from JUnit 4 completely to JUnit 5 Jupiter

This commit is contained in:
napoly 2023-03-25 18:11:58 +01:00 committed by woodser
parent a052fd7767
commit 65bc78d3d7
114 changed files with 1352 additions and 1338 deletions

View file

@ -6,7 +6,7 @@ import haveno.core.app.misc.AppSetupWithP2PAndDAO;
import haveno.core.app.misc.ModuleForAppWithP2p;
import haveno.core.locale.CurrencyUtil;
import haveno.core.locale.Res;
import org.junit.Test;
import org.junit.jupiter.api.Test;
public class GuiceSetupTest {
@Test