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 UnsignedLongTest_gwt extends com.google.gwt.junit.client.GWTTestCase { getModuleName()18@Override public String getModuleName() { 19 return "com.google.common.primitives.testModule"; 20 } testAsUnsignedAndLongValueAreInverses()21public void testAsUnsignedAndLongValueAreInverses() throws Exception { 22 com.google.common.primitives.UnsignedLongTest testCase = new com.google.common.primitives.UnsignedLongTest(); 23 testCase.testAsUnsignedAndLongValueAreInverses(); 24 } 25 testAsUnsignedBigIntegerValue()26public void testAsUnsignedBigIntegerValue() throws Exception { 27 com.google.common.primitives.UnsignedLongTest testCase = new com.google.common.primitives.UnsignedLongTest(); 28 testCase.testAsUnsignedBigIntegerValue(); 29 } 30 testCompare()31public void testCompare() throws Exception { 32 com.google.common.primitives.UnsignedLongTest testCase = new com.google.common.primitives.UnsignedLongTest(); 33 testCase.testCompare(); 34 } 35 testDivideByZeroThrows()36public void testDivideByZeroThrows() throws Exception { 37 com.google.common.primitives.UnsignedLongTest testCase = new com.google.common.primitives.UnsignedLongTest(); 38 testCase.testDivideByZeroThrows(); 39 } 40 testDividedBy()41public void testDividedBy() throws Exception { 42 com.google.common.primitives.UnsignedLongTest testCase = new com.google.common.primitives.UnsignedLongTest(); 43 testCase.testDividedBy(); 44 } 45 testDoubleValue()46public void testDoubleValue() throws Exception { 47 com.google.common.primitives.UnsignedLongTest testCase = new com.google.common.primitives.UnsignedLongTest(); 48 testCase.testDoubleValue(); 49 } 50 testFloatValue()51public void testFloatValue() throws Exception { 52 com.google.common.primitives.UnsignedLongTest testCase = new com.google.common.primitives.UnsignedLongTest(); 53 testCase.testFloatValue(); 54 } 55 testIntValue()56public void testIntValue() throws Exception { 57 com.google.common.primitives.UnsignedLongTest testCase = new com.google.common.primitives.UnsignedLongTest(); 58 testCase.testIntValue(); 59 } 60 testMinus()61public void testMinus() throws Exception { 62 com.google.common.primitives.UnsignedLongTest testCase = new com.google.common.primitives.UnsignedLongTest(); 63 testCase.testMinus(); 64 } 65 testMod()66public void testMod() throws Exception { 67 com.google.common.primitives.UnsignedLongTest testCase = new com.google.common.primitives.UnsignedLongTest(); 68 testCase.testMod(); 69 } 70 testModByZero()71public void testModByZero() throws Exception { 72 com.google.common.primitives.UnsignedLongTest testCase = new com.google.common.primitives.UnsignedLongTest(); 73 testCase.testModByZero(); 74 } 75 testPlus()76public void testPlus() throws Exception { 77 com.google.common.primitives.UnsignedLongTest testCase = new com.google.common.primitives.UnsignedLongTest(); 78 testCase.testPlus(); 79 } 80 testTimes()81public void testTimes() throws Exception { 82 com.google.common.primitives.UnsignedLongTest testCase = new com.google.common.primitives.UnsignedLongTest(); 83 testCase.testTimes(); 84 } 85 testToString()86public void testToString() throws Exception { 87 com.google.common.primitives.UnsignedLongTest testCase = new com.google.common.primitives.UnsignedLongTest(); 88 testCase.testToString(); 89 } 90 testToStringRadixQuick()91public void testToStringRadixQuick() throws Exception { 92 com.google.common.primitives.UnsignedLongTest testCase = new com.google.common.primitives.UnsignedLongTest(); 93 testCase.testToStringRadixQuick(); 94 } 95 testValueOfBigInteger()96public void testValueOfBigInteger() throws Exception { 97 com.google.common.primitives.UnsignedLongTest testCase = new com.google.common.primitives.UnsignedLongTest(); 98 testCase.testValueOfBigInteger(); 99 } 100 testValueOfLong()101public void testValueOfLong() throws Exception { 102 com.google.common.primitives.UnsignedLongTest testCase = new com.google.common.primitives.UnsignedLongTest(); 103 testCase.testValueOfLong(); 104 } 105 } 106