diff options
author | Sven Gothel <[email protected]> | 2013-08-31 16:38:56 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-08-31 16:38:56 +0200 |
commit | 70c9ba258c5ba3d78f0f52faf37d88b4c62d0c96 (patch) | |
tree | 8f37d8de88417e29ee59dac077dd216a4eea8cf7 /src/junit/com/jogamp/common/util/locks/TestSingletonServerSocket00.java | |
parent | 10a28c860bd3f4ccecef156c9bbbc88087bf568d (diff) |
Add '@FixMethodOrder(MethodSorters.NAME_ASCENDING)' to all *Test* classes
Diffstat (limited to 'src/junit/com/jogamp/common/util/locks/TestSingletonServerSocket00.java')
-rw-r--r-- | src/junit/com/jogamp/common/util/locks/TestSingletonServerSocket00.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/junit/com/jogamp/common/util/locks/TestSingletonServerSocket00.java b/src/junit/com/jogamp/common/util/locks/TestSingletonServerSocket00.java index bb6a55c..2ab6d52 100644 --- a/src/junit/com/jogamp/common/util/locks/TestSingletonServerSocket00.java +++ b/src/junit/com/jogamp/common/util/locks/TestSingletonServerSocket00.java @@ -34,6 +34,10 @@ import junit.framework.Assert; import org.junit.BeforeClass; import org.junit.Test; +import org.junit.FixMethodOrder; +import org.junit.runners.MethodSorters; + +@FixMethodOrder(MethodSorters.NAME_ASCENDING) public class TestSingletonServerSocket00 { // public static final String SINGLE_INSTANCE_LOCK_FILE = "UITestCase.lock"; public static final int SINGLE_INSTANCE_LOCK_PORT = 59999; |