Migrate to JUnit5
This commit is contained in:
@ -24,12 +24,12 @@
|
||||
|
||||
package com.iluwatar.datatransfer;
|
||||
|
||||
import org.junit.Test;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
|
||||
/**
|
||||
* tests {@link CustomerResource}.
|
||||
|
Reference in New Issue
Block a user