GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.common.util.TestWorkerThread01 Class Reference
Inheritance diagram for com.jogamp.common.util.TestWorkerThread01:
Collaboration diagram for com.jogamp.common.util.TestWorkerThread01:

Classes

class  Action
 
class  StateCB
 

Public Member Functions

void testAction (final boolean startPaused, final long periodMS, final long minDelayMS, final long actionMS) throws IOException, InterruptedException, InvocationTargetException
 
void test01ZeroAction () throws IOException, InterruptedException, InvocationTargetException
 
void test02MidAction () throws IOException, InterruptedException, InvocationTargetException
 
void test03HeavyAction () throws IOException, InterruptedException, InvocationTargetException
 
void test03ZeroMidAction () throws IOException, InterruptedException, InvocationTargetException
 
void test04ZeroMinDelayMidAction () throws IOException, InterruptedException, InvocationTargetException
 
void test05MinDelayMidAction () throws IOException, InterruptedException, InvocationTargetException
 
void test10InitEnd01 () throws IOException, InterruptedException, InvocationTargetException
 
void test11InitEnd02 () throws IOException, InterruptedException, InvocationTargetException
 
void test20ExceptionAtWork () throws IOException, InterruptedException, InvocationTargetException
 
- Public Member Functions inherited from com.jogamp.junit.util.JunitTracer
final String getTestMethodName ()
 
final String getSimpleTestName (final String separator)
 
final String getFullTestName (final String separator)
 
final void setUpBase ()
 
final void tearDownBase ()
 

Static Public Member Functions

static void main (final String args[]) throws IOException
 
- Static Public Member Functions inherited from com.jogamp.junit.util.SingletonJunitCase
static final void enableSingletonLock (final boolean v)
 Default is true. More...
 
static final void oneTimeSetUpSingleton ()
 
static final void oneTimeTearDownSingleton ()
 
- Static Public Member Functions inherited from com.jogamp.junit.util.JunitTracer
static final boolean isTestSupported ()
 
static final void setTestSupported (final boolean v)
 
static final void oneTimeSetUpBase ()
 
static final void oneTimeTearDownBase ()
 
static void waitForKey (final String preMessage)
 

Additional Inherited Members

- Public Attributes inherited from com.jogamp.junit.util.JunitTracer
final TestName _unitTestName = new TestName()
 
- Static Public Attributes inherited from com.jogamp.junit.util.SingletonJunitCase
static final String SINGLE_INSTANCE_LOCK_FILE = "SingletonTestCase.lock"
 
static final int SINGLE_INSTANCE_LOCK_PORT = 59999
 
static final long SINGLE_INSTANCE_LOCK_TO = 15*60*1000
 
static final long SINGLE_INSTANCE_LOCK_POLL = 500
 

Detailed Description

Definition at line 49 of file TestWorkerThread01.java.

Member Function Documentation

◆ main()

static void com.jogamp.common.util.TestWorkerThread01.main ( final String  args[]) throws IOException
static

Definition at line 543 of file TestWorkerThread01.java.

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

◆ test01ZeroAction()

void com.jogamp.common.util.TestWorkerThread01.test01ZeroAction ( ) throws IOException, InterruptedException, InvocationTargetException

Definition at line 261 of file TestWorkerThread01.java.

◆ test02MidAction()

void com.jogamp.common.util.TestWorkerThread01.test02MidAction ( ) throws IOException, InterruptedException, InvocationTargetException

Definition at line 267 of file TestWorkerThread01.java.

◆ test03HeavyAction()

void com.jogamp.common.util.TestWorkerThread01.test03HeavyAction ( ) throws IOException, InterruptedException, InvocationTargetException

Definition at line 273 of file TestWorkerThread01.java.

◆ test03ZeroMidAction()

void com.jogamp.common.util.TestWorkerThread01.test03ZeroMidAction ( ) throws IOException, InterruptedException, InvocationTargetException

Definition at line 279 of file TestWorkerThread01.java.

◆ test04ZeroMinDelayMidAction()

void com.jogamp.common.util.TestWorkerThread01.test04ZeroMinDelayMidAction ( ) throws IOException, InterruptedException, InvocationTargetException

Definition at line 285 of file TestWorkerThread01.java.

◆ test05MinDelayMidAction()

void com.jogamp.common.util.TestWorkerThread01.test05MinDelayMidAction ( ) throws IOException, InterruptedException, InvocationTargetException

Definition at line 291 of file TestWorkerThread01.java.

◆ test10InitEnd01()

void com.jogamp.common.util.TestWorkerThread01.test10InitEnd01 ( ) throws IOException, InterruptedException, InvocationTargetException

Definition at line 297 of file TestWorkerThread01.java.

Here is the call graph for this function:

◆ test11InitEnd02()

void com.jogamp.common.util.TestWorkerThread01.test11InitEnd02 ( ) throws IOException, InterruptedException, InvocationTargetException

Definition at line 385 of file TestWorkerThread01.java.

Here is the call graph for this function:

◆ test20ExceptionAtWork()

void com.jogamp.common.util.TestWorkerThread01.test20ExceptionAtWork ( ) throws IOException, InterruptedException, InvocationTargetException

Definition at line 463 of file TestWorkerThread01.java.

Here is the call graph for this function:

◆ testAction()

void com.jogamp.common.util.TestWorkerThread01.testAction ( final boolean  startPaused,
final long  periodMS,
final long  minDelayMS,
final long  actionMS 
) throws IOException, InterruptedException, InvocationTargetException

Definition at line 133 of file TestWorkerThread01.java.

Here is the call graph for this function:

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