|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
Test Bindingtest2p2 with T2_PointerStorage instance and pointer pointer.
More...
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 |
Test Bindingtest2p2 with T2_PointerStorage instance and pointer pointer.
Definition at line 42 of file Test4p2JavaCallback.java.
| void com.jogamp.gluegen.test.junit.generation.Test4p2JavaCallback.chapter01 | ( | ) | throws Exception |
Definition at line 70 of file Test4p2JavaCallback.java.
| void com.jogamp.gluegen.test.junit.generation.Test4p2JavaCallback.chapter02 | ( | ) | throws Exception |
Definition at line 75 of file Test4p2JavaCallback.java.
| void com.jogamp.gluegen.test.junit.generation.Test4p2JavaCallback.chapter03 | ( | ) | throws Exception |
Definition at line 80 of file Test4p2JavaCallback.java.
| void com.jogamp.gluegen.test.junit.generation.Test4p2JavaCallback.chapter04 | ( | ) | throws Exception |
Definition at line 85 of file Test4p2JavaCallback.java.
| void com.jogamp.gluegen.test.junit.generation.Test4p2JavaCallback.chapter05a | ( | ) | throws Exception |
Definition at line 90 of file Test4p2JavaCallback.java.
| void com.jogamp.gluegen.test.junit.generation.Test4p2JavaCallback.chapter05b | ( | ) | throws Exception |
Definition at line 95 of file Test4p2JavaCallback.java.
|
static |
Verifies unloading of the new library.
Definition at line 63 of file Test4p2JavaCallback.java.
| void com.jogamp.gluegen.test.junit.generation.Test4p2JavaCallback.chapter11a | ( | ) | throws Exception |
Definition at line 100 of file Test4p2JavaCallback.java.
| void com.jogamp.gluegen.test.junit.generation.Test4p2JavaCallback.chapter11b | ( | ) | throws Exception |
Definition at line 105 of file Test4p2JavaCallback.java.
| void com.jogamp.gluegen.test.junit.generation.Test4p2JavaCallback.chapter12a | ( | ) | throws Exception |
Definition at line 110 of file Test4p2JavaCallback.java.
| void com.jogamp.gluegen.test.junit.generation.Test4p2JavaCallback.chapter12b | ( | ) | throws Exception |
Definition at line 115 of file Test4p2JavaCallback.java.
| void com.jogamp.gluegen.test.junit.generation.Test4p2JavaCallback.chapter13 | ( | ) | throws Exception |
Definition at line 120 of file Test4p2JavaCallback.java.
|
static |
Verifies loading of the new library.
Definition at line 50 of file Test4p2JavaCallback.java.
|
static |
Definition at line 124 of file Test4p2JavaCallback.java.