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