GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java™ (public API).
com.jogamp.gluegen.test.junit.generation.Test4p1JavaCallback Class Reference

Test Bindingtest2p1 with T2_PointerStorage instance and pointer pointer. More...

Inheritance diagram for com.jogamp.gluegen.test.junit.generation.Test4p1JavaCallback:
Collaboration diagram for com.jogamp.gluegen.test.junit.generation.Test4p1JavaCallback:

Public Member Functions

void chapter01 () throws Exception
 
void chapter02 () throws Exception
 
void chapter03 () throws Exception
 
void chapter04 () throws Exception
 
void chapter05a () throws Exception
 
void chapter05b () throws Exception
 
void chapter11a () throws Exception
 
void chapter11b () throws Exception
 
void chapter12a () throws Exception
 
void chapter12b () throws Exception
 
void chapter13 () throws Exception
 
- Public Member Functions inherited from com.jogamp.gluegen.test.junit.generation.BaseClass4JavaCallback
void chapter01 (final Bindingtest2 bt2) throws Exception
 Test Bindingtest2 with T2_CallbackFunc JavaCallback. More...
 
void chapter02 (final Bindingtest2 bt2) throws Exception
 Test Bindingtest2 with ALBUFFERCALLBACKTYPESOFT JavaCallback via alBufferCallback1() using the default AlBufferCallback1Key class. More...
 
void chapter03 (final Bindingtest2 bt2) throws Exception
 Test Bindingtest2 with ALBUFFERCALLBACKTYPESOFT JavaCallback via alBufferCallback1() using our custom CustomAlBufferCallback1Key class. More...
 
void chapter04 (final Bindingtest2 bt2) throws Exception
 Test in depth lifecycle of Bindingtest2 with ALBUFFERCALLBACKTYPESOFT JavaCallback via alBufferCallback1() using the default AlBufferCallback1Key class. More...
 
void chapter05a (final Bindingtest2 bt2) throws Exception
 Test Bindingtest2 with ALEVENTPROCSOFT JavaCallback on alEventCallback0(..) having the 'Object userParam` as single key. More...
 
void chapter05b (final Bindingtest2 bt2) throws Exception
 Test Bindingtest2 with ALEVENTPROCSOFT JavaCallback on alEventCallback0(..) having the 'Object userParamandint object` as keys. More...
 
void chapter11a (final Bindingtest2 bt2) throws Exception
 Test Bindingtest2 with T2_CallbackFunc11 JavaCallback via MessageCallback11a() using the default MessageCallback11aKey class. More...
 
void chapter11b (final Bindingtest2 bt2) throws Exception
 Test Bindingtest2 with T2_CallbackFunc11 JavaCallback via MessageCallback11b() using the default MessageCallback11bKey class. More...
 
void chapter12a (final Bindingtest2 bt2) throws Exception
 Test Bindingtest2 with T2_CallbackFunc12a JavaCallback via SetLogCallBack12a() More...
 
void chapter12b (final Bindingtest2 bt2) throws Exception
 Test Bindingtest2 with T2_CallbackFunc12a JavaCallback via SetLogCallBack12a() More...
 
void chapter13 (final Bindingtest2 bt2) throws Exception
 Test Bindingtest2 with T2_CallbackFunc13 JavaCallback via MessageCallback13() More...
 
- Public Member Functions inherited from com.jogamp.gluegen.test.junit.generation.BaseClass
void testClassExist (final String name) throws Exception
 Verifies the existence and creation of the generated class. More...
 
void chapter__TestCoverageSignature (final Bindingtest1 binding) throws Exception
 Verifies if all generated method signatures are completed, ie a compilation only coverage test without functional tests. More...
 
void chapter01TestStaticConstants (final Bindingtest1 binding) throws Exception
 Verifies if all generated static constant values are completed, and whether their value is as expected! More...
 
void chapter03TestCoverageFunctionalityNIOAndPrimitiveArray (final Bindingtest1 binding, final boolean direct) throws Exception
 Verifies if all methods / signatures are properly generated, can be invoked and functions. More...
 
void chapter04TestPointerBuffer (final Bindingtest1 binding) throws Exception
 
void chapter05TestSomeFunctionsAllIndirect (final Bindingtest1 binding) throws Exception
 This covers indirect primitive arrays and indirect NIO buffers. More...
 
void chapter09TestCompoundAlignment (final Bindingtest1 binding) throws Exception
 
void chapter10TestCompoundCallByReference (final Bindingtest1 binding) throws Exception
 Test compound access call-by-reference. More...
 
