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