JOAL v2.6.0-rc-20250706
JOAL, OpenAL® API Binding for Java™ (public API).
com.jogamp.openal.test.junit.ALVersionTest Class Reference

Testing the OpenAL version, comparing against expected OpenAL-Soft version >= 1.1.0 and vendor-version >= 1.23.0, as well as the OpenAL-Soft vendor and renderer strings. More...

Inheritance diagram for com.jogamp.openal.test.junit.ALVersionTest:
Collaboration diagram for com.jogamp.openal.test.junit.ALVersionTest:

Public Member Functions

void test01ALVersion ()
 
void test02JoalVersion ()
 
void test03JoalVersionMustNoChangeContextAndDeviceUsed ()
 
void test04JoalVersionMustNotSetAdditionalContext ()
 
void tearDown ()
 
- Public Member Functions inherited from com.jogamp.openal.test.util.UITestCase
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 void main (final String args[]) throws IOException
 
- Static Public Member Functions inherited from com.jogamp.openal.test.util.UITestCase
static boolean isTestSupported ()
 
static void setTestSupported (final boolean v)
 
static void oneTimeSetUp ()
 
static void oneTimeTearDown ()
 
static void waitForKey (final String preMessage)
 

Additional Inherited Members

- Public Attributes inherited from com.jogamp.openal.test.util.UITestCase
TestName _unitTestName = new TestName()
 
- Static Public Attributes inherited from com.jogamp.openal.test.util.UITestCase
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

Testing the OpenAL version, comparing against expected OpenAL-Soft version >= 1.1.0 and vendor-version >= 1.23.0, as well as the OpenAL-Soft vendor and renderer strings.

Definition at line 53 of file ALVersionTest.java.

Member Function Documentation

◆ main()

static void com.jogamp.openal.test.junit.ALVersionTest.main ( final String  args[]) throws IOException
static

Definition at line 117 of file ALVersionTest.java.

◆ tearDown()

void com.jogamp.openal.test.junit.ALVersionTest.tearDown ( )

Reimplemented from com.jogamp.openal.test.util.UITestCase.

Definition at line 104 of file ALVersionTest.java.

Here is the call graph for this function:

◆ test01ALVersion()

void com.jogamp.openal.test.junit.ALVersionTest.test01ALVersion ( )

Definition at line 60 of file ALVersionTest.java.

Here is the call graph for this function:

◆ test02JoalVersion()

void com.jogamp.openal.test.junit.ALVersionTest.test02JoalVersion ( )

Definition at line 72 of file ALVersionTest.java.

Here is the call graph for this function:

◆ test03JoalVersionMustNoChangeContextAndDeviceUsed()

void com.jogamp.openal.test.junit.ALVersionTest.test03JoalVersionMustNoChangeContextAndDeviceUsed ( )

Definition at line 78 of file ALVersionTest.java.

Here is the call graph for this function:

◆ test04JoalVersionMustNotSetAdditionalContext()

void com.jogamp.openal.test.junit.ALVersionTest.test04JoalVersionMustNotSetAdditionalContext ( )

Definition at line 94 of file ALVersionTest.java.

Here is the call graph for this function:

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