29package com.jogamp.opengl.test.junit.jogl.acore;
31import java.io.IOException;
33import org.junit.BeforeClass;
34import org.junit.FixMethodOrder;
35import org.junit.runners.MethodSorters;
37@FixMethodOrder(MethodSorters.NAME_ASCENDING)
42 System.setProperty(
"jogl.disable.openglarbcontext",
"true");
45 public static void main(
final String args[])
throws IOException {
47 org.junit.runner.JUnitCore.
main(tstname);
static void setNoARBCtx()
static void main(final String args[])