Searched refs:TestFailedException (Results 1 - 23 of 23) sorted by relevance

/openjdk7/jdk/test/java/awt/Focus/ClearGlobalFocusOwnerTest/
H A DClearGlobalFocusOwnerTest.java47 throw new TestFailedException("the FocusLost event is temporary: " + fe);
72 throw new TestFailedException("no FocusLost event happened on clearGlobalFocusOwner");
82 class TestFailedException extends RuntimeException { class in inherits:RuntimeException
83 TestFailedException(String msg) { method in class:TestFailedException
/openjdk7/jdk/test/java/rmi/testlibrary/
H A DTestFailedException.java31 public class TestFailedException extends java.lang.RuntimeException { class in inherits:java.lang.RuntimeException
34 public TestFailedException() {} method in class:TestFailedException
36 public TestFailedException(String s) { method in class:TestFailedException
40 public TestFailedException(String s, Throwable ex) { method in class:TestFailedException
H A DTestLibrary.java121 throw new TestFailedException(testFailed, e);
/openjdk7/jdk/test/java/awt/Focus/IconifiedFrameFocusChangeTest/
H A DIconifiedFrameFocusChangeTest.java93 throw new TestFailedException("iconifying focused window didn't trigger focus change");
107 throw new TestFailedException("Java focus owner doesn't match to the native one");
117 class TestFailedException extends RuntimeException { class in inherits:RuntimeException
118 TestFailedException(String msg) { method in class:TestFailedException
/openjdk7/jdk/test/java/awt/Focus/CloseDialogActivateOwnerTest/
H A DCloseDialogActivateOwnerTest.java90 throw new TestFailedException("the owner hasn't been activated on closing the owned dialog");
100 class TestFailedException extends RuntimeException { class in inherits:RuntimeException
101 TestFailedException(String msg) { method in class:TestFailedException
/openjdk7/jdk/test/java/awt/Focus/DeiconifiedFrameLoosesFocus/
H A DDeiconifiedFrameLoosesFocus.java92 throw new TestFailedException("the Frame didn't regain focus after restoring!");
97 class TestFailedException extends RuntimeException { class in inherits:RuntimeException
98 TestFailedException(String msg) { method in class:TestFailedException
/openjdk7/jdk/test/java/awt/Focus/FocusEmbeddedFrameTest/
H A DFocusEmbeddedFrameTest.java101 throw new TestFailedException("the EmbeddedFrame didn't get focus on request!");
108 class TestFailedException extends RuntimeException { class in inherits:RuntimeException
109 TestFailedException(String msg) { method in class:TestFailedException
/openjdk7/jdk/test/java/awt/Focus/NoAutotransferToDisabledCompTest/
H A DNoAutotransferToDisabledCompTest.java86 throw new TestFailedException("focus wasn't auto-transfered properly!");
95 class TestFailedException extends RuntimeException { class in inherits:RuntimeException
96 TestFailedException(String msg) { method in class:TestFailedException
/openjdk7/jdk/test/java/awt/Focus/RemoveAfterRequest/
H A DRemoveAfterRequest.java78 throw new TestFailedException("focus request on removal failed");
88 class TestFailedException extends RuntimeException { class in inherits:RuntimeException
89 TestFailedException(String msg) { method in class:TestFailedException
/openjdk7/jdk/test/java/awt/Focus/RequestFocusToDisabledCompTest/
H A DRequestFocusToDisabledCompTest.java75 throw new TestFailedException("focus wasn't requested on disabled " + b1);
84 class TestFailedException extends RuntimeException { class in inherits:RuntimeException
85 TestFailedException(String msg) { method in class:TestFailedException
/openjdk7/jdk/test/java/awt/Focus/RestoreFocusOnDisabledComponentTest/
H A DRestoreFocusOnDisabledComponentTest.java80 throw new TestFailedException("Focus went into busy loop!");
103 class TestFailedException extends RuntimeException { class in inherits:RuntimeException
104 TestFailedException(String msg) { method in class:TestFailedException
/openjdk7/jdk/test/java/awt/Focus/ActualFocusedWindowTest/
H A DActualFocusedWindowBlockingTest.java90 throw new TestFailedException("The owner's component [" + fButton + "] couldn't be focused by click");
101 throw new TestFailedException("The owner's component [" + fButton + "] couldn't be focused by request");
113 throw new TestFailedException("The owner's component [" + fButton + "] couldn't be focused as the most recent focus owner");
153 class TestFailedException extends RuntimeException { class in class:ActualFocusedWindowBlockingTest
154 TestFailedException(String msg) { method in class:ActualFocusedWindowBlockingTest.TestFailedException
/openjdk7/jdk/test/java/awt/Focus/FocusOwnerFrameOnClick/
H A DFocusOwnerFrameOnClick.java102 throw new TestFailedException("The frame wasn't focused on click");
112 class TestFailedException extends RuntimeException { class in inherits:RuntimeException
113 TestFailedException(String msg) { method in class:TestFailedException
/openjdk7/jdk/test/java/awt/Focus/ContainerFocusAutoTransferTest/
H A DContainerFocusAutoTransferTest.java119 throw new TestFailedException(t + ": focus wasn't transfered as expected!");
135 throw new TestFailedException(t + ": focus wasn't cleared!");
151 throw new TestFailedException(t + ": focus wasn't transfered as expected!");
160 throw new TestFailedException("defocusing the frame: focus wasn't cleared!");
188 throw new TestFailedException("wrong focus transfer on removal!");
232 class TestFailedException extends RuntimeException { class in inherits:RuntimeException
233 TestFailedException(String msg) { method in class:TestFailedException
/openjdk7/jdk/test/java/awt/Focus/ModalBlockedStealsFocusTest/
H A DModalBlockedStealsFocusTest.java95 throw new TestFailedException("the modal blocked frame stole focus on its showing!");
103 throw new TestFailedException("the modal blocked frame stole focus on its bringing to front!");
110 class TestFailedException extends RuntimeException { class in inherits:RuntimeException
111 TestFailedException(String msg) { method in class:TestFailedException
/openjdk7/jdk/test/java/awt/Focus/WindowInitialFocusTest/
H A DWindowInitialFocusTest.java86 throw new TestFailedException("the window didn't get focused on its showing!");
101 throw new TestFailedException("the unfocusable window got focused on its showing!");
108 class TestFailedException extends RuntimeException { class in inherits:RuntimeException
109 TestFailedException(String msg) { method in class:TestFailedException
/openjdk7/jdk/test/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusSetVisibleTest.java166 throw new TestFailedException("the modal dialog must gain focus but it didn't!");
197 throw new TestFailedException("the restored frame must gain focus but it didn't!");
340 throw new TestFailedException("the unblocking dialog shouldn't gain focus but it did!");
401 throw new TestFailedException("the window must gain focus but it didn't!");
405 throw new TestFailedException("the window shouldn't gain focus but it did!");
438 throw new TestFailedException("the window shown is not on the top!");
467 class TestFailedException extends RuntimeException { class in inherits:RuntimeException
468 TestFailedException(String msg) { method in class:TestFailedException
H A DAutoRequestFocusToFrontTest.java297 throw new TestFailedException("the window must gain focus on moving to front but it didn't!");
300 throw new TestFailedException("the window shouldn't gain focus on moving to front but it did!");
327 throw new TestFailedException("the window moved to front is not on the top!");
362 throw new TestFailedException("the window should gain focus automatically but it didn't!");
430 class TestFailedException extends RuntimeException { class in inherits:RuntimeException
431 TestFailedException(String msg) { method in class:TestFailedException
/openjdk7/jdk/test/java/awt/Focus/ClearLwQueueBreakTest/
H A DClearLwQueueBreakTest.java152 throw new TestFailedException("target component didn't get focus!");
161 throw new TestFailedException("key char couldn't be typed!");
179 throw new TestFailedException("key char couldn't be typed!");
189 throw new TestFailedException("focus wasn't restored correctly!");
194 class TestFailedException extends RuntimeException { class in inherits:RuntimeException
195 TestFailedException(String msg) { method in class:TestFailedException
/openjdk7/jdk/test/java/awt/Focus/ShowFrameCheckForegroundTest/
H A DShowFrameCheckForegroundTest.java113 throw new TestFailedException("Stage " + stage + ". The toplevel " + toplevel + " wasn't made foreground on showing");
120 class TestFailedException extends RuntimeException { class in inherits:RuntimeException
121 TestFailedException(String msg) { method in class:TestFailedException
/openjdk7/jdk/test/java/awt/KeyboardFocusmanager/TypeAhead/ButtonActionKeyTest/
H A DButtonActionKeyTest.java106 throw new TestFailedException("an action key went into the text field!");
113 class TestFailedException extends RuntimeException { class in inherits:RuntimeException
114 TestFailedException(String msg) { method in class:TestFailedException
/openjdk7/jdk/test/java/awt/KeyboardFocusmanager/TypeAhead/MenuItemActivatedTest/
H A DMenuItemActivatedTest.java115 throw new TestFailedException("a space went into the dialog's text field!");
122 class TestFailedException extends RuntimeException { class in inherits:RuntimeException
123 TestFailedException(String msg) { method in class:TestFailedException
/openjdk7/jdk/test/java/awt/KeyboardFocusmanager/TypeAhead/SubMenuShowTest/
H A DSubMenuShowTest.java119 throw new TestFailedException("a submenu wasn't activated by mnemonic key press");
126 class TestFailedException extends RuntimeException { class in inherits:RuntimeException
127 TestFailedException(String msg) { method in class:TestFailedException

Completed in 118 milliseconds