JOCL v2.6.0-rc-20250722
JOCL, OpenCL® API Binding for Java™ (public API).
com.jogamp.opencl.test.util.UITestCase Class Referenceabstract
Inheritance diagram for com.jogamp.opencl.test.util.UITestCase:
Collaboration diagram for com.jogamp.opencl.test.util.UITestCase:

Public Member Functions

int getMaxTestNameLen ()
 
final String getTestMethodName ()
 
final String getSimpleTestName (final String separator)
 
final String getFullTestName (final String separator)
 
void setUp ()
 
void tearDown ()
 

Static Public Member Functions

static boolean isTestSupported ()
 
static void setTestSupported (final boolean v)
 
static void oneTimeSetUp ()
 
static void oneTimeTearDown ()
 
static void waitForKey (final String preMessage)
 

Public Attributes

TestName _unitTestName = new TestName()
 

Static Public Attributes

static final String SINGLE_INSTANCE_LOCK_FILE = "UITestCase.lock"
 
static final int SINGLE_INSTANCE_LOCK_PORT = 59999
 
static final long SINGLE_INSTANCE_LOCK_TO = 6*60*1000
 
static final long SINGLE_INSTANCE_LOCK_POLL = 1000
 

Detailed Description

Definition at line 54 of file UITestCase.java.

Member Function Documentation

◆ getFullTestName()

final String com.jogamp.opencl.test.util.UITestCase.getFullTestName ( final String  separator)

Definition at line 110 of file UITestCase.java.

◆ getMaxTestNameLen()

int com.jogamp.opencl.test.util.UITestCase.getMaxTestNameLen ( )

Definition at line 88 of file UITestCase.java.

◆ getSimpleTestName()

final String com.jogamp.opencl.test.util.UITestCase.getSimpleTestName ( final String  separator)

Definition at line 106 of file UITestCase.java.

◆ getTestMethodName()

final String com.jogamp.opencl.test.util.UITestCase.getTestMethodName ( )

Definition at line 102 of file UITestCase.java.

◆ isTestSupported()

static boolean com.jogamp.opencl.test.util.UITestCase.isTestSupported ( )
static

Definition at line 79 of file UITestCase.java.

◆ oneTimeSetUp()

static void com.jogamp.opencl.test.util.UITestCase.oneTimeSetUp ( )
static

Definition at line 115 of file UITestCase.java.

◆ oneTimeTearDown()

static void com.jogamp.opencl.test.util.UITestCase.oneTimeTearDown ( )
static

Definition at line 121 of file UITestCase.java.

◆ setTestSupported()

static void com.jogamp.opencl.test.util.UITestCase.setTestSupported ( final boolean  v)
static

Definition at line 83 of file UITestCase.java.

◆ setUp()

void com.jogamp.opencl.test.util.UITestCase.setUp ( )

Definition at line 128 of file UITestCase.java.

Here is the call graph for this function:

◆ tearDown()

void com.jogamp.opencl.test.util.UITestCase.tearDown ( )

Definition at line 146 of file UITestCase.java.

◆ waitForKey()

static void com.jogamp.opencl.test.util.UITestCase.waitForKey ( final String  preMessage)
static

Definition at line 150 of file UITestCase.java.

Member Data Documentation

◆ _unitTestName

TestName com.jogamp.opencl.test.util.UITestCase._unitTestName = new TestName()

Definition at line 55 of file UITestCase.java.

◆ SINGLE_INSTANCE_LOCK_FILE

final String com.jogamp.opencl.test.util.UITestCase.SINGLE_INSTANCE_LOCK_FILE = "UITestCase.lock"
static

Definition at line 57 of file UITestCase.java.

◆ SINGLE_INSTANCE_LOCK_POLL

final long com.jogamp.opencl.test.util.UITestCase.SINGLE_INSTANCE_LOCK_POLL = 1000
static

Definition at line 61 of file UITestCase.java.

◆ SINGLE_INSTANCE_LOCK_PORT

final int com.jogamp.opencl.test.util.UITestCase.SINGLE_INSTANCE_LOCK_PORT = 59999
static

Definition at line 58 of file UITestCase.java.

◆ SINGLE_INSTANCE_LOCK_TO

final long com.jogamp.opencl.test.util.UITestCase.SINGLE_INSTANCE_LOCK_TO = 6*60*1000
static

Definition at line 60 of file UITestCase.java.


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