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 UnsignedIntsTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
18@Override public String getModuleName() {
19  return "com.google.common.primitives.testModule";
20}
21public void testCompare() throws Exception {
22  com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
23  testCase.testCompare();
24}
25
26public void testDecodeInt() throws Exception {
27  com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
28  testCase.testDecodeInt();
29}
30
31public void testDecodeIntFails() throws Exception {
32  com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
33  testCase.testDecodeIntFails();
34}
35
36public void testDivide() throws Exception {
37  com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
38  testCase.testDivide();
39}
40
41public void testJoin() throws Exception {
42  com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
43  testCase.testJoin();
44}
45
46public void testLexicographicalComparator() throws Exception {
47  com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
48  testCase.testLexicographicalComparator();
49}
50
51public void testMax() throws Exception {
52  com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
53  testCase.testMax();
54}
55
56public void testMax_noArgs() throws Exception {
57  com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
58  testCase.testMax_noArgs();
59}
60
61public void testMin() throws Exception {
62  com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
63  testCase.testMin();
64}
65
66public void testMin_noArgs() throws Exception {
67  com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
68  testCase.testMin_noArgs();
69}
70
71public void testParseInt() throws Exception {
72  com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
73  testCase.testParseInt();
74}
75
76public void testParseIntThrowsExceptionForInvalidRadix() throws Exception {
77  com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
78  testCase.testParseIntThrowsExceptionForInvalidRadix();
79}
80
81public void testParseIntWithRadix() throws Exception {
82  com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
83  testCase.testParseIntWithRadix();
84}
85
86public void testRemainder() throws Exception {
87  com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
88  testCase.testRemainder();
89}
90
91public void testToLong() throws Exception {
92  com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
93  testCase.testToLong();
94}
95
96public void testToString() throws Exception {
97  com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
98  testCase.testToString();
99}
100}
101