|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
Public Member Functions | |
| void | chapter00TestClassExist () throws Exception |
| Verifies the existence and creation of the generated class. More... | |
| void | chapter__TestCoverageSignature () throws Exception |
| Verifies if all generated method signatures are completed, ie a compilation only coverage test without functional tests. More... | |
| void | chapter01TestStaticConstants () throws Exception |
| Verifies if all generated static constant values are completed, and whether their value is as expected! More... | |
| void | chapter03aTestCoverageFunctionalityDirectNIOAndPrimitiveArray () throws Exception |
| Verifies if all methods / signatures are properly generated, can be invoked and functions. More... | |
| void | chapter03bTestCoverageFunctionalityIndirectNIOAndPrimitiveArray () throws Exception |
| Verifies if all methods / signatures are properly generated, can be invoked and functions. More... | |
| void | chapter04TestPointerBuffer () throws Exception |
| This covers direct / indirect pointer buffers. More... | |
| void | chapter05TestSomeFunctionsAllIndirect () throws Exception |
| This covers indirect primitive arrays and indirect NIO buffers. More... | |
| void | chapter09TestCompoundAlignment () throws Exception |
| This covers compounds (structs) data alignment. More... | |
| void | chapter10TestCompoundCallByReference () throws Exception |
| This covers compounds (structs) call-by-reference. More... | |
| void | chapter11TestCompoundCallByValue () throws Exception |
| This covers compounds (structs) call-by-value. More... | |
| void | chapter12TestTKField () throws Exception |
| Test compound access read-write. More... | |
| void | chapter13TestTKFieldImmutable () throws Exception |
| Test compound access read-only. More... | |
| void | chapter14TestTKMixed () throws Exception |
| void | chapter15TestCustomJNICode () throws Exception |
| Test Custom JNI Code invocation. More... | |
| void | chapter16TestPascalString () throws Exception |
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 | 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 |
Definition at line 47 of file Test1p1JavaEmitter.java.
| void com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter.chapter00TestClassExist | ( | ) | throws Exception |
Verifies the existence and creation of the generated class.
Definition at line 61 of file Test1p1JavaEmitter.java.
| void com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter.chapter01TestStaticConstants | ( | ) | throws Exception |
Verifies if all generated static constant values are completed, and whether their value is as expected!
Covers all enumerates and defines.
Definition at line 81 of file Test1p1JavaEmitter.java.
| void com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter.chapter03aTestCoverageFunctionalityDirectNIOAndPrimitiveArray | ( | ) | throws Exception |
Verifies if all methods / signatures are properly generated, can be invoked and functions.
This is a compilation (coverage) and runtime time (semantic) test. This covers indirect primitive arrays and direct NIO buffers.
Definition at line 92 of file Test1p1JavaEmitter.java.
| void com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter.chapter03bTestCoverageFunctionalityIndirectNIOAndPrimitiveArray | ( | ) | throws Exception |
Verifies if all methods / signatures are properly generated, can be invoked and functions.
This is a compilation (coverage) and runtime time (semantic) test. This covers indirect primitive arrays and indirect NIO buffers (nio using arrays).
Definition at line 103 of file Test1p1JavaEmitter.java.
| void com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter.chapter04TestPointerBuffer | ( | ) | throws Exception |
This covers direct / indirect pointer buffers.
Definition at line 111 of file Test1p1JavaEmitter.java.
| void com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter.chapter05TestSomeFunctionsAllIndirect | ( | ) | throws Exception |
This covers indirect primitive arrays and indirect NIO buffers.
Definition at line 119 of file Test1p1JavaEmitter.java.
| void com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter.chapter09TestCompoundAlignment | ( | ) | throws Exception |
This covers compounds (structs) data alignment.
Definition at line 127 of file Test1p1JavaEmitter.java.
| void com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter.chapter10TestCompoundCallByReference | ( | ) | throws Exception |
This covers compounds (structs) call-by-reference.
Definition at line 135 of file Test1p1JavaEmitter.java.
| void com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter.chapter11TestCompoundCallByValue | ( | ) | throws Exception |
This covers compounds (structs) call-by-value.
Definition at line 143 of file Test1p1JavaEmitter.java.
| void com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter.chapter12TestTKField | ( | ) | throws Exception |
Test compound access read-write.
Definition at line 151 of file Test1p1JavaEmitter.java.
| void com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter.chapter13TestTKFieldImmutable | ( | ) | throws Exception |
Test compound access read-only.
Definition at line 159 of file Test1p1JavaEmitter.java.
| void com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter.chapter14TestTKMixed | ( | ) | throws Exception |
Definition at line 164 of file Test1p1JavaEmitter.java.
| void com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter.chapter15TestCustomJNICode | ( | ) | throws Exception |
Test Custom JNI Code invocation.
Definition at line 172 of file Test1p1JavaEmitter.java.
| void com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter.chapter16TestPascalString | ( | ) | throws Exception |
Definition at line 177 of file Test1p1JavaEmitter.java.
| void com.jogamp.gluegen.test.junit.generation.Test1p1JavaEmitter.chapter__TestCoverageSignature | ( | ) | throws Exception |
Verifies if all generated method signatures are completed, ie a compilation only coverage test without functional tests.
Definition at line 69 of file Test1p1JavaEmitter.java.
|
static |
Verifies loading of the new library.
Definition at line 53 of file Test1p1JavaEmitter.java.
|
static |
Definition at line 181 of file Test1p1JavaEmitter.java.