core: move tests
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
package jadx.tests;
|
||||
package jadx.tests.functional;
|
||||
|
||||
import jadx.core.clsp.ClspGraph;
|
||||
import jadx.core.dex.instructions.args.ArgType;
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package jadx.tests;
|
||||
package jadx.tests.functional;
|
||||
|
||||
import jadx.core.utils.StringUtils;
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package jadx.tests;
|
||||
package jadx.tests.functional;
|
||||
|
||||
import jadx.core.clsp.ClspGraph;
|
||||
import jadx.core.dex.instructions.args.ArgType;
|
||||
+2
-1
@@ -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;
|
||||
+2
-1
@@ -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;
|
||||
+2
-1
@@ -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;
|
||||
Reference in New Issue
Block a user