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 ImmutableSortedSetTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
18@Override public String getModuleName() {
19  return "com.google.common.collect.testModule";
20}
21public void testAsList() throws Exception {
22  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
23  testCase.testAsList();
24}
25
26public void testAsListInconsistentComprator() throws Exception {
27  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
28  testCase.testAsListInconsistentComprator();
29}
30
31public void testBuilderAddAll() throws Exception {
32  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
33  testCase.testBuilderAddAll();
34}
35
36public void testBuilderAddAllHandlesNullsCorrectly() throws Exception {
37  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
38  testCase.testBuilderAddAllHandlesNullsCorrectly();
39}
40
41public void testBuilderAddHandlesNullsCorrectly() throws Exception {
42  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
43  testCase.testBuilderAddHandlesNullsCorrectly();
44}
45
46public void testBuilderGenerics_SelfComparable() throws Exception {
47  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
48  testCase.testBuilderGenerics_SelfComparable();
49}
50
51public void testBuilderGenerics_SuperComparable() throws Exception {
52  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
53  testCase.testBuilderGenerics_SuperComparable();
54}
55
56public void testBuilderMethod() throws Exception {
57  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
58  testCase.testBuilderMethod();
59}
60
61public void testBuilderWithDuplicateElements() throws Exception {
62  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
63  testCase.testBuilderWithDuplicateElements();
64}
65
66public void testBuilderWithNonDuplicateElements() throws Exception {
67  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
68  testCase.testBuilderWithNonDuplicateElements();
69}
70
71public void testComplexBuilder() throws Exception {
72  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
73  testCase.testComplexBuilder();
74}
75
76public void testContainsAll_differentComparator() throws Exception {
77  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
78  testCase.testContainsAll_differentComparator();
79}
80
81public void testContainsAll_notSortedSet() throws Exception {
82  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
83  testCase.testContainsAll_notSortedSet();
84}
85
86public void testContainsAll_sameComparator() throws Exception {
87  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
88  testCase.testContainsAll_sameComparator();
89}
90
91public void testContainsAll_sameComparator_StringVsInt() throws Exception {
92  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
93  testCase.testContainsAll_sameComparator_StringVsInt();
94}
95
96public void testContainsAll_sameType() throws Exception {
97  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
98  testCase.testContainsAll_sameType();
99}
100
101public void testCopyOfExplicit_comparator() throws Exception {
102  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
103  testCase.testCopyOfExplicit_comparator();
104}
105
106public void testCopyOfExplicit_iterator_comparator() throws Exception {
107  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
108  testCase.testCopyOfExplicit_iterator_comparator();
109}
110
111public void testCopyOfExplicit_iterator_ordering() throws Exception {
112  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
113  testCase.testCopyOfExplicit_iterator_ordering();
114}
115
116public void testCopyOfExplicit_iterator_ordering_dupes() throws Exception {
117  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
118  testCase.testCopyOfExplicit_iterator_ordering_dupes();
119}
120
121public void testCopyOfExplicit_ordering() throws Exception {
122  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
123  testCase.testCopyOfExplicit_ordering();
124}
125
126public void testCopyOfExplicit_ordering_dupes() throws Exception {
127  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
128  testCase.testCopyOfExplicit_ordering_dupes();
129}
130
131public void testCopyOfSorted_explicit_ordering() throws Exception {
132  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
133  testCase.testCopyOfSorted_explicit_ordering();
134}
135
136public void testCopyOfSorted_natural_comparator() throws Exception {
137  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
138  testCase.testCopyOfSorted_natural_comparator();
139}
140
141public void testCopyOfSorted_natural_ordering() throws Exception {
142  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
143  testCase.testCopyOfSorted_natural_ordering();
144}
145
146public void testCopyOf_arrayContainingOnlyNull() throws Exception {
147  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
148  testCase.testCopyOf_arrayContainingOnlyNull();
149}
150
151public void testCopyOf_arrayOfOneElement() throws Exception {
152  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
153  testCase.testCopyOf_arrayOfOneElement();
154}
155
156public void testCopyOf_collectionContainingNull() throws Exception {
157  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
158  testCase.testCopyOf_collectionContainingNull();
159}
160
161public void testCopyOf_collection_empty() throws Exception {
162  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
163  testCase.testCopyOf_collection_empty();
164}
165
166public void testCopyOf_collection_general() throws Exception {
167  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
168  testCase.testCopyOf_collection_general();
169}
170
171public void testCopyOf_collection_oneElement() throws Exception {
172  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
173  testCase.testCopyOf_collection_oneElement();
174}
175
176public void testCopyOf_collection_oneElementRepeated() throws Exception {
177  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
178  testCase.testCopyOf_collection_oneElementRepeated();
179}
180
181public void testCopyOf_comparator() throws Exception {
182  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
183  testCase.testCopyOf_comparator();
184}
185
186public void testCopyOf_emptyArray() throws Exception {
187  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
188  testCase.testCopyOf_emptyArray();
189}
190
191public void testCopyOf_headSet() throws Exception {
192  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
193  testCase.testCopyOf_headSet();
194}
195
196public void testCopyOf_iteratorContainingNull() throws Exception {
197  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
198  testCase.testCopyOf_iteratorContainingNull();
199}
200
201public void testCopyOf_iterator_comparator() throws Exception {
202  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
203  testCase.testCopyOf_iterator_comparator();
204}
205
206public void testCopyOf_iterator_empty() throws Exception {
207  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
208  testCase.testCopyOf_iterator_empty();
209}
210
211public void testCopyOf_iterator_general() throws Exception {
212  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
213  testCase.testCopyOf_iterator_general();
214}
215
216public void testCopyOf_iterator_oneElement() throws Exception {
217  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
218  testCase.testCopyOf_iterator_oneElement();
219}
220
221public void testCopyOf_iterator_oneElementRepeated() throws Exception {
222  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
223  testCase.testCopyOf_iterator_oneElementRepeated();
224}
225
226public void testCopyOf_iterator_ordering() throws Exception {
227  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
228  testCase.testCopyOf_iterator_ordering();
229}
230
231public void testCopyOf_iterator_ordering_dupes() throws Exception {
232  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
233  testCase.testCopyOf_iterator_ordering_dupes();
234}
235
236public void testCopyOf_nullArray() throws Exception {
237  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
238  testCase.testCopyOf_nullArray();
239}
240
241public void testCopyOf_ordering() throws Exception {
242  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
243  testCase.testCopyOf_ordering();
244}
245
246public void testCopyOf_ordering_dupes() throws Exception {
247  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
248  testCase.testCopyOf_ordering_dupes();
249}
250
251public void testCopyOf_plainIterable() throws Exception {
252  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
253  testCase.testCopyOf_plainIterable();
254}
255
256public void testCopyOf_plainIterable_iteratesOnce() throws Exception {
257  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
258  testCase.testCopyOf_plainIterable_iteratesOnce();
259}
260
261public void testCopyOf_shortcut_empty() throws Exception {
262  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
263  testCase.testCopyOf_shortcut_empty();
264}
265
266public void testCopyOf_shortcut_sameType() throws Exception {
267  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
268  testCase.testCopyOf_shortcut_sameType();
269}
270
271public void testCopyOf_shortcut_singleton() throws Exception {
272  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
273  testCase.testCopyOf_shortcut_singleton();
274}
275
276public void testCopyOf_sortedSetIterable() throws Exception {
277  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
278  testCase.testCopyOf_sortedSetIterable();
279}
280
281public void testCopyOf_sortedSet_comparator() throws Exception {
282  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
283  testCase.testCopyOf_sortedSet_comparator();
284}
285
286public void testCopyOf_sortedSet_ordering() throws Exception {
287  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
288  testCase.testCopyOf_sortedSet_ordering();
289}
290
291public void testCopyOf_subSet() throws Exception {
292  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
293  testCase.testCopyOf_subSet();
294}
295
296public void testCopyOf_tailSet() throws Exception {
297  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
298  testCase.testCopyOf_tailSet();
299}
300
301public void testCreation_eightElements() throws Exception {
302  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
303  testCase.testCreation_eightElements();
304}
305
306public void testCreation_fiveElements() throws Exception {
307  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
308  testCase.testCreation_fiveElements();
309}
310
311public void testCreation_fourElements() throws Exception {
312  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
313  testCase.testCreation_fourElements();
314}
315
316public void testCreation_noArgs() throws Exception {
317  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
318  testCase.testCreation_noArgs();
319}
320
321public void testCreation_oneElement() throws Exception {
322  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
323  testCase.testCreation_oneElement();
324}
325
326public void testCreation_sevenElements() throws Exception {
327  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
328  testCase.testCreation_sevenElements();
329}
330
331public void testCreation_sixElements() throws Exception {
332  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
333  testCase.testCreation_sixElements();
334}
335
336public void testCreation_threeElements() throws Exception {
337  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
338  testCase.testCreation_threeElements();
339}
340
341public void testCreation_twoElements() throws Exception {
342  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
343  testCase.testCreation_twoElements();
344}
345
346public void testEmpty_comparator() throws Exception {
347  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
348  testCase.testEmpty_comparator();
349}
350
351public void testEmpty_first() throws Exception {
352  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
353  testCase.testEmpty_first();
354}
355
356public void testEmpty_headSet() throws Exception {
357  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
358  testCase.testEmpty_headSet();
359}
360
361public void testEmpty_last() throws Exception {
362  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
363  testCase.testEmpty_last();
364}
365
366public void testEmpty_subSet() throws Exception {
367  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
368  testCase.testEmpty_subSet();
369}
370
371public void testEmpty_tailSet() throws Exception {
372  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
373  testCase.testEmpty_tailSet();
374}
375
376public void testEquals_bothDefaultOrdering() throws Exception {
377  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
378  testCase.testEquals_bothDefaultOrdering();
379}
380
381public void testEquals_bothDefaultOrdering_StringVsInt() throws Exception {
382  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
383  testCase.testEquals_bothDefaultOrdering_StringVsInt();
384}
385
386public void testEquals_bothExplicitOrdering() throws Exception {
387  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
388  testCase.testEquals_bothExplicitOrdering();
389}
390
391public void testEquals_bothExplicitOrdering_StringVsInt() throws Exception {
392  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
393  testCase.testEquals_bothExplicitOrdering_StringVsInt();
394}
395
396public void testEquals_sameType() throws Exception {
397  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
398  testCase.testEquals_sameType();
399}
400
401public void testExplicit_comparator() throws Exception {
402  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
403  testCase.testExplicit_comparator();
404}
405
406public void testExplicit_contains() throws Exception {
407  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
408  testCase.testExplicit_contains();
409}
410
411public void testExplicit_containsMismatchedTypes() throws Exception {
412  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
413  testCase.testExplicit_containsMismatchedTypes();
414}
415
416public void testExplicit_first() throws Exception {
417  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
418  testCase.testExplicit_first();
419}
420
421public void testExplicit_headSet() throws Exception {
422  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
423  testCase.testExplicit_headSet();
424}
425
426public void testExplicit_last() throws Exception {
427  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
428  testCase.testExplicit_last();
429}
430
431public void testExplicit_ordering() throws Exception {
432  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
433  testCase.testExplicit_ordering();
434}
435
436public void testExplicit_ordering_dupes() throws Exception {
437  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
438  testCase.testExplicit_ordering_dupes();
439}
440
441public void testExplicit_subSet() throws Exception {
442  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
443  testCase.testExplicit_subSet();
444}
445
446public void testExplicit_tailSet() throws Exception {
447  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
448  testCase.testExplicit_tailSet();
449}
450
451public void testHeadSetExclusive() throws Exception {
452  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
453  testCase.testHeadSetExclusive();
454}
455
456public void testHeadSetInclusive() throws Exception {
457  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
458  testCase.testHeadSetInclusive();
459}
460
461public void testLegacyComparable_builder_natural() throws Exception {
462  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
463  testCase.testLegacyComparable_builder_natural();
464}
465
466public void testLegacyComparable_builder_reverse() throws Exception {
467  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
468  testCase.testLegacyComparable_builder_reverse();
469}
470
471public void testLegacyComparable_copyOf_collection() throws Exception {
472  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
473  testCase.testLegacyComparable_copyOf_collection();
474}
475
476public void testLegacyComparable_copyOf_iterator() throws Exception {
477  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
478  testCase.testLegacyComparable_copyOf_iterator();
479}
480
481public void testLegacyComparable_of() throws Exception {
482  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
483  testCase.testLegacyComparable_of();
484}
485
486public void testOf_comparator() throws Exception {
487  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
488  testCase.testOf_comparator();
489}
490
491public void testOf_first() throws Exception {
492  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
493  testCase.testOf_first();
494}
495
496public void testOf_gwtArraycopyBug() throws Exception {
497  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
498  testCase.testOf_gwtArraycopyBug();
499}
500
501public void testOf_headSet() throws Exception {
502  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
503  testCase.testOf_headSet();
504}
505
506public void testOf_last() throws Exception {
507  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
508  testCase.testOf_last();
509}
510
511public void testOf_ordering() throws Exception {
512  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
513  testCase.testOf_ordering();
514}
515
516public void testOf_ordering_dupes() throws Exception {
517  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
518  testCase.testOf_ordering_dupes();
519}
520
521public void testOf_subSet() throws Exception {
522  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
523  testCase.testOf_subSet();
524}
525
526public void testOf_tailSet() throws Exception {
527  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
528  testCase.testOf_tailSet();
529}
530
531public void testReuseBuilderWithDuplicateElements() throws Exception {
532  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
533  testCase.testReuseBuilderWithDuplicateElements();
534}
535
536public void testReuseBuilderWithNonDuplicateElements() throws Exception {
537  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
538  testCase.testReuseBuilderWithNonDuplicateElements();
539}
540
541public void testReverseOrder() throws Exception {
542  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
543  testCase.testReverseOrder();
544}
545
546public void testSingle_comparator() throws Exception {
547  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
548  testCase.testSingle_comparator();
549}
550
551public void testSingle_first() throws Exception {
552  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
553  testCase.testSingle_first();
554}
555
556public void testSingle_headSet() throws Exception {
557  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
558  testCase.testSingle_headSet();
559}
560
561public void testSingle_last() throws Exception {
562  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
563  testCase.testSingle_last();
564}
565
566public void testSingle_subSet() throws Exception {
567  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
568  testCase.testSingle_subSet();
569}
570
571public void testSingle_tailSet() throws Exception {
572  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
573  testCase.testSingle_tailSet();
574}
575
576public void testSubSetExclusiveExclusive() throws Exception {
577  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
578  testCase.testSubSetExclusiveExclusive();
579}
580
581public void testSubSetExclusiveInclusive() throws Exception {
582  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
583  testCase.testSubSetExclusiveInclusive();
584}
585
586public void testSubSetInclusiveExclusive() throws Exception {
587  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
588  testCase.testSubSetInclusiveExclusive();
589}
590
591public void testSubSetInclusiveInclusive() throws Exception {
592  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
593  testCase.testSubSetInclusiveInclusive();
594}
595
596public void testSubsetAsList() throws Exception {
597  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
598  testCase.testSubsetAsList();
599}
600
601public void testSupertypeComparator() throws Exception {
602  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
603  testCase.testSupertypeComparator();
604}
605
606public void testSupertypeComparatorSubtypeElements() throws Exception {
607  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
608  testCase.testSupertypeComparatorSubtypeElements();
609}
610
611public void testTailSetExclusive() throws Exception {
612  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
613  testCase.testTailSetExclusive();
614}
615
616public void testTailSetInclusive() throws Exception {
617  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
618  testCase.testTailSetInclusive();
619}
620
621public void testToString() throws Exception {
622  com.google.common.collect.ImmutableSortedSetTest testCase = new com.google.common.collect.ImmutableSortedSetTest();
623  testCase.testToString();
624}
625}
626