test: migrate all assertions to JUnit5 (PR #496)

This commit is contained in:
Ahmed Ashour
2019-03-22 18:37:20 +01:00
committed by skylot
parent cd6f6b7a83
commit b65c386b6a
240 changed files with 377 additions and 323 deletions
@@ -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 {