Commit 1b0a8990 authored by Skylot's avatar Skylot

core: move tests

parent 4edfffae
package jadx.tests; package jadx.tests.functional;
import jadx.core.clsp.ClspGraph; import jadx.core.clsp.ClspGraph;
import jadx.core.dex.instructions.args.ArgType; import jadx.core.dex.instructions.args.ArgType;
......
package jadx.tests; package jadx.tests.functional;
import jadx.core.utils.StringUtils; import jadx.core.utils.StringUtils;
......
package jadx.tests; package jadx.tests.functional;
import jadx.core.clsp.ClspGraph; import jadx.core.clsp.ClspGraph;
import jadx.core.dex.instructions.args.ArgType; import jadx.core.dex.instructions.args.ArgType;
......
package jadx.api; package jadx.tests.internal;
import jadx.api.InternalJadxTest;
import jadx.core.dex.instructions.InsnType; import jadx.core.dex.instructions.InsnType;
import jadx.core.dex.instructions.args.InsnWrapArg; import jadx.core.dex.instructions.args.InsnWrapArg;
import jadx.core.dex.nodes.ClassNode; import jadx.core.dex.nodes.ClassNode;
......
package jadx.api; package jadx.tests.internal;
import jadx.api.InternalJadxTest;
import jadx.core.dex.instructions.ArithNode; import jadx.core.dex.instructions.ArithNode;
import jadx.core.dex.instructions.ArithOp; import jadx.core.dex.instructions.ArithOp;
import jadx.core.dex.instructions.InsnType; import jadx.core.dex.instructions.InsnType;
......
package jadx.api; package jadx.tests.internal;
import jadx.api.InternalJadxTest;
import jadx.core.dex.nodes.ClassNode; import jadx.core.dex.nodes.ClassNode;
import org.junit.Test; import org.junit.Test;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment