do not write everyting to the output while testing instruction executions

This commit is contained in:
honfika@gmail.com
2015-11-18 17:35:48 +01:00
parent f7fda9de51
commit dc3cbaf317
2 changed files with 15 additions and 19 deletions

View File

@@ -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");