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 FloatsTest_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.FloatsTest testCase = new com.google.common.primitives.FloatsTest(); 23 testCase.testAsListEmpty(); 24 } 25 testAsList_isAView()26public void testAsList_isAView() throws Exception { 27 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest(); 28 testCase.testAsList_isAView(); 29 } 30 testAsList_subList_toArray_roundTrip()31public void testAsList_subList_toArray_roundTrip() throws Exception { 32 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest(); 33 testCase.testAsList_subList_toArray_roundTrip(); 34 } 35 testAsList_toArray_roundTrip()36public void testAsList_toArray_roundTrip() throws Exception { 37 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest(); 38 testCase.testAsList_toArray_roundTrip(); 39 } 40 testCompare()41public void testCompare() throws Exception { 42 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest(); 43 testCase.testCompare(); 44 } 45 testConcat()46public void testConcat() throws Exception { 47 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest(); 48 testCase.testConcat(); 49 } 50 testContains()51public void testContains() throws Exception { 52 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest(); 53 testCase.testContains(); 54 } 55 testEnsureCapacity()56public void testEnsureCapacity() throws Exception { 57 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest(); 58 testCase.testEnsureCapacity(); 59 } 60 testEnsureCapacity_fail()61public void testEnsureCapacity_fail() throws Exception { 62 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest(); 63 testCase.testEnsureCapacity_fail(); 64 } 65 testHashCode()66public void testHashCode() throws Exception { 67 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest(); 68 testCase.testHashCode(); 69 } 70 testIndexOf()71public void testIndexOf() throws Exception { 72 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest(); 73 testCase.testIndexOf(); 74 } 75 testIndexOf_arrayTarget()76public void testIndexOf_arrayTarget() throws Exception { 77 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest(); 78 testCase.testIndexOf_arrayTarget(); 79 } 80 testIsFinite()81public void testIsFinite() throws Exception { 82 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest(); 83 testCase.testIsFinite(); 84 } 85 testLastIndexOf()86public void testLastIndexOf() throws Exception { 87 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest(); 88 testCase.testLastIndexOf(); 89 } 90 testLexicographicalComparator()91public void testLexicographicalComparator() throws Exception { 92 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest(); 93 testCase.testLexicographicalComparator(); 94 } 95 testMax()96public void testMax() throws Exception { 97 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest(); 98 testCase.testMax(); 99 } 100 testMax_noArgs()101public void testMax_noArgs() throws Exception { 102 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest(); 103 testCase.testMax_noArgs(); 104 } 105 testMin()106public void testMin() throws Exception { 107 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest(); 108 testCase.testMin(); 109 } 110 testMin_noArgs()111public void testMin_noArgs() throws Exception { 112 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest(); 113 testCase.testMin_noArgs(); 114 } 115 testStringConverter_convertError()116public void testStringConverter_convertError() throws Exception { 117 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest(); 118 testCase.testStringConverter_convertError(); 119 } 120 testStringConverter_nullConversions()121public void testStringConverter_nullConversions() throws Exception { 122 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest(); 123 testCase.testStringConverter_nullConversions(); 124 } 125 testToArray()126public void testToArray() throws Exception { 127 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest(); 128 testCase.testToArray(); 129 } 130 testToArray_threadSafe()131public void testToArray_threadSafe() throws Exception { 132 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest(); 133 testCase.testToArray_threadSafe(); 134 } 135 testToArray_withConversion()136public void testToArray_withConversion() throws Exception { 137 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest(); 138 testCase.testToArray_withConversion(); 139 } 140 testToArray_withNull()141public void testToArray_withNull() throws Exception { 142 com.google.common.primitives.FloatsTest testCase = new com.google.common.primitives.FloatsTest(); 143 testCase.testToArray_withNull(); 144 } 145 } 146