mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8186549: move ExtendedRobot closer to tests
Reviewed-by: serb
This commit is contained in:
parent
5d603b77d9
commit
a4b9ae8bb3
343 changed files with 342 additions and 342 deletions
|
@ -47,7 +47,7 @@ import java.awt.image.BufferedImage;
|
|||
@bug 6596915
|
||||
@summary Test Component.paintAll() method
|
||||
@author sergey.bylokhov@oracle.com: area=awt.component
|
||||
@library ../../../../lib/testlibrary/
|
||||
@library /lib/client/
|
||||
@build ExtendedRobot
|
||||
@run main PaintAll
|
||||
*/
|
||||
|
|
|
@ -29,7 +29,7 @@ import java.awt.*;
|
|||
* @summary An attempt to set non-trivial background, shape, or translucency
|
||||
* to a decorated toplevel should end with an exception.
|
||||
* @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com)
|
||||
* @library ../../../../lib/testlibrary
|
||||
* @library /lib/client
|
||||
* @build ExtendedRobot
|
||||
* @run main DecoratedExceptions
|
||||
*/
|
||||
|
|
|
@ -35,7 +35,7 @@ import java.util.Vector;
|
|||
* added to it & each components are setted with different cursors types.
|
||||
* Dispose the parent & collect GC. Garbage collection should happen
|
||||
* @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com)
|
||||
* @library ../../../../lib/testlibrary
|
||||
* @library /lib/client
|
||||
* @build ExtendedRobot
|
||||
* @run main/othervm -Xmx20m DisposeParentGC
|
||||
*/
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.util.Vector;
|
|||
* @key headful
|
||||
* @summary Verify that disposed frames are collected with GC
|
||||
* @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com)
|
||||
* @library ../../../../lib/testlibrary
|
||||
* @library /lib/client
|
||||
* @build ExtendedRobot
|
||||
* @run main/othervm -Xmx20m FramesGC
|
||||
*/
|
||||
|
|
|
@ -36,7 +36,7 @@ import java.lang.reflect.InvocationTargetException;
|
|||
* @summary Set extendedState Frame.MAXIMIZED_BOTH for undecorated Frame and JFrame.
|
||||
* Check if resulted size is equal to GraphicsEnvironment.getMaximumWindowBounds().
|
||||
*
|
||||
* @library ../../../../lib/testlibrary
|
||||
* @library /lib/client
|
||||
* @build ExtendedRobot
|
||||
* @run main MaximizedUndecorated
|
||||
*/
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
* @summary To check proper WINDOW_EVENTS are triggered when Frame gains or losses the focus
|
||||
* @author Jitender(jitender.singh@eng.sun.com) area=AWT
|
||||
* @author yan
|
||||
* @library ../../../../lib/testlibrary
|
||||
* @library /lib/client
|
||||
* @build ExtendedRobot
|
||||
* @run main ActiveAWTWindowTest
|
||||
*/
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
* @summary To check proper WINDOW_EVENTS are triggered when JFrame gains or losses the focus
|
||||
* @author Jitender(jitender.singh@eng.sun.com) area=AWT
|
||||
* @author yan
|
||||
* @library ../../../../lib/testlibrary
|
||||
* @library /lib/client
|
||||
* @build ExtendedRobot
|
||||
* @run main ActiveSwingWindowTest
|
||||
*/
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
* @summary To make sure Undecorated Frame triggers correct windows events while closing
|
||||
* @author Jitender(jitender.singh@eng.sun.com) area=AWT*
|
||||
* @author yan
|
||||
* @library ../../../../lib/testlibrary
|
||||
* @library /lib/client
|
||||
* @build ExtendedRobot
|
||||
* @run main FrameCloseTest
|
||||
*/
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
* all the components on it are repainted correctly
|
||||
* @author Jitender(jitender.singh@eng.sun.com) area=AWT
|
||||
* @author yan
|
||||
* @library ../../../../lib/testlibrary
|
||||
* @library /lib/client
|
||||
* @build ExtendedRobot
|
||||
* @run main RepaintTest
|
||||
*/
|
||||
|
|
|
@ -33,7 +33,7 @@ import java.awt.GraphicsEnvironment;
|
|||
* @key headful
|
||||
* @bug 8019587
|
||||
* @author Sergey Bylokhov
|
||||
* @library ../../../lib/testlibrary/
|
||||
* @library /lib/client/
|
||||
* @build ExtendedRobot
|
||||
* @run main IncorrectDisplayModeExitFullscreen
|
||||
*/
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
@requires (os.family == "linux") | (os.family == "solaris")
|
||||
@summary List does not honor user specified background, foreground colors on XToolkit
|
||||
@author Dmitry Cherepanov area=awt.list
|
||||
@library ../../../../lib/testlibrary
|
||||
@library /lib/client
|
||||
@build ExtendedRobot
|
||||
@run main SetBackgroundTest
|
||||
*/
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* created with a null Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* created with a null Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* created with a hidden Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* created with a hidden Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* created with a visible Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* created with a visible Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* created with a null Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* created with a null Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* created with a hidden Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* created with a hidden Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* created with a visible Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* created with a visible Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -29,7 +29,7 @@ import java.awt.Dialog;
|
|||
* @bug 8054359 7186009
|
||||
* @summary Check whether a FileDialog set to document modality behaves as expected.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* created with a null Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* created with a null Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* created with a hidden Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* created with a hidden Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* created with a visible Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* created with a visible Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* created with a null Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* created with a null Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* created with a hidden Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* created with a hidden Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* created with a visible Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* created with a visible Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -29,7 +29,7 @@ import java.awt.Dialog;
|
|||
* @bug 8054359
|
||||
* @summary Check whether a modeless FileDialog behaves as expected.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* created with a null Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* created with a null Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* created with a hidden Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* created with a hidden Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* created with a visible Frame constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* created with a visible Dialog constructor. Also check if other
|
||||
* windows are blocked by the FileDialog too.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -29,7 +29,7 @@ import java.awt.Dialog;
|
|||
* @bug 8054359 7186009
|
||||
* @summary Check whether a FileDialog set to toolkit modality behaves as expected.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events. Check also the correctness
|
||||
* of blocking behavior for the parent Dialog.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events. Check also the correctness
|
||||
* of blocking behavior for the parent Dialog.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events. Check also the correctness
|
||||
* of blocking behavior for the parent Dialog.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
* and respond to key events. Check also the correctness
|
||||
* of blocking behavior for the parent Dialog.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* and respond to key events. Check also the correctness
|
||||
* of blocking behavior for the parent Dialog.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events. Check also the correctness
|
||||
* of blocking behavior for the parent Dialog.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events. Check also the correctness
|
||||
* of blocking behavior for the parent Frame.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events. Check also the correctness
|
||||
* of blocking behavior for the parent Frame.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events. Check also the correctness
|
||||
* of blocking behavior for the parent Frame.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events. Check also if the other windows
|
||||
* receive mouse and key events.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events. Check also if the other windows
|
||||
* receive mouse and key events.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* and respond to key events. Check also if the other windows
|
||||
* receive mouse and key events.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* and respond to key events. Check also if the other windows
|
||||
* receive mouse and key events.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -34,7 +34,7 @@ import static jdk.test.lib.Asserts.*;
|
|||
* whether all the windows lying down the document root
|
||||
* (Frame) get blocked.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events. Check also the correctness
|
||||
* of the blocking behavior for the parent Frame.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events. Check also the correctness
|
||||
* of the blocking behavior for the parent Frame.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events. Check also the correctness
|
||||
* of the blocking behavior for the parent Frame.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* and respond to key events. Check also the correctness
|
||||
* of the blocking behavior for the parent Frame.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* and respond to key events. Check also the correctness
|
||||
* of the blocking behavior for the parent Frame.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events. Check also the correctness
|
||||
* of the blocking behavior for the parent Frame.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Check also the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Check also the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Check also the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Check also the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Check also the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Check also the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Check also the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Check also the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Check also the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Check also the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Check also the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Check also the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -32,7 +32,7 @@ import java.awt.Dialog;
|
|||
* and respond to key events, when there are other windows shown.
|
||||
* Also check the correctness of blocking behavior for other windows shown.
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -30,7 +30,7 @@ import java.awt.Dialog;
|
|||
* @summary Check whether an application modal Dialog receives focus; check
|
||||
* if its components receive focus and respond to key events
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -30,7 +30,7 @@ import java.awt.Dialog;
|
|||
* @summary Check whether a document modal Dialog receives focus; check
|
||||
* if its components receive focus and respond to key events
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -30,7 +30,7 @@ import java.awt.Dialog;
|
|||
* @summary Check whether a modeless Dialog receives focus; check
|
||||
* if its components receive focus and respond to key events
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
* @summary Check whether a non-modal Dialog receives focus; check
|
||||
* if its components receive focus and respond to key events
|
||||
*
|
||||
* @library ../helpers /lib/testlibrary/
|
||||
* @library ../helpers /lib/client/
|
||||
* @library /test/lib
|
||||
* @build ExtendedRobot
|
||||
* @build Flag
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue