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 TreeMultimapNaturalTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
getModuleName()18 @Override public String getModuleName() {
19   return "com.google.common.collect.testModule";
20 }
testComparators()21 public void testComparators() throws Exception {
22   com.google.common.collect.TreeMultimapNaturalTest testCase = new com.google.common.collect.TreeMultimapNaturalTest();
23   testCase.testComparators();
24 }
25 
testCreateFromHashMultimap()26 public void testCreateFromHashMultimap() throws Exception {
27   com.google.common.collect.TreeMultimapNaturalTest testCase = new com.google.common.collect.TreeMultimapNaturalTest();
28   testCase.testCreateFromHashMultimap();
29 }
30 
testCreateFromSortedSetMultimap()31 public void testCreateFromSortedSetMultimap() throws Exception {
32   com.google.common.collect.TreeMultimapNaturalTest testCase = new com.google.common.collect.TreeMultimapNaturalTest();
33   testCase.testCreateFromSortedSetMultimap();
34 }
35 
testCreateFromTreeMultimap()36 public void testCreateFromTreeMultimap() throws Exception {
37   com.google.common.collect.TreeMultimapNaturalTest testCase = new com.google.common.collect.TreeMultimapNaturalTest();
38   testCase.testCreateFromTreeMultimap();
39 }
40 
testMultimapConstructor()41 public void testMultimapConstructor() throws Exception {
42   com.google.common.collect.TreeMultimapNaturalTest testCase = new com.google.common.collect.TreeMultimapNaturalTest();
43   testCase.testMultimapConstructor();
44 }
45 
testOrderedAsMapEntries()46 public void testOrderedAsMapEntries() throws Exception {
47   com.google.common.collect.TreeMultimapNaturalTest testCase = new com.google.common.collect.TreeMultimapNaturalTest();
48   testCase.testOrderedAsMapEntries();
49 }
50 
testOrderedEntries()51 public void testOrderedEntries() throws Exception {
52   com.google.common.collect.TreeMultimapNaturalTest testCase = new com.google.common.collect.TreeMultimapNaturalTest();
53   testCase.testOrderedEntries();
54 }
55 
testOrderedGet()56 public void testOrderedGet() throws Exception {
57   com.google.common.collect.TreeMultimapNaturalTest testCase = new com.google.common.collect.TreeMultimapNaturalTest();
58   testCase.testOrderedGet();
59 }
60 
testOrderedKeySet()61 public void testOrderedKeySet() throws Exception {
62   com.google.common.collect.TreeMultimapNaturalTest testCase = new com.google.common.collect.TreeMultimapNaturalTest();
63   testCase.testOrderedKeySet();
64 }
65 
testOrderedValues()66 public void testOrderedValues() throws Exception {
67   com.google.common.collect.TreeMultimapNaturalTest testCase = new com.google.common.collect.TreeMultimapNaturalTest();
68   testCase.testOrderedValues();
69 }
70 
testTailSetClear()71 public void testTailSetClear() throws Exception {
72   com.google.common.collect.TreeMultimapNaturalTest testCase = new com.google.common.collect.TreeMultimapNaturalTest();
73   testCase.testTailSetClear();
74 }
75 
testToString()76 public void testToString() throws Exception {
77   com.google.common.collect.TreeMultimapNaturalTest testCase = new com.google.common.collect.TreeMultimapNaturalTest();
78   testCase.testToString();
79 }
80 
testTreeMultimapAsMapSorted()81 public void testTreeMultimapAsMapSorted() throws Exception {
82   com.google.common.collect.TreeMultimapNaturalTest testCase = new com.google.common.collect.TreeMultimapNaturalTest();
83   testCase.testTreeMultimapAsMapSorted();
84 }
85 }
86