< prev index next >

tests/system/src/test/java/test/launchertest/TestNotApplicationThreadCheck.java

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

*** 21,36 **** * 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 launchertest; import javafx.application.Application; import javafx.application.Platform; ! import static launchertest.Constants.*; /** * Test ordinary Java class without extending Application. This is launched by MainLauncherTest. */ public class TestNotApplicationThreadCheck { --- 21,36 ---- * 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.launchertest; import javafx.application.Application; import javafx.application.Platform; ! import static test.launchertest.Constants.*; /** * Test ordinary Java class without extending Application. This is launched by MainLauncherTest. */ public class TestNotApplicationThreadCheck {
< prev index next >