aboutsummaryrefslogtreecommitdiff
path: root/guava-gwt/test/com/google/common/collect/ImmutableMultisetTest_gwt.java
diff options
context:
space:
mode:
Diffstat (limited to 'guava-gwt/test/com/google/common/collect/ImmutableMultisetTest_gwt.java')
-rw-r--r--guava-gwt/test/com/google/common/collect/ImmutableMultisetTest_gwt.java44
1 files changed, 2 insertions, 42 deletions
diff --git a/guava-gwt/test/com/google/common/collect/ImmutableMultisetTest_gwt.java b/guava-gwt/test/com/google/common/collect/ImmutableMultisetTest_gwt.java
index e9856191a..b5a679e44 100644
--- a/guava-gwt/test/com/google/common/collect/ImmutableMultisetTest_gwt.java
+++ b/guava-gwt/test/com/google/common/collect/ImmutableMultisetTest_gwt.java
@@ -38,24 +38,14 @@ public void testBuilderAddAllHandlesNullsCorrectly() throws Exception {
testCase.testBuilderAddAllHandlesNullsCorrectly();
}
-public void testBuilderAddAllHashMultiset() throws Exception {
- com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
- testCase.testBuilderAddAllHashMultiset();
-}
-
-public void testBuilderAddAllImmutableMultiset() throws Exception {
- com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
- testCase.testBuilderAddAllImmutableMultiset();
-}
-
public void testBuilderAddAllIterator() throws Exception {
com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
testCase.testBuilderAddAllIterator();
}
-public void testBuilderAddAllTreeMultiset() throws Exception {
+public void testBuilderAddAllMultiset() throws Exception {
com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
- testCase.testBuilderAddAllTreeMultiset();
+ testCase.testBuilderAddAllMultiset();
}
public void testBuilderAddCopies() throws Exception {
@@ -113,11 +103,6 @@ public void testCopyOf_collection_oneElement() throws Exception {
testCase.testCopyOf_collection_oneElement();
}
-public void testCopyOf_hashMultiset() throws Exception {
- com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
- testCase.testCopyOf_hashMultiset();
-}
-
public void testCopyOf_iteratorContainingNull() throws Exception {
com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
testCase.testCopyOf_iteratorContainingNull();
@@ -178,11 +163,6 @@ public void testCopyOf_shortcut_singleton() throws Exception {
testCase.testCopyOf_shortcut_singleton();
}
-public void testCopyOf_treeMultiset() throws Exception {
- com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
- testCase.testCopyOf_treeMultiset();
-}
-
public void testCreation_arrayContainingOnlyNull() throws Exception {
com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
testCase.testCreation_arrayContainingOnlyNull();
@@ -258,28 +238,8 @@ public void testIterationOrder() throws Exception {
testCase.testIterationOrder();
}
-public void testIterationOrderThroughBuilderRemovals() throws Exception {
- com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
- testCase.testIterationOrderThroughBuilderRemovals();
-}
-
public void testMultisetWrites() throws Exception {
com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
testCase.testMultisetWrites();
}
-
-public void testToImmutableMultiset() throws Exception {
- com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
- testCase.testToImmutableMultiset();
-}
-
-public void testToImmutableMultisetCountFunction() throws Exception {
- com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
- testCase.testToImmutableMultisetCountFunction();
-}
-
-public void testToImmutableMultiset_duplicates() throws Exception {
- com.google.common.collect.ImmutableMultisetTest testCase = new com.google.common.collect.ImmutableMultisetTest();
- testCase.testToImmutableMultiset_duplicates();
-}
}