void chapter11TestCompoundCallByValue (final Bindingtest1 binding) throws Exception
 Test compound access call-by-value. More...
 
void chapter12TestTKField (final Bindingtest1 binding) throws Exception
 Test array and pointer bindings of structs
More...
 
void chapter13TestTKFieldImmutable (final Bindingtest1 binding) throws Exception
 
void chapter14TestTKMixed (final Bindingtest1 binding) throws Exception
 
void chapter15TestCustomJNICode (final Bindingtest1 binding) throws Exception
 
void chapter16TestPascalString (final Bindingtest1 binding) throws Exception
 
- 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 chapter__TestLoadLibrary () throws Exception
 Verifies loading of the new library. More...
 
static void chapter0XTestUnloadLibrary () throws Exception
 Verifies unloading of the new library. More...
 
static void main (final String args[]) throws IOException
 
- Static Public Member Functions inherited from com.jogamp.gluegen.test.junit.generation.BaseClass
static void assertAPTR (final long expected, final long actual)
 
- 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.gluegen.test.junit.generation.BaseClass
static final float EPSILON = 1.1920929E-7f
 
- 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

Test Bindingtest2p1 with T2_PointerStorage instance and pointer pointer.

Definition at line 41 of file Test4p1JavaCallback.java.

Member Function Documentation

◆ chapter01()

void com.jogamp.gluegen.test.junit.generation.Test4p1JavaCallback.chapter01 ( ) throws Exception

Definition at line 59 of file Test4p1JavaCallback.java.

◆ chapter02()

void com.jogamp.gluegen.test.junit.generation.Test4p1JavaCallback.chapter02 ( ) throws Exception

Definition at line 64 of file Test4p1JavaCallback.java.

◆ chapter03()

void com.jogamp.gluegen.test.junit.generation.Test4p1JavaCallback.chapter03 ( ) throws Exception

Definition at line 69 of file Test4p1JavaCallback.java.

◆ chapter04()

void com.jogamp.gluegen.test.junit.generation.Test4p1JavaCallback.chapter04 ( ) throws Exception

Definition at line 74 of file Test4p1JavaCallback.java.

◆ chapter05a()

void com.jogamp.gluegen.test.junit.generation.Test4p1JavaCallback.chapter05a ( ) throws Exception

Definition at line 79 of file Test4p1JavaCallback.java.

◆ chapter05b()

void com.jogamp.gluegen.test.junit.generation.Test4p1JavaCallback.chapter05b ( ) throws Exception

Definition at line 84 of file Test4p1JavaCallback.java.

◆ chapter0XTestUnloadLibrary()

static void com.jogamp.gluegen.test.junit.generation.Test4p1JavaCallback.chapter0XTestUnloadLibrary ( ) throws Exception
static

Verifies unloading of the new library.

Definition at line 55 of file Test4p1JavaCallback.java.

◆ chapter11a()

void com.jogamp.gluegen.test.junit.generation.Test4p1JavaCallback.chapter11a ( ) throws Exception

Definition at line 89 of file Test4p1JavaCallback.java.

◆ chapter11b()

void com.jogamp.gluegen.test.junit.generation.Test4p1JavaCallback.chapter11b ( ) throws Exception

Definition at line 94 of file Test4p1JavaCallback.java.

◆ chapter12a()

void com.jogamp.gluegen.test.junit.generation.Test4p1JavaCallback.chapter12a ( ) throws Exception

Definition at line 99 of file Test4p1JavaCallback.java.

◆ chapter12b()

void com.jogamp.gluegen.test.junit.generation.Test4p1JavaCallback.chapter12b ( ) throws Exception

Definition at line 104 of file Test4p1JavaCallback.java.

◆ chapter13()

void com.jogamp.gluegen.test.junit.generation.Test4p1JavaCallback.chapter13 ( ) throws Exception

Definition at line 109 of file Test4p1JavaCallback.java.

◆ chapter__TestLoadLibrary()

static void com.jogamp.gluegen.test.junit.generation.Test4p1JavaCallback.chapter__TestLoadLibrary ( ) throws Exception
static

Verifies loading of the new library.

Definition at line 47 of file Test4p1JavaCallback.java.

Here is the call graph for this function:

◆ main()

static void com.jogamp.gluegen.test.junit.generation.Test4p1JavaCallback.main ( final String  args[]) throws IOException
static

Definition at line 113 of file Test4p1JavaCallback.java.

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

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