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.collect; 17 public class RegularImmutableTableTest_gwt extends com.google.gwt.junit.client.GWTTestCase { 18 @Override public String getModuleName() { 19 return "com.google.common.collect.testModule"; 20 } 21 public void testCellSet() throws Exception { 22 com.google.common.collect.RegularImmutableTableTest testCase = new com.google.common.collect.RegularImmutableTableTest(); 23 testCase.testCellSet(); 24 } 25 26 public void testClear() throws Exception { 27 com.google.common.collect.RegularImmutableTableTest testCase = new com.google.common.collect.RegularImmutableTableTest(); 28 testCase.testClear(); 29 } 30 31 public void testColumn() throws Exception { 32 com.google.common.collect.RegularImmutableTableTest testCase = new com.google.common.collect.RegularImmutableTableTest(); 33 testCase.testColumn(); 34 } 35 36 public void testColumnKeySet() throws Exception { 37 com.google.common.collect.RegularImmutableTableTest testCase = new com.google.common.collect.RegularImmutableTableTest(); 38 testCase.testColumnKeySet(); 39 } 40 41 public void testColumnMap() throws Exception { 42 com.google.common.collect.RegularImmutableTableTest testCase = new com.google.common.collect.RegularImmutableTableTest(); 43 testCase.testColumnMap(); 44 } 45 46 public void testConsistentHashCode() throws Exception { 47 com.google.common.collect.RegularImmutableTableTest testCase = new com.google.common.collect.RegularImmutableTableTest(); 48 testCase.testConsistentHashCode(); 49 } 50 51 public void testConsistentToString() throws Exception { 52 com.google.common.collect.RegularImmutableTableTest testCase = new com.google.common.collect.RegularImmutableTableTest(); 53 testCase.testConsistentToString(); 54 } 55 56 public void testContains() throws Exception { 57 com.google.common.collect.RegularImmutableTableTest testCase = new com.google.common.collect.RegularImmutableTableTest(); 58 testCase.testContains(); 59 } 60 61 public void testContainsColumn() throws Exception { 62 com.google.common.collect.RegularImmutableTableTest testCase = new com.google.common.collect.RegularImmutableTableTest(); 63 testCase.testContainsColumn(); 64 } 65 66 public void testContainsRow() throws Exception { 67 com.google.common.collect.RegularImmutableTableTest testCase = new com.google.common.collect.RegularImmutableTableTest(); 68 testCase.testContainsRow(); 69 } 70 71 public void testContainsValue() throws Exception { 72 com.google.common.collect.RegularImmutableTableTest testCase = new com.google.common.collect.RegularImmutableTableTest(); 73 testCase.testContainsValue(); 74 } 75 76 public void testForCells() throws Exception { 77 com.google.common.collect.RegularImmutableTableTest testCase = new com.google.common.collect.RegularImmutableTableTest(); 78 testCase.testForCells(); 79 } 80 81 public void testGet() throws Exception { 82 com.google.common.collect.RegularImmutableTableTest testCase = new com.google.common.collect.RegularImmutableTableTest(); 83 testCase.testGet(); 84 } 85 86 public void testIsEmpty() throws Exception { 87 com.google.common.collect.RegularImmutableTableTest testCase = new com.google.common.collect.RegularImmutableTableTest(); 88 testCase.testIsEmpty(); 89 } 90 91 public void testPut() throws Exception { 92 com.google.common.collect.RegularImmutableTableTest testCase = new com.google.common.collect.RegularImmutableTableTest(); 93 testCase.testPut(); 94 } 95 96 public void testPutAll() throws Exception { 97 com.google.common.collect.RegularImmutableTableTest testCase = new com.google.common.collect.RegularImmutableTableTest(); 98 testCase.testPutAll(); 99 } 100 101 public void testRemove() throws Exception { 102 com.google.common.collect.RegularImmutableTableTest testCase = new com.google.common.collect.RegularImmutableTableTest(); 103 testCase.testRemove(); 104 } 105 106 public void testRow() throws Exception { 107 com.google.common.collect.RegularImmutableTableTest testCase = new com.google.common.collect.RegularImmutableTableTest(); 108 testCase.testRow(); 109 } 110 111 public void testRowKeySet() throws Exception { 112 com.google.common.collect.RegularImmutableTableTest testCase = new com.google.common.collect.RegularImmutableTableTest(); 113 testCase.testRowKeySet(); 114 } 115 116 public void testRowMap() throws Exception { 117 com.google.common.collect.RegularImmutableTableTest testCase = new com.google.common.collect.RegularImmutableTableTest(); 118 testCase.testRowMap(); 119 } 120 121 public void testSize() throws Exception { 122 com.google.common.collect.RegularImmutableTableTest testCase = new com.google.common.collect.RegularImmutableTableTest(); 123 testCase.testSize(); 124 } 125 126 public void testValues() throws Exception { 127 com.google.common.collect.RegularImmutableTableTest testCase = new com.google.common.collect.RegularImmutableTableTest(); 128 testCase.testValues(); 129 } 130 } 131