29package com.jogamp.opengl.test.junit.jogl.acore;
31import java.io.IOException;
33import com.jogamp.opengl.awt.GLCanvas;
36import org.junit.FixMethodOrder;
37import org.junit.runners.MethodSorters;
39import com.jogamp.opengl.test.junit.util.UITestCase;
41@FixMethodOrder(MethodSorters.NAME_ASCENDING)
45 public void testMain() throws InterruptedException {
50 public static void main(
final String args[])
throws IOException {
52 org.junit.runner.JUnitCore.
main(tstname);
A heavyweight AWT component which provides OpenGL rendering support.
static void main(final String args[])
A most simple JOGL AWT test entry.
static void main(final String args[])