comparison truffle/com.oracle.truffle.api.test/src/com/oracle/truffle/api/test/vm/AccessorTest.java @ 22173:dcb70d90c11d

Merging in changes in default branch
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Mon, 21 Sep 2015 11:21:03 +0200
parents 41c5f430ce37 dc83cc1f94f2
children 85a6db6624ab
comparison
equal deleted inserted replaced
22172:b31dcacfc8ff 22173:dcb70d90c11d
30 import com.oracle.truffle.api.vm.PolyglotEngine; 30 import com.oracle.truffle.api.vm.PolyglotEngine;
31 import java.lang.reflect.Field; 31 import java.lang.reflect.Field;
32 import java.lang.reflect.InvocationTargetException; 32 import java.lang.reflect.InvocationTargetException;
33 import java.lang.reflect.Method; 33 import java.lang.reflect.Method;
34 import java.util.concurrent.Executors; 34 import java.util.concurrent.Executors;
35 import static org.junit.Assert.*; 35 import static org.junit.Assert.assertNotNull;
36 import static org.junit.Assert.assertNull;
37 import static org.junit.Assert.assertTrue;
36 import org.junit.BeforeClass; 38 import org.junit.BeforeClass;
37 import org.junit.Test; 39 import org.junit.Test;
38 40
39 public class AccessorTest { 41 public class AccessorTest {
40 public static Accessor API; 42 public static Accessor API;