|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
Test Bindingtest2 with T2_PointerStorage instance and pointer pointer.
More...
Classes | |
| class | ALCcontext |
| class | CustomAlBufferCallback1Key |
| class | CustomMessageCallback11Key |
Public Member Functions | |
| 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 () |
Additional Inherited Members | |
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) |
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 |
Test Bindingtest2 with T2_PointerStorage instance and pointer pointer.
Definition at line 53 of file BaseClass4JavaCallback.java.
| void com.jogamp.gluegen.test.junit.generation.BaseClass4JavaCallback.chapter01 | ( | final Bindingtest2 | bt2 | ) | throws Exception |
Test Bindingtest2 with T2_CallbackFunc JavaCallback.
Definition at line 79 of file BaseClass4JavaCallback.java.
| void com.jogamp.gluegen.test.junit.generation.BaseClass4JavaCallback.chapter02 | ( | final Bindingtest2 | bt2 | ) | throws Exception |
Test Bindingtest2 with ALBUFFERCALLBACKTYPESOFT JavaCallback via alBufferCallback1() using the default AlBufferCallback1Key class.
Definition at line 192 of file BaseClass4JavaCallback.java.
| void com.jogamp.gluegen.test.junit.generation.BaseClass4JavaCallback.chapter03 | ( | final Bindingtest2 | bt2 | ) | throws Exception |
Test Bindingtest2 with ALBUFFERCALLBACKTYPESOFT JavaCallback via alBufferCallback1() using our custom CustomAlBufferCallback1Key class.
Definition at line 441 of file BaseClass4JavaCallback.java.
| void com.jogamp.gluegen.test.junit.generation.BaseClass4JavaCallback.chapter04 | ( | final Bindingtest2 | bt2 | ) | throws Exception |
Test in depth lifecycle of Bindingtest2 with ALBUFFERCALLBACKTYPESOFT JavaCallback via alBufferCallback1() using the default AlBufferCallback1Key class.
Definition at line 643 of file BaseClass4JavaCallback.java.
| void com.jogamp.gluegen.test.junit.generation.BaseClass4JavaCallback.chapter05a | ( | final Bindingtest2 | bt2 | ) | throws Exception |
Test Bindingtest2 with ALEVENTPROCSOFT JavaCallback on alEventCallback0(..) having the 'Object userParam` as single key.
Definition at line 896 of file BaseClass4JavaCallback.java.
| void com.jogamp.gluegen.test.junit.generation.BaseClass4JavaCallback.chapter05b | ( | final Bindingtest2 | bt2 | ) | throws Exception |
Test Bindingtest2 with ALEVENTPROCSOFT JavaCallback on alEventCallback0(..) having the 'Object userParamandint object` as keys.
Definition at line 1016 of file BaseClass4JavaCallback.java.
| void com.jogamp.gluegen.test.junit.generation.BaseClass4JavaCallback.chapter11a | ( | final Bindingtest2 | bt2 | ) | throws Exception |
Test Bindingtest2 with T2_CallbackFunc11 JavaCallback via MessageCallback11a() using the default MessageCallback11aKey class.
Definition at line 1148 of file BaseClass4JavaCallback.java.
| void com.jogamp.gluegen.test.junit.generation.BaseClass4JavaCallback.chapter11b | ( | final Bindingtest2 | bt2 | ) | throws Exception |
Test Bindingtest2 with T2_CallbackFunc11 JavaCallback via MessageCallback11b() using the default MessageCallback11bKey class.
Definition at line 1369 of file BaseClass4JavaCallback.java.
| void com.jogamp.gluegen.test.junit.generation.BaseClass4JavaCallback.chapter12a | ( | final Bindingtest2 | bt2 | ) | throws Exception |
Test Bindingtest2 with T2_CallbackFunc12a JavaCallback via SetLogCallBack12a()
Definition at line 1563 of file BaseClass4JavaCallback.java.
| void com.jogamp.gluegen.test.junit.generation.BaseClass4JavaCallback.chapter12b | ( | final Bindingtest2 | bt2 | ) | throws Exception |
Test Bindingtest2 with T2_CallbackFunc12a JavaCallback via SetLogCallBack12a()
Definition at line 1615 of file BaseClass4JavaCallback.java.
| void com.jogamp.gluegen.test.junit.generation.BaseClass4JavaCallback.chapter13 | ( | final Bindingtest2 | bt2 | ) | throws Exception |
Test Bindingtest2 with T2_CallbackFunc13 JavaCallback via MessageCallback13()
Definition at line 1680 of file BaseClass4JavaCallback.java.