• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 UnsignedIntsTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
getModuleName()18 @Override public String getModuleName() {
19   return "com.google.common.primitives.testModule";
20 }
testCheckedCast()21 public void testCheckedCast() throws Exception {
22   com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
23   testCase.testCheckedCast();
24 }
25 
testCompare()26 public void testCompare() throws Exception {
27   com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
28   testCase.testCompare();
29 }
30 
testDecodeInt()31 public void testDecodeInt() throws Exception {
32   com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
33   testCase.testDecodeInt();
34 }
35 
testDecodeIntFails()36 public void testDecodeIntFails() throws Exception {
37   com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
38   testCase.testDecodeIntFails();
39 }
40 
testDivide()41 public void testDivide() throws Exception {
42   com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
43   testCase.testDivide();
44 }
45 
testJoin()46 public void testJoin() throws Exception {
47   com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
48   testCase.testJoin();
49 }
50 
testLexicographicalComparator()51 public void testLexicographicalComparator() throws Exception {
52   com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
53   testCase.testLexicographicalComparator();
54 }
55 
testMax()56 public void testMax() throws Exception {
57   com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
58   testCase.testMax();
59 }
60 
testMax_noArgs()61 public void testMax_noArgs() throws Exception {
62   com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
63   testCase.testMax_noArgs();
64 }
65 
testMin()66 public void testMin() throws Exception {
67   com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
68   testCase.testMin();
69 }
70 
testMin_noArgs()71 public void testMin_noArgs() throws Exception {
72   com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
73   testCase.testMin_noArgs();
74 }
75 
testParseInt()76 public void testParseInt() throws Exception {
77   com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
78   testCase.testParseInt();
79 }
80 
testParseIntFail()81 public void testParseIntFail() throws Exception {
82   com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
83   testCase.testParseIntFail();
84 }
85 
testParseIntThrowsExceptionForInvalidRadix()86 public void testParseIntThrowsExceptionForInvalidRadix() throws Exception {
87   com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
88   testCase.testParseIntThrowsExceptionForInvalidRadix();
89 }
90 
testParseIntWithRadix()91 public void testParseIntWithRadix() throws Exception {
92   com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
93   testCase.testParseIntWithRadix();
94 }
95 
testParseIntWithRadixLimits()96 public void testParseIntWithRadixLimits() throws Exception {
97   com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
98   testCase.testParseIntWithRadixLimits();
99 }
100 
testRemainder()101 public void testRemainder() throws Exception {
102   com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
103   testCase.testRemainder();
104 }
105 
testSaturatedCast()106 public void testSaturatedCast() throws Exception {
107   com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
108   testCase.testSaturatedCast();
109 }
110 
testSort()111 public void testSort() throws Exception {
112   com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
113   testCase.testSort();
114 }
115 
testSortDescending()116 public void testSortDescending() throws Exception {
117   com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
118   testCase.testSortDescending();
119 }
120 
testSortDescendingIndexed()121 public void testSortDescendingIndexed() throws Exception {
122   com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
123   testCase.testSortDescendingIndexed();
124 }
125 
testSortIndexed()126 public void testSortIndexed() throws Exception {
127   com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
128   testCase.testSortIndexed();
129 }
130 
testToLong()131 public void testToLong() throws Exception {
132   com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
133   testCase.testToLong();
134 }
135 
testToString()136 public void testToString() throws Exception {
137   com.google.common.primitives.UnsignedIntsTest testCase = new com.google.common.primitives.UnsignedIntsTest();
138   testCase.testToString();
139 }
140 }
141