mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 15:26:08 +00:00
do not write everyting to the output while testing instruction executions
This commit is contained in:
@@ -38,7 +38,6 @@ import static org.testng.Assert.assertEquals;
|
||||
import static org.testng.Assert.assertNotNull;
|
||||
import static org.testng.Assert.fail;
|
||||
import org.testng.annotations.BeforeClass;
|
||||
import org.testng.annotations.Test;
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -84,7 +83,7 @@ public class ActionScript3ExecuteTest {
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
//@Test
|
||||
public void testAddMethod() throws IOException, InterruptedException {
|
||||
int classId = abc.findClassByName("Run");
|
||||
MethodBody runBody = abc.findBodyByClassAndName("Run", "runInstance");
|
||||
|
||||
Reference in New Issue
Block a user