29package com.jogamp.gluegen.test.junit.generation;
31import com.jogamp.gluegen.test.junit.generation.impl.Bindingtest2p1Impl;
33import org.junit.runners.MethodSorters;
35import java.io.IOException;
40@FixMethodOrder(MethodSorters.NAME_ASCENDING)
60 chapter01(
new Bindingtest2p1Impl());
63 public static void main(
final String args[])
throws IOException {
65 org.junit.runner.JUnitCore.
main(tstname);
Test Bindingtest2 with T2_PointerStorage instance and pointer pointer.
static void loadBindingtest2p1()
Test Bindingtest2p1 with T2_PointerStorage instance and pointer pointer.
static void chapter0XTestUnloadLibrary()
Verifies unloading of the new library.
static void chapter__TestLoadLibrary()
Verifies loading of the new library.
static void main(final String args[])