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