summaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp/common/nio/TestPointerBufferEndian.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-08-31 16:38:56 +0200
committerSven Gothel <[email protected]>2013-08-31 16:38:56 +0200
commit70c9ba258c5ba3d78f0f52faf37d88b4c62d0c96 (patch)
tree8f37d8de88417e29ee59dac077dd216a4eea8cf7 /src/junit/com/jogamp/common/nio/TestPointerBufferEndian.java
parent10a28c860bd3f4ccecef156c9bbbc88087bf568d (diff)
Add '@FixMethodOrder(MethodSorters.NAME_ASCENDING)' to all *Test* classes
Diffstat (limited to 'src/junit/com/jogamp/common/nio/TestPointerBufferEndian.java')
-rw-r--r--src/junit/com/jogamp/common/nio/TestPointerBufferEndian.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/junit/com/jogamp/common/nio/TestPointerBufferEndian.java b/src/junit/com/jogamp/common/nio/TestPointerBufferEndian.java
index c40d1d3..3a1c584 100644
--- a/src/junit/com/jogamp/common/nio/TestPointerBufferEndian.java
+++ b/src/junit/com/jogamp/common/nio/TestPointerBufferEndian.java
@@ -11,6 +11,10 @@ import org.junit.Test;
import static java.lang.System.*;
+import org.junit.FixMethodOrder;
+import org.junit.runners.MethodSorters;
+
+@FixMethodOrder(MethodSorters.NAME_ASCENDING)
public class TestPointerBufferEndian extends JunitTracer {
protected void testImpl (boolean direct) {