core: move tests

This commit is contained in:
Skylot
2013-09-21 19:14:51 +04:00
parent 4edfffae27
commit 1b0a8990f7
6 changed files with 9 additions and 6 deletions
@@ -1,4 +1,4 @@
package jadx.tests;
package jadx.tests.functional;
import jadx.core.clsp.ClspGraph;
import jadx.core.dex.instructions.args.ArgType;
@@ -1,4 +1,4 @@
package jadx.tests;
package jadx.tests.functional;
import jadx.core.utils.StringUtils;
@@ -1,4 +1,4 @@
package jadx.tests;
package jadx.tests.functional;
import jadx.core.clsp.ClspGraph;
import jadx.core.dex.instructions.args.ArgType;
@@ -1,5 +1,6 @@
package jadx.api;
package jadx.tests.internal;
import jadx.api.InternalJadxTest;
import jadx.core.dex.instructions.InsnType;
import jadx.core.dex.instructions.args.InsnWrapArg;
import jadx.core.dex.nodes.ClassNode;
@@ -1,5 +1,6 @@
package jadx.api;
package jadx.tests.internal;
import jadx.api.InternalJadxTest;
import jadx.core.dex.instructions.ArithNode;
import jadx.core.dex.instructions.ArithOp;
import jadx.core.dex.instructions.InsnType;
@@ -1,5 +1,6 @@
package jadx.api;
package jadx.tests.internal;
import jadx.api.InternalJadxTest;
import jadx.core.dex.nodes.ClassNode;
import org.junit.Test;