aboutsummaryrefslogtreecommitdiff
path: root/guava-gwt/test/com/google/common/collect/IteratorsTest_gwt.java
diff options
context:
space:
mode:
Diffstat (limited to 'guava-gwt/test/com/google/common/collect/IteratorsTest_gwt.java')
-rw-r--r--guava-gwt/test/com/google/common/collect/IteratorsTest_gwt.java25
1 files changed, 0 insertions, 25 deletions
diff --git a/guava-gwt/test/com/google/common/collect/IteratorsTest_gwt.java b/guava-gwt/test/com/google/common/collect/IteratorsTest_gwt.java
index efef97124..9089b3ed8 100644
--- a/guava-gwt/test/com/google/common/collect/IteratorsTest_gwt.java
+++ b/guava-gwt/test/com/google/common/collect/IteratorsTest_gwt.java
@@ -78,26 +78,6 @@ public void testConcatContainingNull() throws Exception {
testCase.testConcatContainingNull();
}
-public void testConcatNested_appendToBeginning() throws Exception {
- com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest();
- testCase.testConcatNested_appendToBeginning();
-}
-
-public void testConcatNested_appendToEnd() throws Exception {
- com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest();
- testCase.testConcatNested_appendToEnd();
-}
-
-public void testConcatPartiallyAdvancedFirst() throws Exception {
- com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest();
- testCase.testConcatPartiallyAdvancedFirst();
-}
-
-public void testConcatPartiallyAdvancedSecond() throws Exception {
- com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest();
- testCase.testConcatPartiallyAdvancedSecond();
-}
-
public void testConcatVarArgsContainingNull() throws Exception {
com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest();
testCase.testConcatVarArgsContainingNull();
@@ -143,11 +123,6 @@ public void testCycleRemoveAfterHasNext() throws Exception {
testCase.testCycleRemoveAfterHasNext();
}
-public void testCycleRemoveAfterHasNextExtraPicky() throws Exception {
- com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest();
- testCase.testCycleRemoveAfterHasNextExtraPicky();
-}
-
public void testCycleRemoveSameElementTwice() throws Exception {
com.google.common.collect.IteratorsTest testCase = new com.google.common.collect.IteratorsTest();
testCase.testCycleRemoveSameElementTwice();