aboutsummaryrefslogtreecommitdiff
path: root/guava-gwt/test/com/google/common/collect/ImmutableMultimapAsMapImplementsMapTest_gwt.java
diff options
context:
space:
mode:
Diffstat (limited to 'guava-gwt/test/com/google/common/collect/ImmutableMultimapAsMapImplementsMapTest_gwt.java')
-rw-r--r--guava-gwt/test/com/google/common/collect/ImmutableMultimapAsMapImplementsMapTest_gwt.java300
1 files changed, 0 insertions, 300 deletions
diff --git a/guava-gwt/test/com/google/common/collect/ImmutableMultimapAsMapImplementsMapTest_gwt.java b/guava-gwt/test/com/google/common/collect/ImmutableMultimapAsMapImplementsMapTest_gwt.java
deleted file mode 100644
index cbb4cf3f6..000000000
--- a/guava-gwt/test/com/google/common/collect/ImmutableMultimapAsMapImplementsMapTest_gwt.java
+++ /dev/null
@@ -1,300 +0,0 @@
-/*
- * Copyright (C) 2008 The Guava Authors
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package com.google.common.collect;
-public class ImmutableMultimapAsMapImplementsMapTest_gwt extends com.google.gwt.junit.client.GWTTestCase {
-@Override public String getModuleName() {
- return "com.google.common.collect.testModule";
-}
-public void testClear() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testClear();
-}
-
-public void testContainsKey() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testContainsKey();
-}
-
-public void testContainsValue() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testContainsValue();
-}
-
-public void testEntrySet() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testEntrySet();
-}
-
-public void testEntrySetAddAndAddAll() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testEntrySetAddAndAddAll();
-}
-
-public void testEntrySetClear() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testEntrySetClear();
-}
-
-public void testEntrySetContainsEntryIncompatibleKey() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testEntrySetContainsEntryIncompatibleKey();
-}
-
-public void testEntrySetContainsEntryNullKeyMissing() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testEntrySetContainsEntryNullKeyMissing();
-}
-
-public void testEntrySetContainsEntryNullKeyPresent() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testEntrySetContainsEntryNullKeyPresent();
-}
-
-public void testEntrySetForEmptyMap() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testEntrySetForEmptyMap();
-}
-
-public void testEntrySetIteratorRemove() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testEntrySetIteratorRemove();
-}
-
-public void testEntrySetRemove() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testEntrySetRemove();
-}
-
-public void testEntrySetRemoveAll() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testEntrySetRemoveAll();
-}
-
-public void testEntrySetRemoveAllNullFromEmpty() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testEntrySetRemoveAllNullFromEmpty();
-}
-
-public void testEntrySetRemoveDifferentValue() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testEntrySetRemoveDifferentValue();
-}
-
-public void testEntrySetRemoveMissingKey() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testEntrySetRemoveMissingKey();
-}
-
-public void testEntrySetRemoveNullKeyMissing() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testEntrySetRemoveNullKeyMissing();
-}
-
-public void testEntrySetRemoveNullKeyPresent() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testEntrySetRemoveNullKeyPresent();
-}
-
-public void testEntrySetRetainAll() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testEntrySetRetainAll();
-}
-
-public void testEntrySetRetainAllNullFromEmpty() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testEntrySetRetainAllNullFromEmpty();
-}
-
-public void testEntrySetSetValue() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testEntrySetSetValue();
-}
-
-public void testEntrySetSetValueSameValue() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testEntrySetSetValueSameValue();
-}
-
-public void testEqualsForEmptyMap() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testEqualsForEmptyMap();
-}
-
-public void testEqualsForEqualMap() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testEqualsForEqualMap();
-}
-
-public void testEqualsForLargerMap() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testEqualsForLargerMap();
-}
-
-public void testEqualsForSmallerMap() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testEqualsForSmallerMap();
-}
-
-public void testGet() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testGet();
-}
-
-public void testGetForEmptyMap() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testGetForEmptyMap();
-}
-
-public void testGetNull() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testGetNull();
-}
-
-public void testHashCode() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testHashCode();
-}
-
-public void testHashCodeForEmptyMap() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testHashCodeForEmptyMap();
-}
-
-public void testKeySetClear() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testKeySetClear();
-}
-
-public void testKeySetRemove() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testKeySetRemove();
-}
-
-public void testKeySetRemoveAll() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testKeySetRemoveAll();
-}
-
-public void testKeySetRemoveAllNullFromEmpty() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testKeySetRemoveAllNullFromEmpty();
-}
-
-public void testKeySetRetainAll() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testKeySetRetainAll();
-}
-
-public void testKeySetRetainAllNullFromEmpty() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testKeySetRetainAllNullFromEmpty();
-}
-
-public void testPutAllExistingKey() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testPutAllExistingKey();
-}
-
-public void testPutAllNewKey() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testPutAllNewKey();
-}
-
-public void testPutExistingKey() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testPutExistingKey();
-}
-
-public void testPutNewKey() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testPutNewKey();
-}
-
-public void testPutNullKey() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testPutNullKey();
-}
-
-public void testPutNullValue() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testPutNullValue();
-}
-
-public void testPutNullValueForExistingKey() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testPutNullValueForExistingKey();
-}
-
-public void testRemove() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testRemove();
-}
-
-public void testRemoveMissingKey() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testRemoveMissingKey();
-}
-
-public void testSize() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testSize();
-}
-
-public void testValues() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testValues();
-}
-
-public void testValuesClear() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testValuesClear();
-}
-
-public void testValuesIteratorRemove() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testValuesIteratorRemove();
-}
-
-public void testValuesRemove() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testValuesRemove();
-}
-
-public void testValuesRemoveAll() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testValuesRemoveAll();
-}
-
-public void testValuesRemoveAllNullFromEmpty() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testValuesRemoveAllNullFromEmpty();
-}
-
-public void testValuesRemoveMissing() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testValuesRemoveMissing();
-}
-
-public void testValuesRetainAll() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testValuesRetainAll();
-}
-
-public void testValuesRetainAllNullFromEmpty() throws Exception {
- com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest testCase = new com.google.common.collect.ImmutableMultimapAsMapImplementsMapTest();
- testCase.testValuesRetainAllNullFromEmpty();
-}
-}