From 70c9ba258c5ba3d78f0f52faf37d88b4c62d0c96 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 31 Aug 2013 16:38:56 +0200 Subject: Add '@FixMethodOrder(MethodSorters.NAME_ASCENDING)' to all *Test* classes --- src/junit/com/jogamp/common/util/IntIntHashMapTest.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/junit/com/jogamp/common/util/IntIntHashMapTest.java') diff --git a/src/junit/com/jogamp/common/util/IntIntHashMapTest.java b/src/junit/com/jogamp/common/util/IntIntHashMapTest.java index ab348a3..fa56d3d 100644 --- a/src/junit/com/jogamp/common/util/IntIntHashMapTest.java +++ b/src/junit/com/jogamp/common/util/IntIntHashMapTest.java @@ -48,6 +48,10 @@ import static java.lang.System.*; * @author Michael Bien * @author Sven Gothel */ +import org.junit.FixMethodOrder; +import org.junit.runners.MethodSorters; + +@FixMethodOrder(MethodSorters.NAME_ASCENDING) public class IntIntHashMapTest { private static int iterations; -- cgit v1.2.3