JOAL v2.6.0-rc-20250712
JOAL, OpenAL® API Binding for Java™ (public API).
com.jogamp.openal.test.util.UITestCase Class Referenceabstract
Inheritance diagram for com.jogamp.openal.test.util.UITestCase:
Collaboration diagram for com.jogamp.openal.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 52 of file UITestCase.java.

Member Function Documentation

◆ getFullTestName()

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

Definition at line 108 of file UITestCase.java.

◆ getMaxTestNameLen()

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

Definition at line 86 of file UITestCase.java.

◆ getSimpleTestName()

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

Definition at line 104 of file UITestCase.java.

◆ getTestMethodName()

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

Definition at line 100 of file UITestCase.java.

◆ isTestSupported()

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

Definition at line 77 of file UITestCase.java.

◆ oneTimeSetUp()

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

Definition at line 113 of file UITestCase.java.

◆ oneTimeTearDown()

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

Definition at line 119 of file UITestCase.java.

◆ setTestSupported()

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

Definition at line 81 of file UITestCase.java.

◆ setUp()

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

Definition at line 126 of file UITestCase.java.

◆ tearDown()

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

◆ waitForKey()

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

Definition at line 140 of file UITestCase.java.

Member Data Documentation

◆ _unitTestName

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

Definition at line 53 of file UITestCase.java.

◆ SINGLE_INSTANCE_LOCK_FILE

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

Definition at line 55 of file UITestCase.java.

◆ SINGLE_INSTANCE_LOCK_POLL

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

Definition at line 59 of file UITestCase.java.

◆ SINGLE_INSTANCE_LOCK_PORT

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

Definition at line 56 of file UITestCase.java.

◆ SINGLE_INSTANCE_LOCK_TO

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

Definition at line 58 of file UITestCase.java.


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