test: migrate to JUnit 5 (PR #493)

This commit is contained in:
Ahmed Ashour
2019-03-22 15:36:13 +01:00
committed by skylot
parent 5f0dbf856b
commit 16b6345c7f
238 changed files with 273 additions and 267 deletions
@@ -1,6 +1,6 @@
package jadx.cli;
import org.junit.Test;
import org.junit.jupiter.api.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;