JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.test.junit.newt.TestBug1211IRQ00NEWT Class Reference

Unit test to identify Thread.interrupt() caller for DefaultEDTUtil.invokeImpl(..) wait interruption. More...

Inheritance diagram for com.jogamp.opengl.test.junit.newt.TestBug1211IRQ00NEWT:
Collaboration diagram for com.jogamp.opengl.test.junit.newt.TestBug1211IRQ00NEWT:

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
 

Detailed Description

Unit test to identify Thread.interrupt() caller for DefaultEDTUtil.invokeImpl(..) wait interruption.

  • resize
  • create/destroy

Definition at line 59 of file TestBug1211IRQ00NEWT.java.

Member Function Documentation

◆ initTest()

void com.jogamp.opengl.test.junit.newt.TestBug1211IRQ00NEWT.initTest ( )

Definition at line 149 of file TestBug1211IRQ00NEWT.java.

Here is the caller graph for this function:

◆ main()

static void com.jogamp.opengl.test.junit.newt.TestBug1211IRQ00NEWT.main ( final String  args[]) throws IOException
static

Definition at line 302 of file TestBug1211IRQ00NEWT.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ subTest00()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ subTest01()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ testAll()

void com.jogamp.opengl.test.junit.newt.TestBug1211IRQ00NEWT.testAll ( )

Definition at line 247 of file TestBug1211IRQ00NEWT.java.

Here is the call graph for this function:

The documentation for this class was generated from the following file: