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 TreeBasedTableTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
18@Override public String getModuleName() {
19  return "com.google.common.collect.testModule";
20}
21public 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
27public 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
33public 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
39public 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
45public 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
51public 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
57public 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
63public 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
69public 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
75public 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
81public 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
87public 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
93public 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
99public 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
105public 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
111public 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
117public 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
123public 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
129public 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
135public 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
141public 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
147public 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
153public 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
159public 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
165public 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
171public 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
177public 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
183public 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
189public 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
195public 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
201public 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
207public 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
213public 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
219public 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
225public 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
231public 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
237public 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
243public 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
249public 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
255public 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
261public 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
267public 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
273public 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
279public 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
285public 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
291public 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
297public 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
303public 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
309public 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
315public 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
321public 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
327public 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
333public 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
339public 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
344public 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
349public 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
354public 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
359public 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
364public 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
369public 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
374public 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
379public 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
384public 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
389public 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
394public 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
399public 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
404public 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
409public 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
414public 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
419public 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
424public 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
429public 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
434public 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
439public 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
444public 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
449public 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
454public 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
459public 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
464public 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
469public 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
474public 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
479public 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
484public 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
489public 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
494public 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
499public 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
504public 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
509public 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
514public 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
519public 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
524public 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
529public 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
534public 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
539public 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
544public 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
549public 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
554public 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
559public 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
564public 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
569public 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
574public 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
579public 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
584public 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
589public 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
594public 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
599public 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
604public 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
609public 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
614public 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
619public 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
624public 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
629public 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
634public 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