public class TestFilteredIterator extends BaseFunctorTest
| Constructor and Description |
|---|
TestFilteredIterator() |
| Modifier and Type | Method and Description |
|---|---|
Object |
makeFunctor() |
void |
setUp() |
void |
tearDown() |
void |
testAllPass() |
void |
testAllPass2() |
void |
testConstructorProhibitsNull() |
void |
testConstructorProhibitsNull2() |
void |
testConstructorProhibitsNull3() |
void |
testEmptyList() |
void |
testEquals() |
void |
testFilterWithNullIteratorReturnsNull() |
void |
testFilterWithNullPredicateReturnsIdentity() |
void |
testNextAfterEndOfList() |
void |
testNextOnEmptyList() |
void |
testNextWithoutHasNext() |
void |
testNonePass() |
void |
testRemoveAfterNext() |
void |
testRemoveAll() |
void |
testRemoveBeforeNext() |
void |
testRemoveSome() |
void |
testRemoveWithoutHasNext() |
void |
testSomePass() |
assertObjectsAreEqual, assertObjectsAreNotEqual, testObjectEquals, testSerializeDeserializeThenCompare, testToStringIsOverriddenpublic TestFilteredIterator()
public Object makeFunctor()
makeFunctor in class BaseFunctorTestpublic void testSomePass()
public void testAllPass()
public void testAllPass2()
public void testEmptyList()
public void testNonePass()
public void testNextWithoutHasNext()
public void testNextAfterEndOfList()
public void testNextOnEmptyList()
public void testRemoveBeforeNext()
public void testRemoveAfterNext()
public void testRemoveSome()
public void testRemoveAll()
public void testRemoveWithoutHasNext()
public void testFilterWithNullIteratorReturnsNull()
public void testFilterWithNullPredicateReturnsIdentity()
public void testConstructorProhibitsNull()
public void testConstructorProhibitsNull2()
public void testConstructorProhibitsNull3()
public void testEquals()
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.