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 */
16package com.google.common.primitives;
17public class LongsTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
18@Override public String getModuleName() {
19  return "com.google.common.primitives.testModule";
20}
21public void testAsListEmpty() throws Exception {
22  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
23  testCase.testAsListEmpty();
24}
25
26public void testAsList_isAView() throws Exception {
27  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
28  testCase.testAsList_isAView();
29}
30
31public void testAsList_subList_toArray_roundTrip() throws Exception {
32  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
33  testCase.testAsList_subList_toArray_roundTrip();
34}
35
36public void testAsList_toArray_roundTrip() throws Exception {
37  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
38  testCase.testAsList_toArray_roundTrip();
39}
40
41public void testByteArrayRoundTrips() throws Exception {
42  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
43  testCase.testByteArrayRoundTrips();
44}
45
46public void testCompare() throws Exception {
47  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
48  testCase.testCompare();
49}
50
51public void testConcat() throws Exception {
52  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
53  testCase.testConcat();
54}
55
56public void testContains() throws Exception {
57  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
58  testCase.testContains();
59}
60
61public void testEnsureCapacity() throws Exception {
62  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
63  testCase.testEnsureCapacity();
64}
65
66public void testEnsureCapacity_fail() throws Exception {
67  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
68  testCase.testEnsureCapacity_fail();
69}
70
71public void testFromByteArray() throws Exception {
72  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
73  testCase.testFromByteArray();
74}
75
76public void testFromBytes() throws Exception {
77  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
78  testCase.testFromBytes();
79}
80
81public void testIndexOf() throws Exception {
82  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
83  testCase.testIndexOf();
84}
85
86public void testIndexOf_arrayTarget() throws Exception {
87  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
88  testCase.testIndexOf_arrayTarget();
89}
90
91public void testJoin() throws Exception {
92  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
93  testCase.testJoin();
94}
95
96public void testLastIndexOf() throws Exception {
97  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
98  testCase.testLastIndexOf();
99}
100
101public void testLexicographicalComparator() throws Exception {
102  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
103  testCase.testLexicographicalComparator();
104}
105
106public void testMax() throws Exception {
107  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
108  testCase.testMax();
109}
110
111public void testMax_noArgs() throws Exception {
112  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
113  testCase.testMax_noArgs();
114}
115
116public void testMin() throws Exception {
117  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
118  testCase.testMin();
119}
120
121public void testMin_noArgs() throws Exception {
122  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
123  testCase.testMin_noArgs();
124}
125
126public void testStringConverter_convert() throws Exception {
127  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
128  testCase.testStringConverter_convert();
129}
130
131public void testStringConverter_convertError() throws Exception {
132  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
133  testCase.testStringConverter_convertError();
134}
135
136public void testStringConverter_nullConversions() throws Exception {
137  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
138  testCase.testStringConverter_nullConversions();
139}
140
141public void testStringConverter_reverse() throws Exception {
142  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
143  testCase.testStringConverter_reverse();
144}
145
146public void testToArray() throws Exception {
147  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
148  testCase.testToArray();
149}
150
151public void testToArray_threadSafe() throws Exception {
152  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
153  testCase.testToArray_threadSafe();
154}
155
156public void testToArray_withConversion() throws Exception {
157  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
158  testCase.testToArray_withConversion();
159}
160
161public void testToArray_withNull() throws Exception {
162  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
163  testCase.testToArray_withNull();
164}
165
166public void testToByteArray() throws Exception {
167  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
168  testCase.testToByteArray();
169}
170
171public void testTryParse() throws Exception {
172  com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest();
173  testCase.testTryParse();
174}
175}
176