• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright (C) 2008 The Guava Authors
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 package com.google.common.collect;
17 public class TreeMultimapExplicitTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
getModuleName()18 @Override public String getModuleName() {
19   return "com.google.common.collect.testModule";
20 }
testComparator()21 public void testComparator() throws Exception {
22   com.google.common.collect.TreeMultimapExplicitTest testCase = new com.google.common.collect.TreeMultimapExplicitTest();
23   testCase.testComparator();
24 }
25 
testGetComparator()26 public void testGetComparator() throws Exception {
27   com.google.common.collect.TreeMultimapExplicitTest testCase = new com.google.common.collect.TreeMultimapExplicitTest();
28   testCase.testGetComparator();
29 }
30 
testMultimapComparators()31 public void testMultimapComparators() throws Exception {
32   com.google.common.collect.TreeMultimapExplicitTest testCase = new com.google.common.collect.TreeMultimapExplicitTest();
33   testCase.testMultimapComparators();
34 }
35 
testMultimapCreateFromTreeMultimap()36 public void testMultimapCreateFromTreeMultimap() throws Exception {
37   com.google.common.collect.TreeMultimapExplicitTest testCase = new com.google.common.collect.TreeMultimapExplicitTest();
38   testCase.testMultimapCreateFromTreeMultimap();
39 }
40 
testOrderedAsMapEntries()41 public void testOrderedAsMapEntries() throws Exception {
42   com.google.common.collect.TreeMultimapExplicitTest testCase = new com.google.common.collect.TreeMultimapExplicitTest();
43   testCase.testOrderedAsMapEntries();
44 }
45 
testOrderedEntries()46 public void testOrderedEntries() throws Exception {
47   com.google.common.collect.TreeMultimapExplicitTest testCase = new com.google.common.collect.TreeMultimapExplicitTest();
48   testCase.testOrderedEntries();
49 }
50 
testOrderedGet()51 public void testOrderedGet() throws Exception {
52   com.google.common.collect.TreeMultimapExplicitTest testCase = new com.google.common.collect.TreeMultimapExplicitTest();
53   testCase.testOrderedGet();
54 }
55 
testOrderedKeySet()56 public void testOrderedKeySet() throws Exception {
57   com.google.common.collect.TreeMultimapExplicitTest testCase = new com.google.common.collect.TreeMultimapExplicitTest();
58   testCase.testOrderedKeySet();
59 }
60 
testOrderedValues()61 public void testOrderedValues() throws Exception {
62   com.google.common.collect.TreeMultimapExplicitTest testCase = new com.google.common.collect.TreeMultimapExplicitTest();
63   testCase.testOrderedValues();
64 }
65 
testSortedKeySet()66 public void testSortedKeySet() throws Exception {
67   com.google.common.collect.TreeMultimapExplicitTest testCase = new com.google.common.collect.TreeMultimapExplicitTest();
68   testCase.testSortedKeySet();
69 }
70 
testToString()71 public void testToString() throws Exception {
72   com.google.common.collect.TreeMultimapExplicitTest testCase = new com.google.common.collect.TreeMultimapExplicitTest();
73   testCase.testToString();
74 }
75 }
76