28package com.jogamp.opengl.test.junit.jogl.util.texture;
30import java.io.IOException;
31import java.net.MalformedURLException;
33import com.jogamp.nativewindow.util.PixelFormat;
35import org.junit.Assert;
37import org.junit.FixMethodOrder;
38import org.junit.runners.MethodSorters;
40import com.jogamp.opengl.test.junit.util.UITestCase;
45@FixMethodOrder(MethodSorters.NAME_ASCENDING)
48 public void test00() throws InterruptedException, IOException, MalformedURLException {
51 for(
int i=0; i<formats.length; i++) {
53 System.err.printf(
"%02d: %s, %s%n", i, pf, pf.
comp);
55 Assert.assertEquals(pf, pf2);
58 public static void main(
final String args[]) {
Testing PixelFormat integrity.
static void main(final String args[])