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.primitives;
17 public class CharsTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
getModuleName()18 @Override public String getModuleName() {
19   return "com.google.common.primitives.testModule";
20 }
testAsListEmpty()21 public void testAsListEmpty() throws Exception {
22   com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
23   testCase.testAsListEmpty();
24 }
25 
testAsList_isAView()26 public void testAsList_isAView() throws Exception {
27   com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
28   testCase.testAsList_isAView();
29 }
30 
testAsList_subList_toArray_roundTrip()31 public void testAsList_subList_toArray_roundTrip() throws Exception {
32   com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
33   testCase.testAsList_subList_toArray_roundTrip();
34 }
35 
testAsList_toArray_roundTrip()36 public void testAsList_toArray_roundTrip() throws Exception {
37   com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
38   testCase.testAsList_toArray_roundTrip();
39 }
40 
testCheckedCast()41 public void testCheckedCast() throws Exception {
42   com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
43   testCase.testCheckedCast();
44 }
45 
testCompare()46 public void testCompare() throws Exception {
47   com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
48   testCase.testCompare();
49 }
50 
testConcat()51 public void testConcat() throws Exception {
52   com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
53   testCase.testConcat();
54 }
55 
testContains()56 public void testContains() throws Exception {
57   com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
58   testCase.testContains();
59 }
60 
testEnsureCapacity()61 public void testEnsureCapacity() throws Exception {
62   com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
63   testCase.testEnsureCapacity();
64 }
65 
testEnsureCapacity_fail()66 public void testEnsureCapacity_fail() throws Exception {
67   com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
68   testCase.testEnsureCapacity_fail();
69 }
70 
testHashCode()71 public void testHashCode() throws Exception {
72   com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
73   testCase.testHashCode();
74 }
75 
testIndexOf()76 public void testIndexOf() throws Exception {
77   com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
78   testCase.testIndexOf();
79 }
80 
testIndexOf_arrayTarget()81 public void testIndexOf_arrayTarget() throws Exception {
82   com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
83   testCase.testIndexOf_arrayTarget();
84 }
85 
testJoin()86 public void testJoin() throws Exception {
87   com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
88   testCase.testJoin();
89 }
90 
testLastIndexOf()91 public void testLastIndexOf() throws Exception {
92   com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
93   testCase.testLastIndexOf();
94 }
95 
testLexicographicalComparator()96 public void testLexicographicalComparator() throws Exception {
97   com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
98   testCase.testLexicographicalComparator();
99 }
100 
testMax()101 public void testMax() throws Exception {
102   com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
103   testCase.testMax();
104 }
105 
testMax_noArgs()106 public void testMax_noArgs() throws Exception {
107   com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
108   testCase.testMax_noArgs();
109 }
110 
testMin()111 public void testMin() throws Exception {
112   com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
113   testCase.testMin();
114 }
115 
testMin_noArgs()116 public void testMin_noArgs() throws Exception {
117   com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
118   testCase.testMin_noArgs();
119 }
120 
testSaturatedCast()121 public void testSaturatedCast() throws Exception {
122   com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
123   testCase.testSaturatedCast();
124 }
125 
testToArray()126 public void testToArray() throws Exception {
127   com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
128   testCase.testToArray();
129 }
130 
testToArray_threadSafe()131 public void testToArray_threadSafe() throws Exception {
132   com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
133   testCase.testToArray_threadSafe();
134 }
135 
testToArray_withNull()136 public void testToArray_withNull() throws Exception {
137   com.google.common.primitives.CharsTest testCase = new com.google.common.primitives.CharsTest();
138   testCase.testToArray_withNull();
139 }
140 }
141