1 /*
2  * Copyright (C) 2008 The Guava Authors
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 package com.google.common.base;
17 public class CaseFormatTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
18 @Override public String getModuleName() {
19   return "com.google.common.base.testModule";
20 }
21 public void testConverterToBackward() throws Exception {
22   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
23   testCase.testConverterToBackward();
24 }
25 
26 public void testConverterToForward() throws Exception {
27   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
28   testCase.testConverterToForward();
29 }
30 
31 public void testConverter_nullConversions() throws Exception {
32   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
33   testCase.testConverter_nullConversions();
34 }
35 
36 public void testConverter_serialization() throws Exception {
37   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
38   testCase.testConverter_serialization();
39 }
40 
41 public void testConverter_toString() throws Exception {
42   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
43   testCase.testConverter_toString();
44 }
45 
46 public void testIdentity() throws Exception {
47   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
48   testCase.testIdentity();
49 }
50 
51 public void testLowerCamelToLowerCamel() throws Exception {
52   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
53   testCase.testLowerCamelToLowerCamel();
54 }
55 
56 public void testLowerCamelToLowerHyphen() throws Exception {
57   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
58   testCase.testLowerCamelToLowerHyphen();
59 }
60 
61 public void testLowerCamelToLowerUnderscore() throws Exception {
62   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
63   testCase.testLowerCamelToLowerUnderscore();
64 }
65 
66 public void testLowerCamelToUpperCamel() throws Exception {
67   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
68   testCase.testLowerCamelToUpperCamel();
69 }
70 
71 public void testLowerCamelToUpperUnderscore() throws Exception {
72   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
73   testCase.testLowerCamelToUpperUnderscore();
74 }
75 
76 public void testLowerHyphenToLowerCamel() throws Exception {
77   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
78   testCase.testLowerHyphenToLowerCamel();
79 }
80 
81 public void testLowerHyphenToLowerHyphen() throws Exception {
82   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
83   testCase.testLowerHyphenToLowerHyphen();
84 }
85 
86 public void testLowerHyphenToLowerUnderscore() throws Exception {
87   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
88   testCase.testLowerHyphenToLowerUnderscore();
89 }
90 
91 public void testLowerHyphenToUpperCamel() throws Exception {
92   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
93   testCase.testLowerHyphenToUpperCamel();
94 }
95 
96 public void testLowerHyphenToUpperUnderscore() throws Exception {
97   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
98   testCase.testLowerHyphenToUpperUnderscore();
99 }
100 
101 public void testLowerUnderscoreToLowerCamel() throws Exception {
102   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
103   testCase.testLowerUnderscoreToLowerCamel();
104 }
105 
106 public void testLowerUnderscoreToLowerHyphen() throws Exception {
107   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
108   testCase.testLowerUnderscoreToLowerHyphen();
109 }
110 
111 public void testLowerUnderscoreToLowerUnderscore() throws Exception {
112   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
113   testCase.testLowerUnderscoreToLowerUnderscore();
114 }
115 
116 public void testLowerUnderscoreToUpperCamel() throws Exception {
117   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
118   testCase.testLowerUnderscoreToUpperCamel();
119 }
120 
121 public void testLowerUnderscoreToUpperUnderscore() throws Exception {
122   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
123   testCase.testLowerUnderscoreToUpperUnderscore();
124 }
125 
126 public void testUpperCamelToLowerCamel() throws Exception {
127   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
128   testCase.testUpperCamelToLowerCamel();
129 }
130 
131 public void testUpperCamelToLowerHyphen() throws Exception {
132   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
133   testCase.testUpperCamelToLowerHyphen();
134 }
135 
136 public void testUpperCamelToLowerUnderscore() throws Exception {
137   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
138   testCase.testUpperCamelToLowerUnderscore();
139 }
140 
141 public void testUpperCamelToUpperCamel() throws Exception {
142   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
143   testCase.testUpperCamelToUpperCamel();
144 }
145 
146 public void testUpperCamelToUpperUnderscore() throws Exception {
147   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
148   testCase.testUpperCamelToUpperUnderscore();
149 }
150 
151 public void testUpperUnderscoreToLowerCamel() throws Exception {
152   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
153   testCase.testUpperUnderscoreToLowerCamel();
154 }
155 
156 public void testUpperUnderscoreToLowerHyphen() throws Exception {
157   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
158   testCase.testUpperUnderscoreToLowerHyphen();
159 }
160 
161 public void testUpperUnderscoreToLowerUnderscore() throws Exception {
162   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
163   testCase.testUpperUnderscoreToLowerUnderscore();
164 }
165 
166 public void testUpperUnderscoreToUpperCamel() throws Exception {
167   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
168   testCase.testUpperUnderscoreToUpperCamel();
169 }
170 
171 public void testUpperUnderscoreToUpperUnderscore() throws Exception {
172   com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest();
173   testCase.testUpperUnderscoreToUpperUnderscore();
174 }
175 }
176