< prev index next >

tests/system/src/test/java/test/renderlock/RenderLockCommon.java

Print this page
rev 9491 : 8145203: Refactor systemTests for clear separation of tests
Reviewed-by: kcr

*** 21,31 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package renderlock; import com.sun.javafx.PlatformUtil; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; import java.util.concurrent.atomic.AtomicReference; --- 21,31 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package test.renderlock; import com.sun.javafx.PlatformUtil; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; import java.util.concurrent.atomic.AtomicReference;
*** 44,58 **** import javafx.stage.Stage; import javafx.util.Duration; import junit.framework.AssertionFailedError; import org.junit.AfterClass; import org.junit.BeforeClass; ! import util.Util; import static org.junit.Assert.*; import static org.junit.Assume.*; ! import static util.Util.TIMEOUT; /** * Common base class for testing snapshot. */ public class RenderLockCommon { --- 44,58 ---- import javafx.stage.Stage; import javafx.util.Duration; import junit.framework.AssertionFailedError; import org.junit.AfterClass; import org.junit.BeforeClass; ! import test.util.Util; import static org.junit.Assert.*; import static org.junit.Assume.*; ! import static test.util.Util.TIMEOUT; /** * Common base class for testing snapshot. */ public class RenderLockCommon {
< prev index next >