|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
Unit test to identify Thread.interrupt() caller for DefaultEDTUtil.invokeImpl(..) wait interruption. More...
Classes | |
| class | MyThread |
Public Member Functions | |
| void | initTest () |
| void | subTest00 () |
| Test whether resize triggers DefaultEDTUtil.invokeImpl(..) wait interruption. More... | |
| void | subTest01 () |
| Test whether create/destroy triggers DefaultEDTUtil.invokeImpl(..) wait interruption. More... | |
| void | testAll () |
Static Public Member Functions | |
| static void | main (final String args[]) throws IOException |
Unit test to identify Thread.interrupt() caller for DefaultEDTUtil.invokeImpl(..) wait interruption.
Definition at line 59 of file TestBug1211IRQ00NEWT.java.
| void com.jogamp.opengl.test.junit.newt.TestBug1211IRQ00NEWT.initTest | ( | ) |
Definition at line 149 of file TestBug1211IRQ00NEWT.java.
|
static |
Definition at line 302 of file TestBug1211IRQ00NEWT.java.
| void com.jogamp.opengl.test.junit.newt.TestBug1211IRQ00NEWT.subTest00 | ( | ) |
Test whether resize triggers DefaultEDTUtil.invokeImpl(..) wait interruption.
Definition at line 157 of file TestBug1211IRQ00NEWT.java.
| void com.jogamp.opengl.test.junit.newt.TestBug1211IRQ00NEWT.subTest01 | ( | ) |
Test whether create/destroy triggers DefaultEDTUtil.invokeImpl(..) wait interruption.
Definition at line 208 of file TestBug1211IRQ00NEWT.java.
| void com.jogamp.opengl.test.junit.newt.TestBug1211IRQ00NEWT.testAll | ( | ) |