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 TreeBasedTableTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
getModuleName()18 @Override public String getModuleName() {
19   return "com.google.common.collect.testModule";
20 }
testCellSetToString_ordered()21 public void testCellSetToString_ordered() throws Exception {
22   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
23   testCase.setUp();
24   testCase.testCellSetToString_ordered();
25 }
26 
testClear()27 public void testClear() throws Exception {
28   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
29   testCase.setUp();
30   testCase.testClear();
31 }
32 
testColumn()33 public void testColumn() throws Exception {
34   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
35   testCase.setUp();
36   testCase.testColumn();
37 }
38 
testColumnComparator()39 public void testColumnComparator() throws Exception {
40   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
41   testCase.setUp();
42   testCase.testColumnComparator();
43 }
44 
testColumnKeySet_empty()45 public void testColumnKeySet_empty() throws Exception {
46   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
47   testCase.setUp();
48   testCase.testColumnKeySet_empty();
49 }
50 
testColumnKeySet_isSorted()51 public void testColumnKeySet_isSorted() throws Exception {
52   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
53   testCase.setUp();
54   testCase.testColumnKeySet_isSorted();
55 }
56 
testColumnKeySet_isSortedWithRealComparator()57 public void testColumnKeySet_isSortedWithRealComparator() throws Exception {
58   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
59   testCase.setUp();
60   testCase.testColumnKeySet_isSortedWithRealComparator();
61 }
62 
testColumnKeySet_oneColumn()63 public void testColumnKeySet_oneColumn() throws Exception {
64   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
65   testCase.setUp();
66   testCase.testColumnKeySet_oneColumn();
67 }
68 
testColumnKeySet_oneEntry()69 public void testColumnKeySet_oneEntry() throws Exception {
70   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
71   testCase.setUp();
72   testCase.testColumnKeySet_oneEntry();
73 }
74 
testColumnKeySet_oneRow()75 public void testColumnKeySet_oneRow() throws Exception {
76   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
77   testCase.setUp();
78   testCase.testColumnKeySet_oneRow();
79 }
80 
testColumnNull()81 public void testColumnNull() throws Exception {
82   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
83   testCase.setUp();
84   testCase.testColumnNull();
85 }
86 
testColumnSetPartialOverlap()87 public void testColumnSetPartialOverlap() throws Exception {
88   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
89   testCase.setUp();
90   testCase.testColumnSetPartialOverlap();
91 }
92 
testContains()93 public void testContains() throws Exception {
94   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
95   testCase.setUp();
96   testCase.testContains();
97 }
98 
testContainsColumn()99 public void testContainsColumn() throws Exception {
100   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
101   testCase.setUp();
102   testCase.testContainsColumn();
103 }
104 
testContainsRow()105 public void testContainsRow() throws Exception {
106   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
107   testCase.setUp();
108   testCase.testContainsRow();
109 }
110 
testContainsValue()111 public void testContainsValue() throws Exception {
112   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
113   testCase.setUp();
114   testCase.testContainsValue();
115 }
116 
testCreateCopy()117 public void testCreateCopy() throws Exception {
118   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
119   testCase.setUp();
120   testCase.testCreateCopy();
121 }
122 
testCreateExplicitComparators()123 public void testCreateExplicitComparators() throws Exception {
124   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
125   testCase.setUp();
126   testCase.testCreateExplicitComparators();
127 }
128 
testEquals()129 public void testEquals() throws Exception {
130   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
131   testCase.setUp();
132   testCase.testEquals();
133 }
134 
testGet()135 public void testGet() throws Exception {
136   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
137   testCase.setUp();
138   testCase.testGet();
139 }
140 
testHashCode()141 public void testHashCode() throws Exception {
142   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
143   testCase.setUp();
144   testCase.testHashCode();
145 }
146 
testIsEmpty()147 public void testIsEmpty() throws Exception {
148   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
149   testCase.setUp();
150   testCase.testIsEmpty();
151 }
152 
testPut()153 public void testPut() throws Exception {
154   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
155   testCase.setUp();
156   testCase.testPut();
157 }
158 
testPutAllTable()159 public void testPutAllTable() throws Exception {
160   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
161   testCase.setUp();
162   testCase.testPutAllTable();
163 }
164 
testPutNull()165 public void testPutNull() throws Exception {
166   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
167   testCase.setUp();
168   testCase.testPutNull();
169 }
170 
testPutNullReplace()171 public void testPutNullReplace() throws Exception {
172   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
173   testCase.setUp();
174   testCase.testPutNullReplace();
175 }
176 
testRemove()177 public void testRemove() throws Exception {
178   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
179   testCase.setUp();
180   testCase.testRemove();
181 }
182 
testRow()183 public void testRow() throws Exception {
184   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
185   testCase.setUp();
186   testCase.testRow();
187 }
188 
testRowClearAndPut()189 public void testRowClearAndPut() throws Exception {
190   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
191   testCase.setUp();
192   testCase.testRowClearAndPut();
193 }
194 
testRowComparator()195 public void testRowComparator() throws Exception {
196   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
197   testCase.setUp();
198   testCase.testRowComparator();
199 }
200 
testRowEntrySetContains()201 public void testRowEntrySetContains() throws Exception {
202   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
203   testCase.setUp();
204   testCase.testRowEntrySetContains();
205 }
206 
testRowEntrySetRemove()207 public void testRowEntrySetRemove() throws Exception {
208   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
209   testCase.setUp();
210   testCase.testRowEntrySetRemove();
211 }
212 
testRowKeyMapHeadMap()213 public void testRowKeyMapHeadMap() throws Exception {
214   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
215   testCase.setUp();
216   testCase.testRowKeyMapHeadMap();
217 }
218 
testRowKeyMapSubMap()219 public void testRowKeyMapSubMap() throws Exception {
220   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
221   testCase.setUp();
222   testCase.testRowKeyMapSubMap();
223 }
224 
testRowKeyMapTailMap()225 public void testRowKeyMapTailMap() throws Exception {
226   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
227   testCase.setUp();
228   testCase.testRowKeyMapTailMap();
229 }
230 
testRowKeySetComparator()231 public void testRowKeySetComparator() throws Exception {
232   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
233   testCase.setUp();
234   testCase.testRowKeySetComparator();
235 }
236 
testRowKeySetFirst()237 public void testRowKeySetFirst() throws Exception {
238   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
239   testCase.setUp();
240   testCase.testRowKeySetFirst();
241 }
242 
testRowKeySetHeadSet()243 public void testRowKeySetHeadSet() throws Exception {
244   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
245   testCase.setUp();
246   testCase.testRowKeySetHeadSet();
247 }
248 
testRowKeySetLast()249 public void testRowKeySetLast() throws Exception {
250   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
251   testCase.setUp();
252   testCase.testRowKeySetLast();
253 }
254 
testRowKeySetSubSet()255 public void testRowKeySetSubSet() throws Exception {
256   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
257   testCase.setUp();
258   testCase.testRowKeySetSubSet();
259 }
260 
testRowKeySetTailSet()261 public void testRowKeySetTailSet() throws Exception {
262   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
263   testCase.setUp();
264   testCase.testRowKeySetTailSet();
265 }
266 
testRowKeySetToString_ordered()267 public void testRowKeySetToString_ordered() throws Exception {
268   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
269   testCase.setUp();
270   testCase.testRowKeySetToString_ordered();
271 }
272 
testRowMapComparator()273 public void testRowMapComparator() throws Exception {
274   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
275   testCase.setUp();
276   testCase.testRowMapComparator();
277 }
278 
testRowMapFirstKey()279 public void testRowMapFirstKey() throws Exception {
280   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
281   testCase.setUp();
282   testCase.testRowMapFirstKey();
283 }
284 
testRowMapLastKey()285 public void testRowMapLastKey() throws Exception {
286   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
287   testCase.setUp();
288   testCase.testRowMapLastKey();
289 }
290 
testRowMapValuesAreSorted()291 public void testRowMapValuesAreSorted() throws Exception {
292   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
293   testCase.setUp();
294   testCase.testRowMapValuesAreSorted();
295 }
296 
testRowNull()297 public void testRowNull() throws Exception {
298   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
299   testCase.setUp();
300   testCase.testRowNull();
301 }
302 
testRowSize()303 public void testRowSize() throws Exception {
304   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
305   testCase.setUp();
306   testCase.testRowSize();
307 }
308 
testSize()309 public void testSize() throws Exception {
310   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
311   testCase.setUp();
312   testCase.testSize();
313 }
314 
testSubRowClearAndPut()315 public void testSubRowClearAndPut() throws Exception {
316   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
317   testCase.setUp();
318   testCase.testSubRowClearAndPut();
319 }
320 
testToStringSize1()321 public void testToStringSize1() throws Exception {
322   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
323   testCase.setUp();
324   testCase.testToStringSize1();
325 }
326 
testToString_ordered()327 public void testToString_ordered() throws Exception {
328   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
329   testCase.setUp();
330   testCase.testToString_ordered();
331 }
332 
testValuesToString_ordered()333 public void testValuesToString_ordered() throws Exception {
334   com.google.common.collect.TreeBasedTableTest testCase = new com.google.common.collect.TreeBasedTableTest();
335   testCase.setUp();
336   testCase.testValuesToString_ordered();
337 }
338 
testClear__TreeRowTest()339 public void testClear__TreeRowTest() throws Exception {
340   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
341   testCase.testClear();
342 }
343 
testClearSubMapOfRowMap__TreeRowTest()344 public void testClearSubMapOfRowMap__TreeRowTest() throws Exception {
345   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
346   testCase.testClearSubMapOfRowMap();
347 }
348 
testContainsKey__TreeRowTest()349 public void testContainsKey__TreeRowTest() throws Exception {
350   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
351   testCase.testContainsKey();
352 }
353 
testContainsValue__TreeRowTest()354 public void testContainsValue__TreeRowTest() throws Exception {
355   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
356   testCase.testContainsValue();
357 }
358 
testEntrySet__TreeRowTest()359 public void testEntrySet__TreeRowTest() throws Exception {
360   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
361   testCase.testEntrySet();
362 }
363 
testEntrySetAddAndAddAll__TreeRowTest()364 public void testEntrySetAddAndAddAll__TreeRowTest() throws Exception {
365   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
366   testCase.testEntrySetAddAndAddAll();
367 }
368 
testEntrySetClear__TreeRowTest()369 public void testEntrySetClear__TreeRowTest() throws Exception {
370   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
371   testCase.testEntrySetClear();
372 }
373 
testEntrySetContainsEntryIncompatibleKey__TreeRowTest()374 public void testEntrySetContainsEntryIncompatibleKey__TreeRowTest() throws Exception {
375   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
376   testCase.testEntrySetContainsEntryIncompatibleKey();
377 }
378 
testEntrySetContainsEntryNullKeyMissing__TreeRowTest()379 public void testEntrySetContainsEntryNullKeyMissing__TreeRowTest() throws Exception {
380   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
381   testCase.testEntrySetContainsEntryNullKeyMissing();
382 }
383 
testEntrySetContainsEntryNullKeyPresent__TreeRowTest()384 public void testEntrySetContainsEntryNullKeyPresent__TreeRowTest() throws Exception {
385   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
386   testCase.testEntrySetContainsEntryNullKeyPresent();
387 }
388 
testEntrySetForEmptyMap__TreeRowTest()389 public void testEntrySetForEmptyMap__TreeRowTest() throws Exception {
390   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
391   testCase.testEntrySetForEmptyMap();
392 }
393 
testEntrySetIteratorRemove__TreeRowTest()394 public void testEntrySetIteratorRemove__TreeRowTest() throws Exception {
395   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
396   testCase.testEntrySetIteratorRemove();
397 }
398 
testEntrySetRemove__TreeRowTest()399 public void testEntrySetRemove__TreeRowTest() throws Exception {
400   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
401   testCase.testEntrySetRemove();
402 }
403 
testEntrySetRemoveAll__TreeRowTest()404 public void testEntrySetRemoveAll__TreeRowTest() throws Exception {
405   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
406   testCase.testEntrySetRemoveAll();
407 }
408 
testEntrySetRemoveAllNullFromEmpty__TreeRowTest()409 public void testEntrySetRemoveAllNullFromEmpty__TreeRowTest() throws Exception {
410   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
411   testCase.testEntrySetRemoveAllNullFromEmpty();
412 }
413 
testEntrySetRemoveDifferentValue__TreeRowTest()414 public void testEntrySetRemoveDifferentValue__TreeRowTest() throws Exception {
415   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
416   testCase.testEntrySetRemoveDifferentValue();
417 }
418 
testEntrySetRemoveMissingKey__TreeRowTest()419 public void testEntrySetRemoveMissingKey__TreeRowTest() throws Exception {
420   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
421   testCase.testEntrySetRemoveMissingKey();
422 }
423 
testEntrySetRemoveNullKeyMissing__TreeRowTest()424 public void testEntrySetRemoveNullKeyMissing__TreeRowTest() throws Exception {
425   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
426   testCase.testEntrySetRemoveNullKeyMissing();
427 }
428 
testEntrySetRemoveNullKeyPresent__TreeRowTest()429 public void testEntrySetRemoveNullKeyPresent__TreeRowTest() throws Exception {
430   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
431   testCase.testEntrySetRemoveNullKeyPresent();
432 }
433 
testEntrySetRetainAll__TreeRowTest()434 public void testEntrySetRetainAll__TreeRowTest() throws Exception {
435   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
436   testCase.testEntrySetRetainAll();
437 }
438 
testEntrySetRetainAllNullFromEmpty__TreeRowTest()439 public void testEntrySetRetainAllNullFromEmpty__TreeRowTest() throws Exception {
440   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
441   testCase.testEntrySetRetainAllNullFromEmpty();
442 }
443 
testEntrySetSetValue__TreeRowTest()444 public void testEntrySetSetValue__TreeRowTest() throws Exception {
445   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
446   testCase.testEntrySetSetValue();
447 }
448 
testEntrySetSetValueSameValue__TreeRowTest()449 public void testEntrySetSetValueSameValue__TreeRowTest() throws Exception {
450   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
451   testCase.testEntrySetSetValueSameValue();
452 }
453 
testEqualsForEmptyMap__TreeRowTest()454 public void testEqualsForEmptyMap__TreeRowTest() throws Exception {
455   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
456   testCase.testEqualsForEmptyMap();
457 }
458 
testEqualsForEqualMap__TreeRowTest()459 public void testEqualsForEqualMap__TreeRowTest() throws Exception {
460   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
461   testCase.testEqualsForEqualMap();
462 }
463 
testEqualsForLargerMap__TreeRowTest()464 public void testEqualsForLargerMap__TreeRowTest() throws Exception {
465   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
466   testCase.testEqualsForLargerMap();
467 }
468 
testEqualsForSmallerMap__TreeRowTest()469 public void testEqualsForSmallerMap__TreeRowTest() throws Exception {
470   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
471   testCase.testEqualsForSmallerMap();
472 }
473 
testGet__TreeRowTest()474 public void testGet__TreeRowTest() throws Exception {
475   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
476   testCase.testGet();
477 }
478 
testGetForEmptyMap__TreeRowTest()479 public void testGetForEmptyMap__TreeRowTest() throws Exception {
480   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
481   testCase.testGetForEmptyMap();
482 }
483 
testGetNull__TreeRowTest()484 public void testGetNull__TreeRowTest() throws Exception {
485   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
486   testCase.testGetNull();
487 }
488 
testHashCode__TreeRowTest()489 public void testHashCode__TreeRowTest() throws Exception {
490   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
491   testCase.testHashCode();
492 }
493 
testHashCodeForEmptyMap__TreeRowTest()494 public void testHashCodeForEmptyMap__TreeRowTest() throws Exception {
495   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
496   testCase.testHashCodeForEmptyMap();
497 }
498 
testKeySetClear__TreeRowTest()499 public void testKeySetClear__TreeRowTest() throws Exception {
500   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
501   testCase.testKeySetClear();
502 }
503 
testKeySetRemove__TreeRowTest()504 public void testKeySetRemove__TreeRowTest() throws Exception {
505   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
506   testCase.testKeySetRemove();
507 }
508 
testKeySetRemoveAll__TreeRowTest()509 public void testKeySetRemoveAll__TreeRowTest() throws Exception {
510   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
511   testCase.testKeySetRemoveAll();
512 }
513 
testKeySetRemoveAllNullFromEmpty__TreeRowTest()514 public void testKeySetRemoveAllNullFromEmpty__TreeRowTest() throws Exception {
515   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
516   testCase.testKeySetRemoveAllNullFromEmpty();
517 }
518 
testKeySetRetainAll__TreeRowTest()519 public void testKeySetRetainAll__TreeRowTest() throws Exception {
520   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
521   testCase.testKeySetRetainAll();
522 }
523 
testKeySetRetainAllNullFromEmpty__TreeRowTest()524 public void testKeySetRetainAllNullFromEmpty__TreeRowTest() throws Exception {
525   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
526   testCase.testKeySetRetainAllNullFromEmpty();
527 }
528 
testPutAllExistingKey__TreeRowTest()529 public void testPutAllExistingKey__TreeRowTest() throws Exception {
530   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
531   testCase.testPutAllExistingKey();
532 }
533 
testPutAllNewKey__TreeRowTest()534 public void testPutAllNewKey__TreeRowTest() throws Exception {
535   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
536   testCase.testPutAllNewKey();
537 }
538 
testPutExistingKey__TreeRowTest()539 public void testPutExistingKey__TreeRowTest() throws Exception {
540   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
541   testCase.testPutExistingKey();
542 }
543 
testPutNewKey__TreeRowTest()544 public void testPutNewKey__TreeRowTest() throws Exception {
545   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
546   testCase.testPutNewKey();
547 }
548 
testPutNullKey__TreeRowTest()549 public void testPutNullKey__TreeRowTest() throws Exception {
550   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
551   testCase.testPutNullKey();
552 }
553 
testPutNullValue__TreeRowTest()554 public void testPutNullValue__TreeRowTest() throws Exception {
555   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
556   testCase.testPutNullValue();
557 }
558 
testPutNullValueForExistingKey__TreeRowTest()559 public void testPutNullValueForExistingKey__TreeRowTest() throws Exception {
560   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
561   testCase.testPutNullValueForExistingKey();
562 }
563 
testRemove__TreeRowTest()564 public void testRemove__TreeRowTest() throws Exception {
565   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
566   testCase.testRemove();
567 }
568 
testRemoveMissingKey__TreeRowTest()569 public void testRemoveMissingKey__TreeRowTest() throws Exception {
570   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
571   testCase.testRemoveMissingKey();
572 }
573 
testSize__TreeRowTest()574 public void testSize__TreeRowTest() throws Exception {
575   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
576   testCase.testSize();
577 }
578 
testTailMapClearThrough__TreeRowTest()579 public void testTailMapClearThrough__TreeRowTest() throws Exception {
580   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
581   testCase.testTailMapClearThrough();
582 }
583 
testTailMapRemoveThrough__TreeRowTest()584 public void testTailMapRemoveThrough__TreeRowTest() throws Exception {
585   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
586   testCase.testTailMapRemoveThrough();
587 }
588 
testTailMapWriteThrough__TreeRowTest()589 public void testTailMapWriteThrough__TreeRowTest() throws Exception {
590   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
591   testCase.testTailMapWriteThrough();
592 }
593 
testValues__TreeRowTest()594 public void testValues__TreeRowTest() throws Exception {
595   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
596   testCase.testValues();
597 }
598 
testValuesClear__TreeRowTest()599 public void testValuesClear__TreeRowTest() throws Exception {
600   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
601   testCase.testValuesClear();
602 }
603 
testValuesIteratorRemove__TreeRowTest()604 public void testValuesIteratorRemove__TreeRowTest() throws Exception {
605   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
606   testCase.testValuesIteratorRemove();
607 }
608 
testValuesRemove__TreeRowTest()609 public void testValuesRemove__TreeRowTest() throws Exception {
610   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
611   testCase.testValuesRemove();
612 }
613 
testValuesRemoveAll__TreeRowTest()614 public void testValuesRemoveAll__TreeRowTest() throws Exception {
615   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
616   testCase.testValuesRemoveAll();
617 }
618 
testValuesRemoveAllNullFromEmpty__TreeRowTest()619 public void testValuesRemoveAllNullFromEmpty__TreeRowTest() throws Exception {
620   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
621   testCase.testValuesRemoveAllNullFromEmpty();
622 }
623 
testValuesRemoveMissing__TreeRowTest()624 public void testValuesRemoveMissing__TreeRowTest() throws Exception {
625   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
626   testCase.testValuesRemoveMissing();
627 }
628 
testValuesRetainAll__TreeRowTest()629 public void testValuesRetainAll__TreeRowTest() throws Exception {
630   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
631   testCase.testValuesRetainAll();
632 }
633 
testValuesRetainAllNullFromEmpty__TreeRowTest()634 public void testValuesRetainAllNullFromEmpty__TreeRowTest() throws Exception {
635   com.google.common.collect.TreeBasedTableTest.TreeRowTest testCase = new com.google.common.collect.TreeBasedTableTest.TreeRowTest();
636   testCase.testValuesRetainAllNullFromEmpty();
637 }
638 }
639