29package com.jogamp.opengl.test.junit.jogl.acore;
31import java.io.IOException;
33import org.junit.FixMethodOrder;
34import org.junit.runners.MethodSorters;
36import com.jogamp.newt.opengl.GLWindow;
37import com.jogamp.opengl.JoglVersion;
38import com.jogamp.opengl.test.junit.util.UITestCase;
40@FixMethodOrder(MethodSorters.NAME_ASCENDING)
42 private static String[] args =
null;
45 public void testMain() throws InterruptedException {
47 System.out.println(
"Implementation-Version: "+j.getImplementationVersion());
48 System.out.println(
"Implementation-Build: "+j.getImplementationBuild());
49 System.out.println(
"Implementation-Branch: "+j.getImplementationBranch());
50 System.out.println(
"Implementation-Commit: "+j.getImplementationCommit());
55 public static void main(
final String[] args)
throws IOException {
56 TestMainVersionGLWindowNEWT.args = args;
58 org.junit.runner.JUnitCore.
main(tstname);
An implementation of GLAutoDrawable and Window interface, using a delegated Window instance,...
static void main(final String args[])
A most simple JOGL AWT test entry.
static JoglVersion getInstance()
static void main(final String[] args)