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 { getModuleName()18@Override public String getModuleName() { 19 return "com.google.common.base.testModule"; 20 } testConverterToBackward()21public void testConverterToBackward() throws Exception { 22 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 23 testCase.testConverterToBackward(); 24 } 25 testConverterToForward()26public void testConverterToForward() throws Exception { 27 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 28 testCase.testConverterToForward(); 29 } 30 testConverter_nullConversions()31public void testConverter_nullConversions() throws Exception { 32 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 33 testCase.testConverter_nullConversions(); 34 } 35 testConverter_serialization()36public void testConverter_serialization() throws Exception { 37 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 38 testCase.testConverter_serialization(); 39 } 40 testConverter_toString()41public void testConverter_toString() throws Exception { 42 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 43 testCase.testConverter_toString(); 44 } 45 testIdentity()46public void testIdentity() throws Exception { 47 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 48 testCase.testIdentity(); 49 } 50 testLowerCamelToLowerCamel()51public void testLowerCamelToLowerCamel() throws Exception { 52 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 53 testCase.testLowerCamelToLowerCamel(); 54 } 55 testLowerCamelToLowerHyphen()56public void testLowerCamelToLowerHyphen() throws Exception { 57 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 58 testCase.testLowerCamelToLowerHyphen(); 59 } 60 testLowerCamelToLowerUnderscore()61public void testLowerCamelToLowerUnderscore() throws Exception { 62 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 63 testCase.testLowerCamelToLowerUnderscore(); 64 } 65 testLowerCamelToUpperCamel()66public void testLowerCamelToUpperCamel() throws Exception { 67 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 68 testCase.testLowerCamelToUpperCamel(); 69 } 70 testLowerCamelToUpperUnderscore()71public void testLowerCamelToUpperUnderscore() throws Exception { 72 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 73 testCase.testLowerCamelToUpperUnderscore(); 74 } 75 testLowerHyphenToLowerCamel()76public void testLowerHyphenToLowerCamel() throws Exception { 77 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 78 testCase.testLowerHyphenToLowerCamel(); 79 } 80 testLowerHyphenToLowerHyphen()81public void testLowerHyphenToLowerHyphen() throws Exception { 82 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 83 testCase.testLowerHyphenToLowerHyphen(); 84 } 85 testLowerHyphenToLowerUnderscore()86public void testLowerHyphenToLowerUnderscore() throws Exception { 87 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 88 testCase.testLowerHyphenToLowerUnderscore(); 89 } 90 testLowerHyphenToUpperCamel()91public void testLowerHyphenToUpperCamel() throws Exception { 92 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 93 testCase.testLowerHyphenToUpperCamel(); 94 } 95 testLowerHyphenToUpperUnderscore()96public void testLowerHyphenToUpperUnderscore() throws Exception { 97 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 98 testCase.testLowerHyphenToUpperUnderscore(); 99 } 100 testLowerUnderscoreToLowerCamel()101public void testLowerUnderscoreToLowerCamel() throws Exception { 102 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 103 testCase.testLowerUnderscoreToLowerCamel(); 104 } 105 testLowerUnderscoreToLowerHyphen()106public void testLowerUnderscoreToLowerHyphen() throws Exception { 107 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 108 testCase.testLowerUnderscoreToLowerHyphen(); 109 } 110 testLowerUnderscoreToLowerUnderscore()111public void testLowerUnderscoreToLowerUnderscore() throws Exception { 112 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 113 testCase.testLowerUnderscoreToLowerUnderscore(); 114 } 115 testLowerUnderscoreToUpperCamel()116public void testLowerUnderscoreToUpperCamel() throws Exception { 117 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 118 testCase.testLowerUnderscoreToUpperCamel(); 119 } 120 testLowerUnderscoreToUpperUnderscore()121public void testLowerUnderscoreToUpperUnderscore() throws Exception { 122 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 123 testCase.testLowerUnderscoreToUpperUnderscore(); 124 } 125 testUpperCamelToLowerCamel()126public void testUpperCamelToLowerCamel() throws Exception { 127 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 128 testCase.testUpperCamelToLowerCamel(); 129 } 130 testUpperCamelToLowerHyphen()131public void testUpperCamelToLowerHyphen() throws Exception { 132 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 133 testCase.testUpperCamelToLowerHyphen(); 134 } 135 testUpperCamelToLowerUnderscore()136public void testUpperCamelToLowerUnderscore() throws Exception { 137 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 138 testCase.testUpperCamelToLowerUnderscore(); 139 } 140 testUpperCamelToUpperCamel()141public void testUpperCamelToUpperCamel() throws Exception { 142 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 143 testCase.testUpperCamelToUpperCamel(); 144 } 145 testUpperCamelToUpperUnderscore()146public void testUpperCamelToUpperUnderscore() throws Exception { 147 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 148 testCase.testUpperCamelToUpperUnderscore(); 149 } 150 testUpperUnderscoreToLowerCamel()151public void testUpperUnderscoreToLowerCamel() throws Exception { 152 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 153 testCase.testUpperUnderscoreToLowerCamel(); 154 } 155 testUpperUnderscoreToLowerHyphen()156public void testUpperUnderscoreToLowerHyphen() throws Exception { 157 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 158 testCase.testUpperUnderscoreToLowerHyphen(); 159 } 160 testUpperUnderscoreToLowerUnderscore()161public void testUpperUnderscoreToLowerUnderscore() throws Exception { 162 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 163 testCase.testUpperUnderscoreToLowerUnderscore(); 164 } 165 testUpperUnderscoreToUpperCamel()166public void testUpperUnderscoreToUpperCamel() throws Exception { 167 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 168 testCase.testUpperUnderscoreToUpperCamel(); 169 } 170 testUpperUnderscoreToUpperUnderscore()171public void testUpperUnderscoreToUpperUnderscore() throws Exception { 172 com.google.common.base.CaseFormatTest testCase = new com.google.common.base.CaseFormatTest(); 173 testCase.testUpperUnderscoreToUpperUnderscore(); 174 } 175 } 176