test: migrate all assertions to JUnit5 (PR #496)
This commit is contained in:
@@ -5,7 +5,7 @@ import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import static org.hamcrest.Matchers.is;
|
||||
import static org.junit.Assert.assertThat;
|
||||
import static org.hamcrest.MatcherAssert.assertThat;
|
||||
|
||||
public class JadxCLIArgsTest {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user