|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
Test Bindingtest2 with T2_InitializeOptions instance and function pointer...
More...
Public Member Functions | |
| void | chapter01 (final Bindingtest2 bt2) throws Exception |
| Test Bindingtest2 with T2_InitializeOptions instance and function pointer. 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_InitializeOptions instance and function pointer...
Definition at line 36 of file BaseClass2FuncPtr.java.
| void com.jogamp.gluegen.test.junit.generation.BaseClass2FuncPtr.chapter01 | ( | final Bindingtest2 | bt2 | ) | throws Exception |
Test Bindingtest2 with T2_InitializeOptions instance and function pointer.
Definition at line 41 of file BaseClass2FuncPtr.java.