mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-25 16:05:28 -04:00
moving away from JUnit 4 completely to JUnit 5 Jupiter
This commit is contained in:
parent
a052fd7767
commit
65bc78d3d7
114 changed files with 1352 additions and 1338 deletions
|
@ -17,10 +17,10 @@
|
|||
|
||||
package haveno.asset;
|
||||
|
||||
import org.junit.Test;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import static org.hamcrest.CoreMatchers.is;
|
||||
import static org.junit.Assert.assertThat;
|
||||
import static org.hamcrest.MatcherAssert.assertThat;
|
||||
|
||||
/**
|
||||
* Abstract base class for all {@link Asset} unit tests. Subclasses must implement the
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
package haveno.asset.coins;
|
||||
|
||||
import haveno.asset.AbstractAssetTest;
|
||||
import org.junit.Test;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class BitcoinCashTest extends AbstractAssetTest {
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
package haveno.asset.coins;
|
||||
|
||||
import haveno.asset.AbstractAssetTest;
|
||||
import org.junit.Test;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class BitcoinTest extends AbstractAssetTest {
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
package haveno.asset.coins;
|
||||
|
||||
import haveno.asset.AbstractAssetTest;
|
||||
import org.junit.Test;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class LitecoinTest extends AbstractAssetTest {
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
package haveno.asset.coins;
|
||||
|
||||
import haveno.asset.AbstractAssetTest;
|
||||
import org.junit.Test;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class MoneroTest extends AbstractAssetTest {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue