Sort & format.
git-svn-id: https://google-web-toolkit.googlecode.com/svn/releases/1.6@3914 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/test/com/google/gwt/i18n/client/TestConstants.java b/user/test/com/google/gwt/i18n/client/TestConstants.java
index 0884f6e..96d307a 100644
--- a/user/test/com/google/gwt/i18n/client/TestConstants.java
+++ b/user/test/com/google/gwt/i18n/client/TestConstants.java
@@ -23,97 +23,97 @@
*/
public interface TestConstants extends com.google.gwt.i18n.client.Constants {
- /**
- * @gwt.key string
- */
- String getString();
+ boolean booleanFalse();
- String stringTrimsLeadingWhitespace();
-
- String stringDoesNotTrimTrailingThreeSpaces();
-
- String stringEmpty();
-
- String stringJapaneseRed();
-
- String stringJapaneseGreen();
-
- String stringJapaneseBlue();
-
- int intZero();
-
- int intOne();
-
- int intNegOne();
-
- int intMax();
-
- int intMin();
-
- float floatPi();
-
- float floatZero();
-
- float floatOne();
-
- float floatNegOne();
-
- float floatPosMax();
-
- float floatPosMin();
-
- float floatNegMax();
-
- float floatNegMin();
-
- double doublePi();
-
- double doubleZero();
-
- double doubleOne();
-
- double doubleNegOne();
-
- double doublePosMax();
-
- double doublePosMin();
+ boolean booleanTrue();
double doubleNegMax();
double doubleNegMin();
- String[] stringArrayABCDEFG();
+ double doubleNegOne();
- String[] stringArraySizeOneEmptyString();
+ double doubleOne();
- String[] stringArraySizeOneX();
+ double doublePi();
- String[] stringArraySizeTwoBothEmpty();
+ double doublePosMax();
- String[] stringArraySizeThreeAllEmpty();
+ double doublePosMin();
- String[] stringArraySizeTwoWithEscapedComma();
+ double doubleZero();
- String[] stringArraySizeOneWithBackslashX();
+ float floatNegMax();
- String[] stringArraySizeThreeWithDoubleBackslash();
+ float floatNegMin();
- boolean booleanFalse();
+ float floatNegOne();
- boolean booleanTrue();
+ float floatOne();
+
+ float floatPi();
+
+ float floatPosMax();
+
+ float floatPosMin();
+
+ float floatZero();
+
+ /**
+ * @gwt.key string
+ */
+ String getString();
+
+ int intMax();
+
+ int intMin();
+
+ int intNegOne();
+
+ int intOne();
+
+ int intZero();
Map<String, String> mapABCD();
- // raw type test
- @SuppressWarnings("unchecked")
- Map mapDCBA();
-
Map<String, String> mapBACD();
Map<String, String> mapBBB();
+ // raw type test
+ @SuppressWarnings("unchecked")
+ Map mapDCBA();
+
Map<String, String> mapXYZ();
+ String[] stringArrayABCDEFG();
+
+ String[] stringArraySizeOneEmptyString();
+
+ String[] stringArraySizeOneWithBackslashX();
+
+ String[] stringArraySizeOneX();
+
+ String[] stringArraySizeThreeAllEmpty();
+
+ String[] stringArraySizeThreeWithDoubleBackslash();
+
+ String[] stringArraySizeTwoBothEmpty();
+
+ String[] stringArraySizeTwoWithEscapedComma();
+
+ String stringDoesNotTrimTrailingThreeSpaces();
+
+ String stringEmpty();
+
+ String stringJapaneseBlue();
+
+ String stringJapaneseGreen();
+
+ String stringJapaneseRed();
+
+ String stringTrimsLeadingWhitespace();
+
// uncomment for desk tests
// Map mapWithMissingKey();