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 MapConstraintsTest_gwt extends com.google.gwt.junit.client.GWTTestCase { 18 @Override public String getModuleName() { 19 return "com.google.common.collect.testModule"; 20 } 21 public void testConstrainedBiMapIllegal() throws Exception { 22 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest(); 23 testCase.testConstrainedBiMapIllegal(); 24 } 25 26 public void testConstrainedBiMapLegal() throws Exception { 27 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest(); 28 testCase.testConstrainedBiMapLegal(); 29 } 30 31 public void testConstrainedMapIllegal() throws Exception { 32 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest(); 33 testCase.testConstrainedMapIllegal(); 34 } 35 36 public void testConstrainedMapLegal() throws Exception { 37 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest(); 38 testCase.testConstrainedMapLegal(); 39 } 40 41 public void testConstrainedMultimapIllegal() throws Exception { 42 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest(); 43 testCase.testConstrainedMultimapIllegal(); 44 } 45 46 public void testConstrainedMultimapLegal() throws Exception { 47 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest(); 48 testCase.testConstrainedMultimapLegal(); 49 } 50 51 public void testConstrainedMultimapQueue() throws Exception { 52 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest(); 53 testCase.testConstrainedMultimapQueue(); 54 } 55 56 public void testConstrainedTypePreservingList() throws Exception { 57 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest(); 58 testCase.testConstrainedTypePreservingList(); 59 } 60 61 public void testConstrainedTypePreservingRandomAccessList() throws Exception { 62 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest(); 63 testCase.testConstrainedTypePreservingRandomAccessList(); 64 } 65 66 public void testConstrainedTypePreservingSet() throws Exception { 67 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest(); 68 testCase.testConstrainedTypePreservingSet(); 69 } 70 71 public void testConstrainedTypePreservingSortedSet() throws Exception { 72 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest(); 73 testCase.testConstrainedTypePreservingSortedSet(); 74 } 75 76 public void testMapEntrySetContainsNefariousEntry() throws Exception { 77 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest(); 78 testCase.testMapEntrySetContainsNefariousEntry(); 79 } 80 81 public void testMapEntrySetToArray() throws Exception { 82 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest(); 83 testCase.testMapEntrySetToArray(); 84 } 85 86 public void testMultimapAsMapEntriesContainsNefariousEntry() throws Exception { 87 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest(); 88 testCase.testMultimapAsMapEntriesContainsNefariousEntry(); 89 } 90 91 public void testMultimapAsMapEntriesRemoveNefariousEntry() throws Exception { 92 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest(); 93 testCase.testMultimapAsMapEntriesRemoveNefariousEntry(); 94 } 95 96 public void testMultimapAsMapEntriesToArray() throws Exception { 97 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest(); 98 testCase.testMultimapAsMapEntriesToArray(); 99 } 100 101 public void testMultimapAsMapValuesToArray() throws Exception { 102 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest(); 103 testCase.testMultimapAsMapValuesToArray(); 104 } 105 106 public void testMultimapEntriesContainsNefariousEntry() throws Exception { 107 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest(); 108 testCase.testMultimapEntriesContainsNefariousEntry(); 109 } 110 111 public void testMultimapEntriesRemoveNefariousEntry() throws Exception { 112 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest(); 113 testCase.testMultimapEntriesRemoveNefariousEntry(); 114 } 115 116 public void testNefariousMapPutAll() throws Exception { 117 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest(); 118 testCase.testNefariousMapPutAll(); 119 } 120 121 public void testNefariousMultimapGetAddAll() throws Exception { 122 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest(); 123 testCase.testNefariousMultimapGetAddAll(); 124 } 125 126 public void testNefariousMultimapPutAllIterable() throws Exception { 127 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest(); 128 testCase.testNefariousMultimapPutAllIterable(); 129 } 130 131 public void testNefariousMultimapPutAllMultimap() throws Exception { 132 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest(); 133 testCase.testNefariousMultimapPutAllMultimap(); 134 } 135 136 public void testNotNull() throws Exception { 137 com.google.common.collect.MapConstraintsTest testCase = new com.google.common.collect.MapConstraintsTest(); 138 testCase.testNotNull(); 139 } 140 } 141