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