comparison truffle/com.oracle.truffle.tools.test/src/com/oracle/truffle/tools/test/TruffleToolTest.java @ 22157:dc83cc1f94f2

Using fully qualified imports
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Wed, 16 Sep 2015 11:33:22 +0200
parents 9c8c0937da41
children 1c0f490984d5
comparison
equal deleted inserted replaced
22156:50056a161d7f 22157:dc83cc1f94f2
22 * or visit www.oracle.com if you need additional information or have any 22 * or visit www.oracle.com if you need additional information or have any
23 * questions. 23 * questions.
24 */ 24 */
25 package com.oracle.truffle.tools.test; 25 package com.oracle.truffle.tools.test;
26 26
27 import static org.junit.Assert.*; 27 import com.oracle.truffle.api.instrument.InstrumentationTool;
28 28 import static org.junit.Assert.assertFalse;
29 import org.junit.*; 29 import static org.junit.Assert.assertTrue;
30 30 import org.junit.Test;
31 import com.oracle.truffle.api.instrument.*;
32 31
33 /** 32 /**
34 * Test the basic life cycle properties shared by all instances of {@link InstrumentationTool}. 33 * Test the basic life cycle properties shared by all instances of {@link InstrumentationTool}.
35 */ 34 */
36 public class TruffleToolTest { 35 public class TruffleToolTest {