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()21public void testCompare() throws Exception { 22 com.google.common.primitives.UnsignedLongsTest testCase = new com.google.common.primitives.UnsignedLongsTest(); 23 testCase.testCompare(); 24 } 25 testDecodeLong()26public void testDecodeLong() throws Exception { 27 com.google.common.primitives.UnsignedLongsTest testCase = new com.google.common.primitives.UnsignedLongsTest(); 28 testCase.testDecodeLong(); 29 } 30 testDecodeLongFails()31public void testDecodeLongFails() throws Exception { 32 com.google.common.primitives.UnsignedLongsTest testCase = new com.google.common.primitives.UnsignedLongsTest(); 33 testCase.testDecodeLongFails(); 34 } 35 testDivide()36public void testDivide() throws Exception { 37 com.google.common.primitives.UnsignedLongsTest testCase = new com.google.common.primitives.UnsignedLongsTest(); 38 testCase.testDivide(); 39 } 40 testJoin()41public void testJoin() throws Exception { 42 com.google.common.primitives.UnsignedLongsTest testCase = new com.google.common.primitives.UnsignedLongsTest(); 43 testCase.testJoin(); 44 } 45 testLexicographicalComparator()46public void testLexicographicalComparator() throws Exception { 47 com.google.common.primitives.UnsignedLongsTest testCase = new com.google.common.primitives.UnsignedLongsTest(); 48 testCase.testLexicographicalComparator(); 49 } 50 testMax()51public void testMax() throws Exception { 52 com.google.common.primitives.UnsignedLongsTest testCase = new com.google.common.primitives.UnsignedLongsTest(); 53 testCase.testMax(); 54 } 55 testMax_noArgs()56public 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()61public void testMin() throws Exception { 62 com.google.common.primitives.UnsignedLongsTest testCase = new com.google.common.primitives.UnsignedLongsTest(); 63 testCase.testMin(); 64 } 65 testMin_noArgs()66public 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()71public void testParseLong() throws Exception { 72 com.google.common.primitives.UnsignedLongsTest testCase = new com.google.common.primitives.UnsignedLongsTest(); 73 testCase.testParseLong(); 74 } 75 testParseLongEmptyString()76public void testParseLongEmptyString() throws Exception { 77 com.google.common.primitives.UnsignedLongsTest testCase = new com.google.common.primitives.UnsignedLongsTest(); 78 testCase.testParseLongEmptyString(); 79 } 80 testParseLongFails()81public void testParseLongFails() throws Exception { 82 com.google.common.primitives.UnsignedLongsTest testCase = new com.google.common.primitives.UnsignedLongsTest(); 83 testCase.testParseLongFails(); 84 } 85 testParseLongThrowsExceptionForInvalidRadix()86public void testParseLongThrowsExceptionForInvalidRadix() throws Exception { 87 com.google.common.primitives.UnsignedLongsTest testCase = new com.google.common.primitives.UnsignedLongsTest(); 88 testCase.testParseLongThrowsExceptionForInvalidRadix(); 89 } 90 testParseLongWithRadix()91public void testParseLongWithRadix() throws Exception { 92 com.google.common.primitives.UnsignedLongsTest testCase = new com.google.common.primitives.UnsignedLongsTest(); 93 testCase.testParseLongWithRadix(); 94 } 95 testParseLongWithRadixLimits()96public void testParseLongWithRadixLimits() throws Exception { 97 com.google.common.primitives.UnsignedLongsTest testCase = new com.google.common.primitives.UnsignedLongsTest(); 98 testCase.testParseLongWithRadixLimits(); 99 } 100 testRemainder()101public void testRemainder() throws Exception { 102 com.google.common.primitives.UnsignedLongsTest testCase = new com.google.common.primitives.UnsignedLongsTest(); 103 testCase.testRemainder(); 104 } 105 testSort()106public void testSort() throws Exception { 107 com.google.common.primitives.UnsignedLongsTest testCase = new com.google.common.primitives.UnsignedLongsTest(); 108 testCase.testSort(); 109 } 110 testSortDescending()111public void testSortDescending() throws Exception { 112 com.google.common.primitives.UnsignedLongsTest testCase = new com.google.common.primitives.UnsignedLongsTest(); 113 testCase.testSortDescending(); 114 } 115 testSortDescendingIndexed()116public void testSortDescendingIndexed() throws Exception { 117 com.google.common.primitives.UnsignedLongsTest testCase = new com.google.common.primitives.UnsignedLongsTest(); 118 testCase.testSortDescendingIndexed(); 119 } 120 testSortIndexed()121public void testSortIndexed() throws Exception { 122 com.google.common.primitives.UnsignedLongsTest testCase = new com.google.common.primitives.UnsignedLongsTest(); 123 testCase.testSortIndexed(); 124 } 125 testToString()126public void testToString() throws Exception { 127 com.google.common.primitives.UnsignedLongsTest testCase = new com.google.common.primitives.UnsignedLongsTest(); 128 testCase.testToString(); 129 } 130 } 131