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 LongsTest_gwt extends com.google.gwt.junit.client.GWTTestCase { getModuleName()18@Override public String getModuleName() { 19 return "com.google.common.primitives.testModule"; 20 } testAsListEmpty()21public void testAsListEmpty() throws Exception { 22 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 23 testCase.testAsListEmpty(); 24 } 25 testAsList_isAView()26public void testAsList_isAView() throws Exception { 27 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 28 testCase.testAsList_isAView(); 29 } 30 testAsList_subList_toArray_roundTrip()31public void testAsList_subList_toArray_roundTrip() throws Exception { 32 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 33 testCase.testAsList_subList_toArray_roundTrip(); 34 } 35 testAsList_toArray_roundTrip()36public void testAsList_toArray_roundTrip() throws Exception { 37 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 38 testCase.testAsList_toArray_roundTrip(); 39 } 40 testByteArrayRoundTrips()41public void testByteArrayRoundTrips() throws Exception { 42 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 43 testCase.testByteArrayRoundTrips(); 44 } 45 testCompare()46public void testCompare() throws Exception { 47 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 48 testCase.testCompare(); 49 } 50 testConcat()51public void testConcat() throws Exception { 52 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 53 testCase.testConcat(); 54 } 55 testConstrainToRange()56public void testConstrainToRange() throws Exception { 57 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 58 testCase.testConstrainToRange(); 59 } 60 testContains()61public void testContains() throws Exception { 62 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 63 testCase.testContains(); 64 } 65 testEnsureCapacity()66public void testEnsureCapacity() throws Exception { 67 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 68 testCase.testEnsureCapacity(); 69 } 70 testEnsureCapacity_fail()71public void testEnsureCapacity_fail() throws Exception { 72 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 73 testCase.testEnsureCapacity_fail(); 74 } 75 testFromByteArray()76public void testFromByteArray() throws Exception { 77 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 78 testCase.testFromByteArray(); 79 } 80 testFromByteArrayFails()81public void testFromByteArrayFails() throws Exception { 82 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 83 testCase.testFromByteArrayFails(); 84 } 85 testFromBytes()86public void testFromBytes() throws Exception { 87 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 88 testCase.testFromBytes(); 89 } 90 testIndexOf()91public void testIndexOf() throws Exception { 92 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 93 testCase.testIndexOf(); 94 } 95 testIndexOf_arrayTarget()96public void testIndexOf_arrayTarget() throws Exception { 97 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 98 testCase.testIndexOf_arrayTarget(); 99 } 100 testJoin()101public void testJoin() throws Exception { 102 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 103 testCase.testJoin(); 104 } 105 testLastIndexOf()106public void testLastIndexOf() throws Exception { 107 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 108 testCase.testLastIndexOf(); 109 } 110 testLexicographicalComparator()111public void testLexicographicalComparator() throws Exception { 112 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 113 testCase.testLexicographicalComparator(); 114 } 115 testMax()116public void testMax() throws Exception { 117 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 118 testCase.testMax(); 119 } 120 testMax_noArgs()121public void testMax_noArgs() throws Exception { 122 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 123 testCase.testMax_noArgs(); 124 } 125 testMin()126public void testMin() throws Exception { 127 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 128 testCase.testMin(); 129 } 130 testMin_noArgs()131public void testMin_noArgs() throws Exception { 132 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 133 testCase.testMin_noArgs(); 134 } 135 testReverse()136public void testReverse() throws Exception { 137 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 138 testCase.testReverse(); 139 } 140 testReverseIndexed()141public void testReverseIndexed() throws Exception { 142 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 143 testCase.testReverseIndexed(); 144 } 145 testSortDescending()146public void testSortDescending() throws Exception { 147 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 148 testCase.testSortDescending(); 149 } 150 testSortDescendingIndexed()151public void testSortDescendingIndexed() throws Exception { 152 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 153 testCase.testSortDescendingIndexed(); 154 } 155 testStringConverter_convert()156public void testStringConverter_convert() throws Exception { 157 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 158 testCase.testStringConverter_convert(); 159 } 160 testStringConverter_convertError()161public void testStringConverter_convertError() throws Exception { 162 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 163 testCase.testStringConverter_convertError(); 164 } 165 testStringConverter_nullConversions()166public void testStringConverter_nullConversions() throws Exception { 167 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 168 testCase.testStringConverter_nullConversions(); 169 } 170 testStringConverter_reverse()171public void testStringConverter_reverse() throws Exception { 172 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 173 testCase.testStringConverter_reverse(); 174 } 175 testToArray()176public void testToArray() throws Exception { 177 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 178 testCase.testToArray(); 179 } 180 testToArray_threadSafe()181public void testToArray_threadSafe() throws Exception { 182 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 183 testCase.testToArray_threadSafe(); 184 } 185 testToArray_withConversion()186public void testToArray_withConversion() throws Exception { 187 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 188 testCase.testToArray_withConversion(); 189 } 190 testToArray_withNull()191public void testToArray_withNull() throws Exception { 192 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 193 testCase.testToArray_withNull(); 194 } 195 testToByteArray()196public void testToByteArray() throws Exception { 197 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 198 testCase.testToByteArray(); 199 } 200 testTryParse()201public void testTryParse() throws Exception { 202 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 203 testCase.testTryParse(); 204 } 205 testTryParse_radix()206public void testTryParse_radix() throws Exception { 207 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 208 testCase.testTryParse_radix(); 209 } 210 testTryParse_radixTooBig()211public void testTryParse_radixTooBig() throws Exception { 212 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 213 testCase.testTryParse_radixTooBig(); 214 } 215 testTryParse_radixTooSmall()216public void testTryParse_radixTooSmall() throws Exception { 217 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 218 testCase.testTryParse_radixTooSmall(); 219 } 220 testTryParse_withNullGwt()221public void testTryParse_withNullGwt() throws Exception { 222 com.google.common.primitives.LongsTest testCase = new com.google.common.primitives.LongsTest(); 223 testCase.testTryParse_withNullGwt(); 224 } 225 } 226